/* page title */
.page-breadcrumbs.inset{
    margin-top: -63px;
}

@media only screen and (max-width: 991px) {
    .page-breadcrumbs.inset{
        margin-top: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .page-breadcrumbs.inset{
        margin-top: 0;
    }
}




/* medical-info-01 */
.medical-info-01{
    position: relative;
    text-align: center;
}
.medical-info-01 .pic{
    width: 70px;
    height: 65px;
    line-height: 65px;
    margin: 0 auto 22px;
}
.medical-info-01 .pic img{
    max-width: 100%;
    vertical-align: bottom;
}
.medical-info-01 .title,
.medical-info-01 .info{
    margin: 0;
}
.medical-info-01 .title{
    margin-bottom: 7px;
}
.medical-info-01 .info{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}
/* medical-info-02 */
.medical-info-02{
    position: relative;
    
}
.medical-info-02 .pic{
    position: relative;
    text-align: center;
}
.medical-info-02 .pic img{
    max-width: 100%;
}
.medical-info-02 .pic img:last-child{
    visibility: hidden;
}
.medical-info-02 .main{
    position: absolute;
    bottom: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    height: 50%;
    background: #eff6ff;
}
.medical-info-02 .main::before,
.medical-info-02 .main::after{
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    border-width: 20px 20px;
    border-style: solid;
    border-color: transparent;
}
.medical-info-02 .main::before{
    bottom: 100%;

    border-bottom-color: #eff6ff;
}
.medical-info-02 .main::after{
    content: none;
    top: 100%;
    border-top-color: #eff6ff;
}
.medical-info-02 .main .content{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    max-width: 365px;
}
.medical-info-02 .main .content .title{
    margin: 0 0 21px;
}
.medical-info-02 .main .content .info{
    margin: 0 0 24px;
}

.medical-info-02.reverse {

}
.medical-info-02.reverse .pic img:first-child{
    visibility: hidden;
}
.medical-info-02.reverse .pic img:last-child{
    visibility: visible;
}
.medical-info-02.reverse .main{
    bottom: 50%;
}
.medical-info-02.reverse .main::before{
    content: none;
}
.medical-info-02.reverse .main::after{
    content: '';
}
/* medical-info-03 */
.medical-info-03{
    position: relative;
    text-align: left;
}
.medical-info-03 .pic{
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin-bottom: 13px;
}
.medical-info-03 .pic img{
    max-width: 100%;
    vertical-align: bottom;
}
.medical-info-03 .link{
    margin: 0;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #424242;
    text-decoration-line: none;
    cursor: pointer;
}
.medical-info-03 .link:hover{
    color: #207fdd;
}
/* medical-info-04 */
.medical-info-04{
    position: relative;
}
.medical-info-04 .pic{
    position: relative;
    text-align: center;

    max-width: 213px;
    border-radius: 50%;
    margin:0 auto 31px;
}

.medical-info-04 .pic img{
    width: 100%;
    max-width: 100%;
    border-radius: 50%;
}
.medical-info-04 .main{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
}
.medical-info-04 .main .content{
    text-align: center;
    padding: 0 35px;
}
.medical-info-04 .main .content .title{
    margin-top: 0;
    margin-bottom: 21px;
}
.medical-info-04 .main .content p:last-of-type{
    margin-bottom: 31px;
}


/* am-info-05 */
.medical-info-05 {
    display: flex;
    flex-wrap: wrap;
}

.medical-info-05 .item {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    text-align: right;
    width: 50%;
    align-items: center;
    padding-top: 31px;
    padding-bottom: 40px;
    padding-right: 45px;
}

.medical-info-05 .item::before,
.medical-info-05 .item::after {
    content: "";
    position: absolute;
}

.medical-info-05 .item::before {
    top: 0;
    bottom: 30px;
    right: 0;
    border-right: 1px dotted #cbcbcb;
}

.medical-info-05 .item::after {
    left: 0;
    right: 30px;
    bottom: 0;
    border-bottom: 1px dotted #cbcbcb;
}

.medical-info-05 .item:nth-child(2n)::before {
    border-right: none;
}

.medical-info-05 .item:nth-last-child(1)::after,
.medical-info-05 .item:nth-last-child(2)::after {
    border-bottom: none;
}
.medical-info-05 .item .title a{
    color: inherit;
}
.medical-info-05 .pic {
    position: relative;
    display: inline-block;
    max-width: 200px;
    min-width: 170px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: 30px;
}

.medical-info-05 .pic img {
    width: 100%;
    max-width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.medical-info-05 .pic .plus {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
}

.medical-info-05 .pic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: inherit;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
}

.medical-info-05 .pic .plus::before,
.medical-info-05 .pic .plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
}

.medical-info-05 .pic .plus::before {
    width: 16px;
    border-top: 4px solid #fff;
    margin-top: -2px;
    margin-left: -8px;
}

.medical-info-05 .pic .plus::after {
    height: 16px;
    border-left: 4px solid #fff;
    margin-left: -2px;
    margin-top: -8px;
}

.medical-info-05 .content .title {
    margin-bottom: 21px;
    margin-top: 0;
}

.medical-info-05 .content>p:last-of-type {
    margin-bottom: 0;
}

.medical-info-05 .item.reverse {
    text-align: left;
    padding-left: 45px;
    padding-right: 0;
}

.medical-info-05 .item.reverse .pic {
    margin: 0;
    margin-right: 30px;
    order: 1;
}

.medical-info-05 .item.reverse .content {
    order: 2;
}

.medical-info-05 .item:nth-last-child(1),
.medical-info-05 .item:nth-last-child(2) {
    padding-top: 40px;
    padding-bottom: 31px;
}

.medical-info-05 .item.reverse::after {
    left: 30px;
    right: 0;
}

.medical-info-05 .item:nth-child(2n+1)::before {
    top: 30px;
    bottom: 0;
}

.medical-info-05 .item:first-child::before {
    top: 0;
    bottom: 30px;
}

.medical-info-05 .item:nth-last-child(2)::before {
    top: 30px;
    bottom: 0;
}
.medical-info-05 .item:hover .title a{
    color: #424242;
    text-decoration: none;
}
.medical-info-05 .item:hover .pic .plus {
    opacity: 1;
    visibility: visible;
}

.medical-info-05 .item:hover .pic::after {
    opacity: 0.85;
    visibility: visible;
}


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

    .medical-info-05 .item .pic {
        min-width: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .medical-info-05 .item {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 30px !important;
        text-align: left;
    }

    .medical-info-05 .item:last-child{
        margin-bottom:0 !important;
    }
    .medical-info-05 .item .pic {
        order: 1;
        margin: 0 !important;
        margin-right: 30px !important;
    }
    .medical-info-05 .item .content {
        order: 2;
    }
    .medical-info-05 .item::before,
    .medical-info-05 .item::after {
        display: none !important;
    }
}


/* medical-title-01 */
.medical-title-01{
    position: relative;
    color: #ffffff;
    padding-left: 36px;
    margin: 0;
}
.medical-title-01::before,
.medical-title-01::after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.medical-title-01::after{
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
/* medical-table-01 */
.medical-table-01{
    width: 100%;
}
.medical-table-01 tr{
    border-bottom: 1px dotted #ffffff;
}
.medical-table-01 tr:last-child{
    border-bottom: none;
}
.medical-table-01 td{
    padding: 18px 0px;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.medical-table-01 td:last-child{
    text-align: right;
    font-weight: 400;
}
/* medical-title-02 */
.medical-title-02{
    margin-bottom: 30px;
}

.medical-title-02 .title{
    position: relative;
    margin: 0;
    z-index: 1;
    padding-left: 62px;
}
.medical-title-02 .title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 42px;
    border: 1px solid #207fdd;
    border-color: inherit;
    z-index: 1;

}
.medical-title-02 .title-bg{

    color: #eff6ff;
    font-size: 105px;
    font-weight: 700;
    line-height: 0.7;
    letter-spacing: 5px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    white-space: nowrap;
    margin-left: -95px;
    margin-bottom: -38px;
}
@media only screen and (max-width: 1199px) {
    .medical-title-02 .title-bg{
        margin-left: -10px !important;
    }
}
@media only screen and (max-width: 767px) {
    .medical-title-02 .title-bg{
        margin-left: -10px !important;
    }
}

@media only screen and (max-width: 575px) {
    .medical-title-02 .title-bg{
        font-size: 50px;
        margin-bottom:-25px !important;
    }
}

/* medical-title-03 */
.medical-title-03{

    margin-bottom: 11px;
}
.medical-title-03 .title{
    margin-bottom: 18px;
}
.medical-title-03 .bottom-icon{

    margin-bottom: 0;
}


/* medical-testimonials-01 */
.medical-testimonials-01 .dg-testimonials18 blockquote {
    background-color: #207fdd;
    border-radius: 5px;
    overflow: hidden;
    letter-spacing: initial;
}

.medical-testimonials-01 .dg-testimonials18 blockquote .title {
    font-size: 18px;
    color: #424242;
    margin-bottom: 10px;
}

.medical-testimonials-01 .dg-testimonials18 blockquote p {
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    padding: 53px 20px 43px 60px;
    background-color: #fff;
    border-radius: 0;
}

.medical-testimonials-01 .dg-testimonials18 blockquote p:after {
    display: none;
}

.medical-testimonials-01 .dg-testimonials18 blockquote footer {
    margin: 0;
    padding: 31px 15px 31px 61px;
}

.medical-testimonials-01 .dg-testimonials18 blockquote .info {
    color: #fff;
}

.medical-testimonials-01 .dg-testimonials18 blockquote .info cite {
    color: #fff;
    font-style: normal;
}

.medical-testimonials-01 .dg-testimonials18 blockquote:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3MjRCNTI3QzNGRUZFNjExODQzRTgyRkE5QzZEMjExRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5OUE2MkIyMUExNUQxMUU5OEEzRUYzQUM1NTgyQThGOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5OUE2MkIyMEExNUQxMUU5OEEzRUYzQUM1NTgyQThGOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRlZjE0OGE0LWUyMWItZWE0Ny04MjFjLWQyNTRmMGY5MzA5NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1OTU5YzMyNy1jZGFiLTI1NGItYTE0OS03NzdkMTI3YmI1Y2EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Okdl/AAAA1klEQVR42pyToQ7CMBCGjwYx5CyyFkkywyTPwYMhsbwCcqZNJoecBFk5y7W5kctxLYM/+ZOmuX37snYr5xwoabFHWl+xA+g5YS12wp6NMrDBHmgdCiBLjembpgkabE/ANAT5tGyd5kzBairAuNUYrTQYt7oTcJGVhHErWGgV0GrQYNxqxD5+seKwf6yyMG4FBK6/WIEQSDBpFbOlF5SsEtx7v+MwK6zm1ApMS8VhVWboqdzB4pyhk5OJJ9kpezI3vBrv/TX9fxf6TnM65cFeGH78ty8BBgDr4y+SGr6K3AAAAABJRU5ErkJggg==");
    background-size: initial;
    background-repeat: no-repeat;
    left: 29px;
    top: 16px;
}


/* medical-ourteam-01 */
.medical-ourteam-01 .dg-ourteam08 .title{
    color:#424242;
    line-height: 1;
}
.medical-ourteam-01 .dg-ourteam08 .title + small{
    font-size:14px;
}
.medical-ourteam-01 .dg-ourteam08 .pic{
    margin-bottom: 38px;
}
.medical-ourteam-01 .dg-ourteam08>p:last-of-type{
    margin-bottom: 24px;
}

.medical-ourteam-01 .dg-ourteam08 .social{
    margin-top:0;
}
.medical-ourteam-01:hover .dg-ourteam08 .pic::after{
    content: none;
}

/* medical-button-01 */

.medical-button-01{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    font-size: 20px;
    color: #207fdd;
    border: 2px solid currentColor;
    border-radius: 50%;
    background: transparent;
    text-decoration: none;

	-webkit-transition: all ease-in 300ms !important;
    transition: all ease-in 300ms !important;

}
.medical-button-01:hover{
    color: #ffffff !important;
    border-color: #207fdd;
    background-color: #207fdd;
}


/* medical-counter-01 */
.medical-counter-01 .row div[class*="col-"] {
    border-right: 1px dashed rgba(255, 255, 255, 0.9);
    text-align: center;
}

.medical-counter-01 .dg-number04 {
    display: inline-block;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 1px;
}

.medical-counter-01 .dg-number04 .box {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.medical-counter-01 .dg-number04 .title {
    color: #fff;
}

.medical-counter-01 .dg-number04 .icon {
    margin-right: 15px;
}

.medical-counter-01 .dg-number04 .box sup {
    top: -8px;
}

.medical-counter-01 .dg-number04 .box .sup {
    font-size: 36px;
    vertical-align: middle;
}

.medical-counter-01 .row div[class*="col-"]:last-child {
    border: none;
}



@media only screen and (max-width: 767px) {
    .medical-counter-01 .row div[class*="col-"] {
        border: none;
    }
}


/* medical-imagebox-01 */
.medical-imagebox-01 .dg-imagebox07:hover .bg {
    opacity: 0.85;
}

.medical-imagebox-01 .dg-imagebox07 .pic:after,
.medical-imagebox-01 .dg-imagebox07 .pic:before {
    display: none;
}

.medical-imagebox-01 .dg-imagebox07 .links{
    opacity:1;
}


.medical-imagebox-01 .pic .plus {
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity:0;
    transition:all 200ms ease-in 200ms;
}

.medical-imagebox-01 .pic .plus::before,
.medical-imagebox-01 .pic .plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
}

.medical-imagebox-01 .pic .plus::before {
    width: 16px;
    border-top: 4px solid #fff;
    margin-top: -2px;
    margin-left: -8px;
}

.medical-imagebox-01 .pic .plus::after {
    height: 16px;
    border-left: 4px solid #fff;
    margin-left: -2px;
    margin-top: -8px;
}

.medical-imagebox-01 .content .title {
    margin-bottom: 20px;
}

.medical-imagebox-01 .content .title a {
    color: #424242;
    font-size: 18px;
    text-decoration: none;
}

.medical-imagebox-01 .content .info {
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
}

.medical-imagebox-01 .dg-imagebox07 .content {
    padding-top: 34px;
    padding-bottom: 0;
    text-align: center;
}


.medical-imagebox-01 .dg-imagebox07:hover .pic .plus{
     opacity:1;
     transform: translateY(0);
     -webkit-transform: translateY(0);
     transition:all 200ms ease-in 100ms;
}





/* Page */
.medical-overlayPane .dg-title.title-style02 .decorated.l{
    margin-bottom: 10px;
}
.medical-overlayPane .dg-title.title-style02 .decorated.l:before{
    content: '';
    background: currentColor;
    width: 42px;
    height: 2px;
}


.medical-home-section01{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-top: -106px;
}
.medical-home-section01>.dng-column:first-child .dng-column-inner{
    margin-right: -10px;
}

.medical-home-section01-left .medical-table-01{
    margin-top: 13px;
    margin-bottom: 22px;
}
.medical-home-section01-left .info,
.medical-home-section01-left .link{
    color: #ffffff;
    text-decoration-line: none;
}
.medical-home-section01-left .link .fa{
    margin-left: 10px;
}
.medical-home-section01-plus::before{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    background: #207fdd;
    border-radius: 56px 0 0 0;
}
.medical-home-section01-plus::after{
    position: absolute;
    content: "\f067";
    right: 10px;
    bottom: 10px;
    color: #ffffff;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.medical-home-section01-right .medical-box{
    display: flex;
    flex-wrap: wrap;

    margin-bottom: -55px;
}
.medical-home-section01-right .medical-box .medical-info-01{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 55px;
}


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

    .medical-home-section01>.dng-column:first-child .dng-column-inner{
        margin-right:0;
    }
}


.medical-home-section02 .medical-title-03 .title{
    margin-bottom: 10px;
}



.medical-home-section03 {
    position: relative;
}

.medical-home-section03>.pic {
    margin-left: -78px;
    margin-right: -90px;
}

.medical-home-section03  .circle-box .item {
    position: absolute;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 40px;
}

.medical-home-section03  .circle-box .item .title {
    margin-top: 0;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0;
}

.medical-home-section03  .circle-box .item .sub {
    display: block;
    padding-top: 2px;
    color: rgba(255, 255, 255, 0.36);
}

.medical-home-section03  .circle-box .item p {
    margin-bottom: 0;
}

.medical-home-section03  .circle-box .item:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border: 1px dashed #fff;
    border-radius: 50%;
}

.medical-home-section03  .circle-box .item:first-child::before {
    display: none;
}

.medical-home-section03  .circle-box .item:first-child .content p {
    padding: 0px 10px;
}

.medical-home-section03  .circle-box .item:first-child .title {
    line-height: 1;
    margin-bottom: 15px;
}

.medical-home-section03  .circle-box .item:first-child .title .num {
    font-size: 60px;
}

.medical-home-section03  .circle-box .item:first-child {
    width: 242px;
    height: 242px;
    top: 51px;
    right: 0;
    background-color: #207fdd;
}

.medical-home-section03  .circle-box .item:nth-child(2) {
    width: 166px;
    height: 166px;
    top: 61px;
    left: 0;
    background-color: #3eb8d7;
}

.medical-home-section03  .circle-box .item:nth-child(3) {
    width: 142px;
    height: 142px;
    top: 239px;
    right: 152px;
    background-color: #43b9f7;
}

.medical-home-section03  .circle-box .item:last-child {
    width: 117px;
    height: 117px;
    top: 277px;
    left: 135px;
    background-color: #207fdd;
}

.medical-home-section03  .circle-box .item .line::after {
    content: "";
    display: block;
    width: 27px;
    border-top: 3px solid #fff;
    margin: 24px auto 0;
}

@media only screen and (max-width: 1199px) {
    .medical-home-section03>.pic {
        margin-left: 0;
        margin-right: 0;
    }
    .medical-home-section03  .circle-box .item:first-child {
        top: 8.6%;
    }
    .medical-home-section03  .circle-box .item:nth-child(2) {
        top: 10.3%;
    }
    .medical-home-section03  .circle-box .item:nth-child(3) {
        top: 46%;
        right: 16%;
    }
    .medical-home-section03  .circle-box .item:last-child {
        top: 46.9%;
        left: 10%;
    }
}

@media only screen and (max-width: 991px) {
    .medical-home-section03  .circle-box .item:nth-child(3) {
        right: 28%;
    }
}

@media only screen and (max-width: 767px) {
    .medical-home-section03>.pic {
        margin-left: -78px;
        margin-right: -90px;
    }
    .medical-home-section03  .circle-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .medical-home-section03  .circle-box .item {
        position: relative;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: 15px;
    }
}


.medical-home-section04{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

}
.medical-home-section04 .medical-box{
    width:50%;
}
.medical-home-section04 .medical-box .medical-info-02{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.medical-home-section04 .medical-info-02 .pic{
    width:50%;
}
.medical-home-section04 .medical-info-02 .pic img{
    width:100%;
    height:100%;
    object-fit: cover;
    visibility:initial;
}
.medical-home-section04 .medical-info-02 .main{
    position:relative;
    left:auto ;
    bottom:auto;
    width: 50%;
    height: auto;
}

.medical-home-section04 .medical-info-02 .main .content{
    padding: 54px 15px 54px;
}

.medical-home-section04 .medical-info-02 .main::before, 
.medical-home-section04 .medical-info-02 .main::after{
    z-index: 1;
}


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

    .medical-home-section04 .medical-box{
        width:100%;
    }
}



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

    .medical-home-section04 .medical-info-02 .pic{
        width:100%;
    }
    .medical-home-section04 .medical-info-02 .main{

        width: 100%;

    }

    .medical-home-section04 .medical-box .medical-info-02:last-child .pic{
        order:1;
    }

    .medical-home-section04 .medical-box .medical-info-02:last-child .main{
        order:2;
    }


    .medical-home-section04 .medical-info-02 .main::before{
        content:none;
    }

    .medical-home-section04 .medical-info-02 .main::after{
        content:"";
    }

    .medical-home-section04 .medical-box:last-child  .medical-info-02:last-child .main::after{
        content:none;
    }

}




.medical-home-section05-left .pic{
    margin-right: -5px;
    margin-left: -73px;
}
.medical-home-section05-left .pic img{
    max-width: 100%;
}

.medical-home-section05-right .content{
    padding-left: 62px;
}
.medical-home-section05-right .content>p:last-of-type{
    margin-bottom: 34px;
}

.medical-home-section05-right .dg-tabs-top04 ul.resp-tabs-list {
    border-bottom-style: dashed;
    text-align: left;
}

.medical-home-section05-right .dg-tabs-top04 .resp-tabs-list li {
    border: none;
    margin: 0;
    padding: 0;
    margin-right: 25px;
    margin-bottom: 38px;
}

.medical-home-section05-right .dg-tabs-top04 .resp-tabs-list li:last-child {
    margin-right: 0;
}

.medical-home-section05-right .dg-tabs-top04 .resp-tabs-list li .pic {
    margin-bottom: 6px;
}

.medical-home-section05-right .dg-tabs-top04 .resp_margin {
    padding-top: 33px;
}

.medical-home-section05-right .dg-tabs-top04 .resp_margin p:last-of-type {
    margin-bottom: 51px;
}

@media only screen and (max-width: 1199px) {
    .medical-home-section05-left .pic{
        margin-right: 0;
        margin-left: 0;
    }
    .medical-home-section05-right .dg-tabs-top04 .resp-tabs-list li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .medical-home-section05-right .content {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .medical-home-section05-right .dg-tabs-top04 h2.resp-accordion{
        display: flex;
        align-items: center;
    }
    .medical-home-section05-right .dg-tabs-top04 h2.resp-accordion .pic{
        margin-right: 10px;
    }
    .medical-home-section05-right .dg-tabs-top04 .resp-accordion.resp-tab-active .title {
        color: #424242;
    }
    
    .medical-home-section05-right [class*="dg-tabs-"] h2.resp-tab-active,
    .medical-home-section05-right [class*="dg-tabs-"] h2.resp-tab-active:hover {
        background: #eeeeee !important;
    }
    .medical-home-section05-right [class*="dg-tabs-"] .resp-tab-active .resp-arrow:before,
    .medical-home-section05-right [class*="dg-tabs-"] .resp-tab-active .resp-arrow:after{
        background: #424242 !important;
    }
}



.medical-home-section06-top .title{
    margin: 10px 0 30px;
}



.medical-home-section06-bottom{

}
.medical-home-section06-bottom .medical-box{
    display: flex;
    flex-wrap: wrap;
}
.medical-home-section06-bottom .medical-box .item{
    position: relative;
    width: 50%;
    padding: 43px 40px 40px;

    background: #3eb8d7;
    overflow: hidden;
}
.medical-home-section06-bottom .medical-box .item:last-child{
    background: #207fdd;
}
.medical-home-section06-bottom .medical-box .icon{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 240px;
    line-height: 0;
    width: 228px;
    color: rgba(0,0,0,0.04);

    -webkit-transform: translate3d(6%, 19%, 0);
    transform: translate3d(6%, 19%, 0);
}
.medical-home-section06-bottom .medical-box .icon img{
    max-width: 100%;
}
.medical-home-section06-bottom .medical-box .medical-title-01{
    margin-bottom: 17px;
}
.medical-home-section06-bottom .medical-box .info,
.medical-home-section06-bottom .medical-box .link{
    color: #ffffff;
}
.medical-home-section06-bottom .medical-box .info{
    margin-bottom: 25px;
}
.medical-home-section06-bottom .medical-box .link{
    font-size: 14px;
    line-height: 28px;
    text-decoration-line: none;
}
.medical-home-section06-bottom .medical-box .link .fa{
    margin-left: 20px;
}

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

    .medical-home-section06-bottom .medical-box .item{
        width: 100%;
    }
}



.medical-home-section07-top{
    margin-bottom: 54px;
}


.medical-home-section07-bottom .medical-box{
    display: flex;
    flex-wrap: wrap;
}
.medical-home-section07-bottom .medical-box .medical-info-04{
    width: calc( 100% / 3 );
    border-right: 1px dashed #ccd1d5;
    margin-bottom: 30px;
}

.medical-home-section07-bottom .medical-box .medical-info-04:last-child{
    border:none;
}

@media only screen and (max-width: 767px) {
    .medical-home-section07-bottom .medical-box .medical-info-04{
        width: 100%;
        border:none;
    }
}




.medical-home-section08-left .medical-title-02 {
    margin-bottom: 20px;
}

.medical-home-section08-left .medical-title-02 .title-bg {
    color: #e0eeff;
}

.medical-home-section08-left .content {
    padding-left: 62px;
}

.medical-home-section08-left .content .subtitle {
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    margin-bottom: 40px;
}

.medical-home-section08-left .content>p:last-of-type {
    margin-bottom: 39px;
}

.medical-home-section08-left .contact-box {
    margin-bottom: 27px;
    display: flex;
    flex-wrap: wrap;
}

.medical-home-section08-left .contact-box .item {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    margin-right: 41px;
}
.medical-home-section08-left .contact-box .item:last-of-type {

    margin-right: 0;
}

.medical-home-section08-left .contact-box .item .pic {
    margin-right: 15px;
    margin-top: 4px;

}
.medical-home-section08-left .contact-box .item:first-of-type .pic {
    margin-right: 25px;
}

.medical-home-section08-left .contact-box .item .title {
    margin-top: 0;
    margin-bottom: 2px;
}

.medical-home-section08-left .contact-box .item .link{
    color: #666;
    text-decoration:none;
}

.medical-home-section08-right .pic{
    margin-right: -132px;
    padding-left: 40px;
}

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

    .medical-home-section08-right .pic{
        margin-right: 0;
        padding-left: 0;
    }
}

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

    .medical-home-section08-left .content{
        padding-left:0;
    }
    
}


.medical-home-section09-top{
    min-height: 405px;
}

.medical-home-section09-bottom{
    margin-top: -248px;
}


@media only screen and (max-width: 1199px) {
    
    .medical-home-section09-top{
        min-height: auto;
        padding-bottom: 248px;
    }

}




.medical-home-section10-left .pic{
    margin-right: -15px;
    margin-left: -109px;
}
@media only screen and (max-width: 1199px) {

    .medical-home-section10-left .pic{
    margin-right: 0;
    margin-left: 0;
    }    
}


.medical-home-section10-right>.title {
    margin-bottom: 47px;
}

.medical-home-section10-right .dg-infobox12 {
    padding-bottom: 4px;
}
.medical-home-section10-right .dg-infobox12:last-of-type{
    padding-bottom:20px;
}

.medical-home-section10-right .dg-infobox12 .num {
    position: absolute !important;
    top: 0;
    left: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    line-height: 36px;
    text-align: center;
    background-color: #3eb8d7
}

.medical-home-section10-right .dg-infobox12::before {
    top: 0;
    height: 100%;
    border-left-style: dotted;
}

.medical-home-section10-right .dg-infobox12:first-of-type::before {
    top: 5px;
}

.medical-home-section10-right .dg-infobox12 .title {
    margin-bottom: 8px;
}



.medical-home-section11 .dg-topiconbox {
    margin-bottom: 30px;
}

.medical-home-section11 .dg-topiconbox .icon {
    min-height: 70px;
    line-height: 70px;
}

.medical-home-section11 .dg-topiconbox .title {
    margin-top: 27px;
    margin-bottom: 13px;
}

.medical-home-section11 .row div[class*="col"]::before {
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
    bottom: 37px;
    border-left: 1px dashed #93a8bc;
}

.medical-home-section11 .row div[class*="col"]:last-of-type::before {
    display: none;
}

@media only screen and (max-width: 767px) {
    .medical-home-section11 .row div[class*="col"]::before {
        display: none;
    }
}



.footer-title {
    color: #fff;
    margin-bottom: 22px;
    margin-top: 17px;
}

.medical-footer-left .logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 6px;
}

.medical-footer-left .logo .pic {
    margin-right: 20px;
    margin-bottom: 30px;
}

.medical-footer-left .logo .time {
    font-size: 14px;
    line-height: 26px;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-left: 1px dashed rgba(255, 255, 255, 0.4);
    margin-bottom: 30px;
}

.medical-footer-left .phone {
    font-size: 24px;
    line-height: 30px;
    color: #207fdd;
    margin-bottom: 12px;
    font-weight:500;
}

.medical-footer-left .phone a {
    text-decoration: none;
}

.medical-footer-left .phone small {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 4px;
    font-weight:normal;
}

.medical-footer-left .icon-list a {
    background: rgba(255, 255, 255, 0.12) !important;
    margin-right: 16px !important;
}

.medical-footer-middle .footer-title {
    margin-bottom: 17px;
}

.medical-footer-middle ul.list {
    list-style: none;
    margin-left: 0;
}

.medical-footer-middle .list li {
    position: relative;
}

.medical-footer-middle .list li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.6);
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -1px;
}
.medical-footer-middle .list li a{
    color: inherit;
    text-decoration: none;
}
.medical-footer-right p {
    line-height: 1.75;
}

.medical-footer-right p:last-of-type {
    margin-bottom: 0;
}


.medical-footer-bottom{
    text-align:right;
}
.medical-footer-bottom a{
    margin:0 12px;
}
.medical-footer-bottom a:first-child{
    margin-left:0;
}
.medical-footer-bottom a:last-child{
    margin-right:0;
}



/* about us*/
.medical-aboutus-section01-left>.content {
    padding-left: 62px;
}

.medical-aboutus-section01-left .medical-title-02 .title .sub {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: inherit;
    margin-top: 12px;
}

.medical-aboutus-section01-left .medical-title-02 .title-bg {
    font-size: 154px;
    margin-left: -88px;
    margin-bottom: -40px;
}


.medical-aboutus-section01-left .content>p:last-of-type {
    margin-bottom: 41px;
}

.medical-aboutus-section01-left .sideimg-box .item {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 46px;
}

.medical-aboutus-section01-left .sideimg-box .item:last-child {
    margin-bottom: 0;
}

.medical-aboutus-section01-left .sideimg-box .pic {
    margin-top: 3px;
    margin-right: 20px;
}

.medical-aboutus-section01-left .sideimg-box .info .title {
    margin-top: 0;
    margin-bottom: 1px;
}

.medical-aboutus-section01-left .sideimg-box .info p:last-of-type{
    margin-bottom:0;
}

@media only screen and (max-width: 1300px) {
    .medical-aboutus-section01-left .medical-title-02 .title-bg{
        margin-left:-10px;
    }
}
@media only screen and (max-width: 991px) {

    .medical-aboutus-section01-left .medical-title-02 .title-bg{
        font-size:130px;
    }
    .medical-aboutus-section01-left>.content {
        padding-left: 0;
    }


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

    .medical-aboutus-section01-left .medical-title-02 .title-bg{
        font-size:90px;
    }
}
@media only screen and (max-width: 575px) {

    .medical-aboutus-section01-left .medical-title-02 .title-bg{
        font-size:50px;
    }
}


.medical-aboutus-section01-right .pic {
    margin-right: -68px;
    margin-left: -2px;
}

@media only screen and (max-width: 1199px) {
    .medical-aboutus-section01-right .pic {
        margin-right: 0;
        margin-left: 0;
    }
}



.medical-aboutus-section02-top {
    min-height: 417px;
}

.medical-aboutus-section02-top>.title {
    line-height: 1.3125;
    margin-bottom: 43px;
}

@media only screen and (max-width: 1199px) {
    .medical-aboutus-section02-top {
        min-height: auto;
        padding-bottom: 169px;
    }
}



.medical-aboutus-section02-bottom{
    margin-top:-139px;
}

.medical-aboutus-section02-bottom .dg-imagebox07{
    -webkit-transition: margin 300ms ease-in;
    transition: margin 300ms ease-in;
}


.medical-aboutus-section02-bottom .dg-imagebox07 .links {
     text-align: center;
     color: #fff;
     width: 80%;

     -webkit-transform: translate(-50%, -40%);
     -ms-transform: translate(-50%, -40%);
     transform: translate(-50%, -40%);
 }

 .medical-aboutus-section02-bottom .dg-imagebox07 .links .title {
     color: #ffff;
     margin-top: 24px;
     margin-bottom: 7px;
 }

 .medical-aboutus-section02-bottom .dg-imagebox07 .links p:last-of-type {
     margin-bottom: 0;
 }

 .medical-aboutus-section02-bottom .dg-imagebox07 .plus {
     position: relative;
 }

 .medical-aboutus-section02-bottom .dg-imagebox07 .plus::before,
 .medical-aboutus-section02-bottom .dg-imagebox07 .plus::after {
     content: "";
     position: absolute;
 }

 .medical-aboutus-section02-bottom .dg-imagebox07 .plus::before {
     width: 16px;
     border-top: 4px solid #fff;
     left: -6px;
 }

 .medical-aboutus-section02-bottom .dg-imagebox07 .plus::after {
     height: 16px;
     border-left: 4px solid #fff;
     top: -6px;
 }

.medical-aboutus-section02-bottom .dg-imagebox07 .pic:after,
 .medical-aboutus-section02-bottom .dg-imagebox07 .pic:before {
     left: 10px;
     right: 10px;
     top: 10px;
     bottom: 10px;
 }

 .medical-aboutus-section02-bottom .dg-imagebox07 .pic:before {
     border-left-style: dashed;
     border-right-style: dashed;
 }

 .medical-aboutus-section02-bottom .dg-imagebox07 .pic:after {
     border-top-style: dashed;
     border-bottom-style: dashed;
 }

 .medical-aboutus-section02-bottom .dg-imagebox07:hover{
    margin-top:-30px;
}
.medical-aboutus-section02-bottom .dg-imagebox07:hover .links{
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.medical-aboutus-section02-bottom .dg-imagebox07:hover .bg{
    opacity:0.9;
 }

 @media only screen and (max-width: 991px) {
    .medical-aboutus-section02-bottom .dg-imagebox07{
        margin-top:0 !important;
        margin-bottom:30px;
    }
    .medical-aboutus-section02-bottom div[class*="col-"]:last-child .dg-imagebox07{
        margin-bottom:0;
      
    }
 }


 .medical-aboutus-section03-bottom .row{
    display:flex;
    flex-wrap: wrap;

}
.medical-aboutus-section03-bottom .row:before,
.medical-aboutus-section03-bottom .row:after{
    content:none;
}
.medical-aboutus-section03-bottom .medical-info-01{
    margin-bottom: 55px;
}
.medical-aboutus-section03-bottom .medical-info-01 .pic{
    margin-bottom:27px;
}



.medical-aboutus-section04-right {
    text-align: center;
}

.medical-aboutus-section04-right .dg-title {
    margin-bottom: 30px;
}

.medical-aboutus-section04-right .dg-title .animation.number {
    font-size: 52px;
}

.medical-aboutus-section04-right .dg-title sup {
    font-size: 46px;
    top: 0;
    font-weight: 500;
}

.medical-aboutus-section04-right .dg-title .sub {
    display: block;
    margin-top: 16px;
    line-height: 1.125;
    font-weight: normal;
}

.medical-aboutus-section04-right>p:last-of-type {
    margin-bottom: 42px;
}







.medical-aboutus-section06 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin:0;
    list-style: none;
}

.medical-aboutus-section06 .list li {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .medical-aboutus-section06 .list li{
        width: 40%;
    }
}


/* service */
.medical-service-section01-bottom {
    display: flex;
    flex-wrap: wrap;
}

.medical-service-section01-bottom>div {
    width: 25%;
}

.medical-service-section01-bottom .dg-topiconbox {
    border-right: 1px dashed #cacaca;
    border-bottom: 1px dashed #cacaca;
}

.medical-service-section01-bottom .dg-topiconbox:nth-child(4n) {
    border-right: none;
}

.medical-service-section01-bottom .dg-topiconbox:nth-last-child(1),
.medical-service-section01-bottom .dg-topiconbox:nth-last-child(2),
.medical-service-section01-bottom .dg-topiconbox:nth-last-child(3),
.medical-service-section01-bottom .dg-topiconbox:nth-last-child(4) {
    border-bottom: none;
}

.medical-service-section01-bottom .dg-topiconbox {
    padding-bottom: 34px;
    padding-top: 30px;
    margin-bottom: 0;
}

.medical-service-section01-bottom .dg-topiconbox:nth-last-child(1),
.medical-service-section01-bottom .dg-topiconbox:nth-last-child(2),
.medical-service-section01-bottom .dg-topiconbox:nth-last-child(3),
.medical-service-section01-bottom .dg-topiconbox:nth-last-child(4) {
    padding-top: 50px;
    padding-bottom: 12px;
}

.medical-service-section01-bottom .dg-topiconbox .title {
    margin-top: 14px;
}

.medical-service-section01-bottom [class*="dg-iconbox"]:hover .dg-ico-animation07:before,
.medical-service-section01-bottom .dg-ico-animation07:hover:before {
    transform: scale(1.35);
    -webkit-transform: scale(1.35);
}

@media only screen and (max-width: 991px) {
    .medical-service-section01-bottom>div {
        width: 50%;
    }
    .medical-service-section01-bottom .dg-topiconbox {
        border-right: 1px dashed #cacaca !important;
        border-bottom: 1px dashed #cacaca !important;
    }
    .medical-service-section01-bottom .dg-topiconbox:nth-child(2n) {
        border-right: none !important;
    }
    .medical-service-section01-bottom .dg-topiconbox:nth-last-child(1),
    .medical-service-section01-bottom .dg-topiconbox:nth-last-child(2) {
        border-bottom: none !important;
    }
    .medical-service-section01-bottom .dg-topiconbox {
        padding-bottom: 34px;
        padding-top: 30px;
    }
    .medical-service-section01-bottom .dg-topiconbox:nth-last-child(1),
    .medical-service-section01-bottom .dg-topiconbox:nth-last-child(2) {
        padding-top: 50px;
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .medical-service-section01-bottom>div {
        width: 100%;
    }
    .medical-service-section01-bottom .dg-topiconbox {
        border: none !important;
    }
    .medical-service-section01-bottom .dg-topiconbox:last-child{
        padding-bottom:0 !important;
    }
}




.medical-service-section02-right .content {
    padding-left: 62px;
}

.medical-service-section02-right>.title {
    margin-bottom: 21px;
    margin-top:0;
}

.medical-service-section02-right>.title::before {
    content: "";
    display: inline-block;
    width: 42px;
    border-top: 2px solid #207fdd;
    border-color: inherit;
    margin-top: 17px;
    vertical-align: top;
    margin-right: 20px;
}

.medical-service-section02-right .sub {
    line-height: 1.6;
    margin-bottom: 34px;
}

.medical-service-section02-right .list {
    margin: 0;
    list-style: none;
    margin-bottom: 51px;
}

.medical-service-section02-right .list li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #207fdd;
    border-color: inherit;
    margin-right: 12px;
    vertical-align: top;
    margin-top: 6px;
}

.medical-service-section02-right .list li {
    margin-bottom: 18px;
    font-weight: 500;
    color: #424242;
}

.medical-service-section02-right>p:last-of-type {
    margin-bottom: 24px;
}
.medical-service-section02-right .content > * {
    position: relative;
    z-index: 1;
}
.medical-service-section02-right .mission{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 105px;
    color: #e1eeff;
    opacity: 0.72;
    z-index: 0;
    -webkit-transform: translate3d(20%, -50%, 0) rotate(90deg);
    transform: translate3d(20%, -50%, 0) rotate(90deg);
}
@media only screen and (max-width: 991px) {

   .medical-service-section02-right .content {
       padding-left: 0;
   }

}



div[class*="medical-service-section03-"] .title {
    margin-bottom: 28px;
    margin-left: 6px;
    color:#fff;
}

div[class*="medical-service-section03-"] .title .plus {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
}

div[class*="medical-service-section03-"] .title .plus::before,
div[class*="medical-service-section03-"] .title .plus::after {
    content: "";
    position: absolute;
}

div[class*="medical-service-section03-"] .title .plus::before {
    width: 16px;
    border-top: 4px solid #fff;
    left: -6px;
}

div[class*="medical-service-section03-"] .title .plus::after {
    height: 16px;
    border-left: 4px solid #fff;
    top: -6px;
}
div[class*="medical-service-section03-"] .title b{
    display: inline-block;
    padding-left:30px;
}

div[class*="medical-service-section03-"] .link {
    font-size: 14px;
    line-height: 28px;
    text-decoration-line: none;
    color:#fff;
}

div[class*="medical-service-section03-"] .link .fa {
    margin-left: 10px;
}
div[class*="medical-service-section03-"]>p{
    color:#fff;
}
div[class*="medical-service-section03-"]>p:last-of-type {
    margin-bottom: 32px;
}




.medical-service-section04-bottom {
    text-align: center;
}

.medical-service-section04-bottom .dg-imagebox05 .plus {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.medical-service-section04-bottom .dg-imagebox05 .plus::before,
.medical-service-section04-bottom .dg-imagebox05 .plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
}

.medical-service-section04-bottom .dg-imagebox05 .plus::before {
    width: 16px;
    border-top: 4px solid #fff;
    margin-top: -2px;
    margin-left: -8px;
}

.medical-service-section04-bottom .dg-imagebox05 .plus::after {
    height: 16px;
    border-left: 4px solid #fff;
    margin-left: -2px;
    margin-top: -8px;
}

.medical-service-section04-bottom .dg-imagebox05 .center .title {
    color: #f8f8f8;
    margin-top: 7px;
    margin-bottom: 12px;
}

.medical-service-section04-bottom .dg-imagebox05 .center p {
    color: #fff;
}
.medical-service-section04-bottom .dg-imagebox05 .center p:last-of-type{
    margin-bottom:0;
}



.medical-service-section04-bottom .isotope-grid .isotope-main.spacing-sm{
    margin-left: -5px;
    margin-right: -5px;
}

.medical-service-section04-bottom .isotope-grid .isotope-main.spacing-sm .isotope-item{
    margin-top:10px;
}

.medical-service-section04-bottom .isotope-grid .isotope-main.spacing-sm .isotope-item [class*="dg-imagebox"]{
    margin-left: 5px;
    margin-right: 5px;
}

.medical-service-section04-bottom>a[class*="dg-btn"]{
    margin-top:56px;
}


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

    .medical-service-section04-bottom .isotope-grid .isotope-main{
        height:auto !important;
    }

    .medical-service-section04-bottom .isotope-grid .isotope-main .isotope-item{
        position: initial !important;
        height: auto !important;
    }

    .medical-service-section04-bottom [class *= "dg-imagebox"] .pic{
        text-align: center;
    }
    .medical-service-section04-bottom [class *= "dg-imagebox"] .pic>img{
        position: relative;
        left: 0;
        top: 0;
        max-width: 100%;
        object-fit: cover;
        z-index: 1;
    }


    .medical-service-section04-bottom .dg-imagebox07 .links{
        position: relative;
        top: auto;
        left: auto;
        transform: none;

        padding: 30px 15px;
        width:100%;
    }
}




.medical-service-section05-top{
    min-height: 405px;
}

.medical-service-section05-bottom{
    margin-top: -248px;
}


@media only screen and (max-width: 1199px) {
    
    .medical-service-section05-top{
        min-height: auto;
        padding-bottom: 248px;
    }

}








.medical-service-section07-top .title{
    line-height: 1.3125;
    font-weight:normal;
    margin-bottom:40px;

}
.medical-service-section07-top .title span{
    font-weight: 300;
}



.medical-service-section07-bottom .row div[class*="col-"]{
    border-right: 1px dashed #fff;
}
.medical-service-section07-bottom .row div[class*="col-"]:last-child{
    border:none;
}
.medical-service-section07-bottom .item {
    color: #fff;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 20px;
}


.medical-service-section07-bottom .item .icon {
    font-size: 47px;
}

.medical-service-section07-bottom .item .title {
    color: #fff;
    margin-top: 14px;
    margin-bottom: 3px;
}

.medical-service-section07-bottom .item .title a {
    color: #fff;
    text-decoration: none;
}

.medical-service-section07-bottom .item .sub {
    font-size: 18px;
}


@media only screen and (max-width: 767px) {
    .medical-service-section07-bottom .row div[class*="col-"]{
        border:none;
    }
}


/* department */

.medical-department-section01-left {
    margin-left: -62px;
}

.medical-department-section01-left .medical-title-02 {
    margin-bottom: 42px;
}

.medical-department-section01-left .medical-title-02 .title {
    line-height: 1.3125;
}

.medical-department-section01-left .medical-title-02 .title-bg {
    margin-bottom: -42px;
}

.medical-department-section01-left .content {
    padding-left: 62px;
}

.medical-department-section01-left .content>p:last-of-type {
    margin-bottom: 42px;
}

@media only screen and (max-width: 1199px) {
    .medical-department-section01-left {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .medical-department-section01-left .content {
        padding-left: 0;
    }
}





.medical-department-section01-right .item {
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 32px;
}

.medical-department-section01-right .row:last-child .item {
    border: none;
    padding-bottom: 0;
    padding-top: 80px;
}

.medical-department-section01-right .item .title {
    position: relative;
    margin-bottom: 23px;
}

.medical-department-section01-right .item .icon {
    position: absolute;
    top: -22px;
    left: -13px;
}

.medical-department-section01-right .item .num {
    font-size: 36px;
    color: inherit;
    padding-right: 18px;
}

.medical-department-section01-right .item .sub {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
}

.medical-department-section01-right .item .sub::after {
    content: "";
    display: block;
    width: 40px;
    border-top: 2px solid #207fdd;
    border-color: inherit;
    margin-top: 3px;
}

@media only screen and (max-width: 767px) {
    .medical-department-section01-right .row:last-child .item {
        padding-bottom: 32px;
        border-bottom: 1px dashed #c9c9c9;
    }
    .medical-department-section01-right .row:last-child div[class*="col-"]:last-child .item {
        padding-bottom: 0;
        border: none;
    }
}


.medical-department-section02{
    position: relative;
    padding: 0 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 35px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 35px rgba(0,0,0,0.3);

    background: #fff;
    margin-top: -72px;
    z-index: 1;
}
.medical-department-section02 .slideTo{
    cursor: pointer;
}
.medical-department-section02 .row div[class*="col-"] {
    position: relative;
    
    padding-top:25px;
    padding-bottom:25px;

    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
}
.medical-department-section02 .row div[class*="col-"]::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 25px;
    width: 0;
    border-right: 1px dashed #dedede;
}
.medical-department-section02 .row div[class*="col-"]:hover,
.medical-department-section02 .row div[class*="col-"].active{
    background: #3db8d7;
}

.medical-department-section02 .row div[class*="col-"]:last-child::after{
    content: none;
}
.medical-department-section02 .item {
    text-align: center;
    padding-top: 5px;
}
.medical-department-section02 .item .icon {
    position: relative;
}
.medical-department-section02 .item .icon img{
    opacity: 0;
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
}
.medical-department-section02 .item .icon img:last-child{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    opacity: 0;
}
.medical-department-section02 .item .icon img:first-child{
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}
.medical-department-section02 .row div[class*="col-"]:hover .item .icon img:first-child,
.medical-department-section02 .row div[class*="col-"].active .item .icon img:first-child{
    opacity: 0;
}
.medical-department-section02 .row div[class*="col-"]:hover .item .icon img:last-child,
.medical-department-section02 .row div[class*="col-"].active .item .icon img:last-child{
    opacity: 1;
}
.medical-department-section02 .item .title {
    margin-top: 7px;
    margin-bottom: 0;
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
}
.medical-department-section02 .row div[class*="col-"]:hover .item .title,
.medical-department-section02 .row div[class*="col-"].active .item .title{
    color: #ffffff;
}
@media only screen and (max-width: 991px) {
    .medical-department-section02 .row div[class*="col-"]:nth-child(2n)::after{
        content: none;
    }
}

@media only screen and (max-width: 767px) {
    .medical-department-section02 .row div[class*="col-"]::after{
        content: none;
    }
}



.medical-department-section03-bottom {
    text-align: center;
}

.medical-department-section03-bottom .medical-imagebox-01 .dg-imagebox07 {
    margin-bottom: 54px;
}
.medical-department-section03-bottom .medical-imagebox-01 .dg-imagebox07 .pic{
    border-radius: 4px;
    overflow: hidden;
}



.medical-department-section04 .row div[class*="col-"] {
    border-right: 1px dashed #91a6bb;
    margin-top:15px;
    margin-bottom:15px;
}
.medical-department-section04 .row div[class*="col-"]:last-child{
    border-right: none;
}
.medical-department-section04 .item {
    text-align: center;
    padding-top: 5px;
}

.medical-department-section04 .item .title {
    margin-top: 7px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .medical-department-section04 .row div[class*="col-"]:nth-child(2n) {
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .medical-department-section04 .row div[class*="col-"] {
        border: none;
    }
}


.medical-carousel-01{
    position: relative;
    overflow: hidden;
    height: 650px;
}

.medical-carousel-01 .swiper-wrapper-overflow{
    padding-top: 0;
    padding-bottom: 0;
}
.medical-carousel-01 .swiper-wrapper{
    -webkit-transition-property: all;
    transition-property: all; 
    -webkit-transition-duration: .8s !important;
    transition-duration: .8s !important;
    -webkit-transition-timing-function: ease-in!important;
    transition-timing-function: ease-in!important;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;

}
.medical-carousel-01 .swiper-slide{

}
.medical-carousel-01 .swiper-slide-item{
    width: 100%;
    height: 650px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}



.medical-carousel-01 .swiper-pagination{

}
.medical-carousel-01 .swiper-pagination .swiper-pagination-bullet{

}

.medical-carousel-01 .swiper-pagination .swiper-pagination-bullet-active{

}
.medical-carousel-01 .swiper-slide-content{
    color:#fff;
    padding-top:149px;
}
.medical-carousel-01 .swiper-slide-content .title{
    color:#fff;
    line-height:1.3125;
    margin-bottom:33px;
}

.medical-carousel-01 .swiper-slide-content .content>p{
    margin-bottom:41px;
}
/* doctors */

.medical-doctors-section01 .swiper-slide {
    text-align: left;
}

.medical-doctors-section01 .swiper-slide>.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.medical-doctors-section01 .swiper-slide>.row:before,
.medical-doctors-section01 .swiper-slide>.row:after {
    content: none;
}

.medical-doctors-section01 .pic {
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: inline-block;
}

.medical-doctors-section01 div[class*="col-"]>.title {
    font-size: 30px;
    color: #333;
    margin-bottom: 39px;
    margin-top: 0;
}

.medical-doctors-section01 div[class*="col-"]>.title .sub {
    font-weight: normal;
    font-size: 16px;
}

.medical-doctors-section01 div[class*="col-"]>p:last-of-type {
    margin-bottom: 27px;
}

.medical-doctors-section01 .contact-box {
    margin-bottom: 34px;
}

.medical-doctors-section01 .contact-box>.title {
    margin-bottom: 23px;
}

.medical-doctors-section01 .contact-box .list {
    border-bottom: 1px dashed #cacaca;
}

.medical-doctors-section01 .contact-box .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.medical-doctors-section01 .contact-box .item .icon {
    padding-right: 25px;
    padding-top: 3px;
}

.medical-doctors-section01 .contact-box .item .info .title {
    margin-top: 0;
    margin-bottom: 2px;
}

.medical-doctors-section01 .time-box .title {
    margin-bottom: 22px;
}

.medical-doctors-section01 .time-box>p:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .medical-doctors-section01 div[class*="col-"]>.title {
        margin-top: 30px;
    }
}



.medical-doctors-section02-top .title {
    font-weight: normal;
    line-height: 1.3125;
    color: #fff;
    margin-bottom: 52px;
}

.medical-doctors-section02-top p {
    color: #fff;
}

.medical-doctors-section02-top>p:last-of-type {
    margin-bottom: 41px;
}



@media only screen and (max-width: 991px) {
    .medical-doctors-section02-bottom .row div[class*="col-"] {
        text-align: left;
    }
    .medical-doctors-section02-bottom .row div[class*="col-"]:nth-child(2n) {
        border: none;
    }
    .medical-doctors-section02-bottom .dg-number04 {
        padding-left: 20%;
    }
}




.medical-doctors-section03-bottom .dg-ourteam08{
    margin-bottom:57px;
}



/* contact */


.medical-contact-section01-left .medical-title-02 {
    margin-left: -62px;
}

.medical-contact-section01-left>p:last-of-type {
    margin-bottom: 41px;
}

.medical-contact-section01-left .list {
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 43px;
}

.medical-contact-section01-left .list .item {
    padding-bottom: 12px;
}

.medical-contact-section01-left .list .item .icon {
    color: #3a4652;
    font-size: 50px;
}

.medical-contact-section01-left .list .item .icon i {
    vertical-align: middle;
}

.medical-contact-section01-left .list .title {
    margin-top: -3px;
    margin-bottom: 9px;
}

.medical-contact-section01-left .time-box .title {
    margin-bottom: 22px;
}



.medical-contact-section01-right {
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .35);
}

@media only screen and (max-width: 1499px) {
    .medical-contact-section01-left .medical-title-02{
        margin-left:0;
    }
}


@media only screen and (max-width: 1199px) {
    .medical-contact-section01-left .medical-title-02 .title-bg{
        margin-left:-10px;
    }
}



.medical-contact-section02-bottom .dg-ourteam08 .title{
    color:#fff;
}
.medical-contact-section02-bottom .dg-ourteam08>a{
    margin-top:0;
}

/* detail */
.medical-detail-section01-left .pic {
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.medical-detail-section01-left .plus {
    position: absolute;
    bottom: -57px;
    right: -57px;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background-color: #207fdd;
}

.medical-detail-section01-left .plus::before,
.medical-detail-section01-left .plus::after {
    content: "";
    position: absolute;
}

.medical-detail-section01-left .plus::before {
    width: 16px;
    border-top: 4px solid #fff;
    left: 24px;
    top: 30px;
}

.medical-detail-section01-left .plus::after {
    height: 16px;
    border-left: 4px solid #fff;
    left: 30px;
    top: 24px;
}



.medical-detail-section01-right>.title {
    font-size: 30px;
    color: #333;
    margin-bottom: 35px;
    margin-top: 0;
}

.medical-detail-section01-right>.title .sub {
    font-weight: normal;
    font-size: 16px;
}

.medical-detail-section01-right>p:last-of-type {
    margin-bottom: 29px;
}

.medical-detail-section01-right .time-box {
    padding-bottom: 34px;
    border-bottom: 1px dashed #cacaca;
    margin-bottom: 40px;
}

.medical-detail-section01-right .time-box .title {
    margin-bottom: 16px;
}

.medical-detail-section01-right .time-box>span {
    padding-right: 48px;
    display: inline-block;
}

.medical-detail-section01-right .contact-box {
    display: flex;
    flex-wrap: wrap;
}

.medical-detail-section01-right .contact-box .item {
    margin-right: 40px;
    margin-bottom: 20px;
}

.medical-detail-section01-right .contact-box .item:last-child {
    margin-right: 0;
}

.medical-detail-section01-right .contact-box .item a {
    font-size: 20px;
    color: #666;
    text-decoration: none;
}

.medical-detail-section01-right .contact-box .item .icon {
    font-size: 28px;
    color: #3a4652;
    padding-right: 10px;
    line-height: 1;
}

.medical-detail-section01-right .contact-box .item .icon i {
    vertical-align: top;
    display: inline-block;
    padding-top: 6px;
}

.medical-detail-section01-right .contact-box .item .icon img {
    padding-top: 1px;
}


@media only screen and (max-width: 575px){
    .medical-detail-section01-right .time-box>span {
        display: block;
    }

}




.medical-detail-section02-left .medical-title-02 {
    margin-bottom: 28px;
}

.medical-detail-section02-left .medical-title-02 .title-bg {
    color: rgba(255, 255, 255, 0.05);
    margin-left: -102px;
}

.medical-detail-section02-left .medical-title-02 .title {
    color: #fff;
}

.medical-detail-section02-left .content {
    padding-left: 62px;
}

.medical-detail-section02-left p {
    color: #fff;
}

.medical-detail-section02-left .content>p:last-of-type {
    margin-bottom: 50px;
}

.medical-detail-section02-left .dg-loadlist h6 {
    color: #f5f5f5;
    font-size: 16px;
}

.medical-detail-section02-left .dg-loadlist .progress::before {
    background-color: #fff;
    opacity: 0.2;
}

.medical-detail-section02-left .dg-loadlist.bar-arrow02 .bar span {
    background-color: #fafafa;
    border-color: #fafafa;
    color: #333;
}

.medical-detail-section02-left .dg-loadlist .progress {
    margin-bottom: 33px;
}

@media only screen and (max-width: 991px) {
    .medical-detail-section02-left .content {
        padding-left: 0;
    }
}



.medical-detail-section02-right>.title {
    line-height: 1.3125;
    color: #fff;
    margin-bottom: 60px;
}

.medical-detail-section02-right .list {
    list-style: none;
    margin: 0;
}

.medical-detail-section02-right .list li {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 28px;
    position: relative;
}

.medical-detail-section02-right .list li::before {
    content: "";
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 40px;
    border-left: 1px dotted #fff;
}

.medical-detail-section02-right .list li:last-child {
    padding-bottom: 0;
}

.medical-detail-section02-right .list li:last-child::before {
    display: none;
}

.medical-detail-section02-right .list .icon {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin-right: 30px;
    flex-shrink: 0;
}

.medical-detail-section02-right .list .info {
    margin-top: 10px;
}

.medical-detail-section02-right .list .info .time {
    color: #fff;
}

.medical-detail-section02-right .list .info .title {
    color: #fff;
    margin-top: 7px;
}



.medical-detail-section04-left .title{
    line-height:1.3125;
    color:#fff;
}

@media only screen and (max-width: 991px) {
    .medical-detail-section04-right .row div[class*="col-"] {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .medical-detail-section04-right .row div[class*="col-"] {
        text-align: left;
    }
}



.medical-detail-section05-bottom [class *="dg-testimonials"] blockquote p {
    line-height: 1.75;
}

.medical-detail-section05-bottom .dg-testimonials01 blockquote .info {
    color: #424242;
}

.medical-detail-section05-bottom [class *="dg-testimonials"] cite {
    font-size: 16px;
}

.medical-detail-section05-bottom .dg-testimonials01 blockquote .pic {
    padding: 0;
    border: 2px solid #207fdd;
    margin-right: 10px;
}

.medical-detail-section05-bottom .dg-testimonials01 .item:before {
    height: 32px;
    width: 41px;
    margin-bottom: 34px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAgCAYAAACPb1E+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3MjRCNTI3QzNGRUZFNjExODQzRTgyRkE5QzZEMjExRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMDEyNjExQ0E3QTkxMUU5OENDNURDNTFGN0YxRTgwQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMDEyNjExQkE3QTkxMUU5OENDNURDNTFGN0YxRTgwQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZiMmEzMjBhLWQ5YjctOGU0Yi1iYTNiLWM5MTE5ODc4ZDUxOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1ODY0ZTk1Yi1iZTViLTU5NDYtYTU4Ni05NTBhYWE3N2U1OTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4FoV27AAAC7klEQVR42qSYS0iUURTHZybLtOArlKiwkJKoCKlNRYWLVrmpjemmoAe9hIgIEqeEaOOiXVBqD3ARLSJzY4t000OpTaD0sMIhs6fpYsZ00UPtf+B+8fF1z32cOfCfce653vu7577O9yWz2WzCw7ZAzzTls9AaaCjhaUEQJHK53Hr8+RJKaqpsTHm22ciU90gAI9bEAPZhEAM+kJXQHsZ3VUqHKFbgay/jbqEPH8g0U/4R6sojijQ7czTlY9BdH0hab7WMrw2aFgKuhPYzvpuY6p8+kGlmzfyGbuQRxbPQXGYjtoU/Uo6j3cf47kGjQsBl0GHGdx9RHPaBTDNrJq8NAzsNzTdtmNCSlnOSRvseKtT4XkEbhIClEEVqgcZH/VUgkjOukWxgAPON4kkGkKw1CmiLpGm0k9By6IcAMIA+qO+40W4uA+R4tNAUyTOG0d4SApKdYADJ7sQBTZFcpKIYGG6fFwLAYmgEKmH82wD5NF6YMqwZDvCJEJDsqAGwXwfIQS6EThk6ahECzlOHd8J3I+ogjxtGS/dphxDykDrSdDYB3XaFLFIbhrPr0C8BYIE6zjhrx1RPuUIehJYydensuiaMIl2r5QZ/q+mfU7EoNhnqDnumdqFRAnHe4P9qy6KindYboki2Cnpn6VBnlESstly9g0h+myFdpvXvnCxS51epY8f1jrucopiBVrimblibl7hIHvAAJLvA5IFxq/MAJDuHaBZzkEc8p3CJunVsdkxwr2/WQdKD0CbBhiiz+Gl9bxcmw/9BVgmPlQmLv4p55LDZpA5yrRBy0OJfJ2z3tQ6yRNBQP/TNUmexoN0MdndGB/ld0NgVhzpjgnYvc4f5I8+G6F1Qu0O9x57tDkQfY+OQ3dBz1+lQr0T+ONTtVXKxz1BN+DJABzmjEoAvloYeQDugT44dz6q3EyOWeg+hrQAcst3db9TjaTP0NpKOjar3MdXQLofNoktKqN2L6hE4jBTtg05oN7QTgMaB/xVgAI8An/lI+KNYAAAAAElFTkSuQmCC');
}

.medical-detail-section05-bottom .dg-testimonials01 blockquote footer {
    margin-top: 36px;
}






/* departmentDeatil*/
.medical-dpartdetail-left .panebox{
    margin-right:-30px;
}

@media only screen and (max-width: 1199px) {
    .medical-dpartdetail-left .panebox{
        margin-right:0;
    }
}

.medical-dpartdetail-left .left-title {
    font-size: 22px;
    color: #fff;
    margin-left: 6px;
    margin-bottom: 18px;
}

.medical-dpartdetail-left .left-title .plus {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.medical-dpartdetail-left .left-title b {
    display: inline-block;
    padding-left: 22px;
    vertical-align: middle;
}

.medical-dpartdetail-left .left-title .plus::before,
.medical-dpartdetail-left .left-title .plus::after {
    content: "";
    position: absolute;
}

.medical-dpartdetail-left .left-title .plus::before {
    width: 16px;
    border-top: 4px solid #fff;
    left: -6px;
}

.medical-dpartdetail-left .left-title .plus::after {
    height: 16px;
    border-left: 4px solid #fff;
    top: -6px;
}

.medical-dpartdetail-left .section01 .list {
    margin: 0;
    list-style: None;
}

.medical-dpartdetail-left .section01 .list li a {
    font-size: 14px;
    color: #fff;
    padding: 14px 0;
    display: block;
    border-bottom: 1px dashed #fff;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all ease 300ms;
}

.medical-dpartdetail-left .section01 .list li a .icon {
    float: right;
}

.medical-dpartdetail-left .section01 .list li:last-child a {
    border: transparent;
}

.medical-dpartdetail-left .section01 .list li a:hover {
    background-color: #eff6ff;
    color: #207fdd;
    padding-left: 20px;
    padding-right: 20px;
}


.medical-dpartdetail-left .testimon [class *="dg-testimonials"] blockquote p {
    line-height: 1.75;
    font-style: normal;
}

.medical-dpartdetail-left .testimon .dg-testimonials01 blockquote .info {
    color: #424242;
}

.medical-dpartdetail-left .testimon [class *="dg-testimonials"] cite {
    font-style:normal;
}

.medical-dpartdetail-left .testimon .dg-testimonials01 blockquote .pic {
    padding: 0;
    border: 2px solid #207fdd;
    margin-right: 17px;
}

.medical-dpartdetail-left .testimon .dg-testimonials01 .item:before {
    height: 14px;
    width: 19px;
    margin-bottom: 12px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3MjRCNTI3QzNGRUZFNjExODQzRTgyRkE5QzZEMjExRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5OUE2MkIyMUExNUQxMUU5OEEzRUYzQUM1NTgyQThGOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5OUE2MkIyMEExNUQxMUU5OEEzRUYzQUM1NTgyQThGOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRlZjE0OGE0LWUyMWItZWE0Ny04MjFjLWQyNTRmMGY5MzA5NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1OTU5YzMyNy1jZGFiLTI1NGItYTE0OS03NzdkMTI3YmI1Y2EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Okdl/AAAA1klEQVR42pyToQ7CMBCGjwYx5CyyFkkywyTPwYMhsbwCcqZNJoecBFk5y7W5kctxLYM/+ZOmuX37snYr5xwoabFHWl+xA+g5YS12wp6NMrDBHmgdCiBLjembpgkabE/ANAT5tGyd5kzBairAuNUYrTQYt7oTcJGVhHErWGgV0GrQYNxqxD5+seKwf6yyMG4FBK6/WIEQSDBpFbOlF5SsEtx7v+MwK6zm1ApMS8VhVWboqdzB4pyhk5OJJ9kpezI3vBrv/TX9fxf6TnM65cFeGH78ty8BBgDr4y+SGr6K3AAAAABJRU5ErkJggg==");
}

.medical-dpartdetail-left .testimon .dg-testimonials01 blockquote footer {
    margin-top: 36px;
}

.medical-dpartdetail-left .testimon .dg-testimonials01{
    margin-bottom:47px;
}

.medical-dpartdetail-left .testimon .dg-testimonials01 .swiper-wrapper-overflow{
    padding-top:47px;
    padding-bottom:37px;
}


.medical-dpartdetail-left .form-top .left-title {
    margin-bottom: 34px;
    margin-right:-20px;
}

.medical-dpartdetail-left .form-top .left-title .plus {

    margin-top: -3px;
}

@media only screen and (max-width: 1199px) {
   
    .medical-dpartdetail-left .form-top .left-title {
        margin-right:0px;
    }
}




.medical-dpartdetail-right-section01 .pic{
	border-radius:5px;
	overflow:hidden;
	margin-bottom:55px;
}

.medical-dpartdetail-right-section01 .pic img{
	width:100%;
}
.medical-dpartdetail-right-section01>.title{
	margin-bottom:34px;
}

.medical-dpartdetail-right-section01>p{
	margin-bottom:17px;
}

.medical-dpartdetail-right-section01 .list{
	margin-top:44px;
}
.medical-dpartdetail-right-section01 .list .item{
	margin-bottom:30px;
}
.medical-dpartdetail-right-section01 .list .title{
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	margin-bottom:13px;
}
.medical-dpartdetail-right-section01 .list .title .icon{
	padding-right:21px;
	flex-shrink:0;
}

.medical-dpartdetail-right-section01 .list .title  .text{
	margin:0;
}



.medical-dpartdetail-right-team>.title{
    margin-bottom: 20px;
    color:#333;
}
.medical-dpartdetail-right-team>p:last-of-type{
    margin-bottom:44px;
}
.medical-dpartdetail-right-team .dg-ourteam08{
    margin-bottom: 30px;
}
.medical-dpartdetail-right-team .dg-ourteam08 .social a{
    display:inline;
    border:none;
    margin:0 5px;
    background:none !important;

}

.medical-dpartdetail-right-team .medical-ourteam-01 .dg-ourteam08>p:last-of-type{
    margin-bottom:13px;
}

.medical-dpartdetail-right-team .dg-ourteam08:hover .pic:after{
    display:none;
}




.medical-dpartdetail-right-ask>.title{
	color:#333;
	margin-bottom:48px;
}
.medical-dpartdetail-right-ask .item {
    background-color: #f2f8ff;
    padding: 4px 15px 2px 28px;
    margin-bottom: 20px;
    border-radius: 5px;
    position:relative;
}
.medical-dpartdetail-right-ask .item .link{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;

}

.medical-dpartdetail-right-ask .item .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:6px;
}
.medical-dpartdetail-right-ask .item .title .plus {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.medical-dpartdetail-right-ask .item .title .plus::before,
.medical-dpartdetail-right-ask .item .title .plus::after {
    content: "";
    position: absolute;
}

.medical-dpartdetail-right-ask .item .title .plus::before {
    width: 16px;
    border-top: 4px solid #207fdd;
    border-color: inherit;
    left: -6px;
}

.medical-dpartdetail-right-ask .item .title .plus::after {
    height: 16px;
    border-left: 4px solid #207fdd;
    border-color: inherit;
    top: -6px;
}

.medical-dpartdetail-right-ask .item .title b {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
}



.medical-dpartdetail-right-cases>.title {
    margin-bottom: 42px;
    color: #333;
}
.medical-dpartdetail-right-cases .dg-imagebox07{
    margin-bottom:30px;
}
.medical-dpartdetail-right-cases .dg-imagebox07 .content {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}