#vnt-slide-home .item {
    position: relative;
}

#vnt-slide-home .captionWrap {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    pointer-events: none;
}

#vnt-slide-home .caption {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 25px;
    max-width: 400px;
    -webkit-transition: all 0.5s linear 0.5s;
    -o-transition: all 0.5s linear 0.5s;
    transition: all 0.5s linear 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
}

#vnt-slide-home .caption .t1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
    color: #2655ad;
    margin-bottom: 10px;
}

#vnt-slide-home .caption .t2 {
    color: #555555;
}

#vnt-slide-home .item.slick-current .caption {
    opacity: 1;
    visibility: initial;
}

#vnt-slide-home .slick-arrow {
    width: 35px;
    height: 70px;
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #ffffff;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}

#vnt-slide-home .slick-prev {
    left: 30px;
    background-image: url(../images/i-prev.png);
}

#vnt-slide-home .slick-next {
    right: 30px;
    background-image: url(../images/i-next.png);
}

#vnt-slide-home .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

#vnt-slide-home .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

#vnt-slide-home .slick-dots li button {
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 100%;
    font-size: 0;
    padding: 0;
    border: solid 2px #ffffff;
}

#vnt-slide-home .slick-dots li.slick-active button {
    background: #ffffff;
    border-color: #ffffff;
}


/*==============================================================*/

.aboutHome {
    padding: 75px 0 50px;
}

.aboutHome .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.aboutHome .grid .col1 {
    width: 41.66666667%;
    padding: 0 15px;
}

.aboutHome .grid .col2 {
    width: 58.33333333%;
    padding: 0 15px;
}

.aboutHome .title {
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
}

.aboutHome .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 1px #333333;
    width: 60px;
}

.aboutHome .title h2 {
    font-family: 'Tajawal', sans-serif;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.aboutHome .des {
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 20px;
}

.aboutHome .txtA {
    font-family: 'Tajawal', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 20px;
}

.itemAbout .count {
    font-size: 40px;
    line-height: 50px;
}

.itemAbout .tit {
    color: #666666;
}


/*=======================================================*/

.titleHome {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.titleHome:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    border-bottom: solid 1px #eed387;
}

.titleHome h2 {
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'SFUFutura';
}


/*================================*/

.titleHome.df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}


/*================================*/

.titleHome.left {
    text-align: left;
}

.titleHome.left:before {
    left: 0;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}


/*================================*/

.titleHome.fontSmall h2 {
    font-size: 25px;
    line-height: 33px;
    color: #eed387;
}


/*=========================================================*/

.doctorHome {
    padding: 65px 0;
    /* background: url(../images/bg1.jpg) no-repeat center center; */
    background-size: cover;
}

.doctorHome .des {
    font-size: 15px;
    line-height: 23px;
    color: #333333;
    text-align: justify;
    margin-bottom: 25px;
}

.slideArrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.slideArrow .arrow {
    width: 45px;
    height: 45px;
    background: none;
    border: none;
    background: #ffffff;
    padding: 0;
    color: #555555;
    position: relative;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.slideArrow .arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slideArrow .prev {
    margin-right: 10px;
}

.slideArrow .arrow:hover {
    background: #000000;
    color: #ffffff;
}

#slideDoctor .slick-list {
    margin: 0 -15px;
}

#slideDoctor .item {
    padding: 0 15px;
}

.doctor .img a {
    display: block;
    padding-top: 122.222222%;
    position: relative;
    overflow: hidden;
}

.doctor .img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.doctor .caption {
    border: solid 2px #000000;
}

.doctor .tend a {
    display: block;
    background: #f9e16d78;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 11px 15px;
}

.doctor .tend a:hover {
    color: #fff284;
}

.doctor .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 6px 15px;
}


/*===========================================================*/

.serviceHome {
    padding: 40px 0 65px;
    position: relative;
}

.serviceHome .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /* background-image: url(../images/bg2.png); */
    background-position: center center;
    background-size: 70%;
}

.serviceHome .wrapper {
    position: relative;
    z-index: 2;
}

.serviceHome .row {
    margin-left: -7px;
    margin-right: -7px;
}

.serviceHome .row *[class^="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}

.service {
    margin-bottom: 20px;
}

.service .img {
    padding-top: 66.5%;
    position: relative;
    overflow: hidden;
    background: #FFEB3B;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.service .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    backface-visibility: hidden;
}

.service .img:hover img {
    opacity: 0.9;
}

.service .tend a {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.linkAll a {
    display: inline-block;
    width: 180px;
    background: #e6c8be;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
    padding: 11px 10px;
    text-align: center;
    border-radius: 25px;
}


/*===========================================================*/

.productHome {
    border-top: solid 1px #e6c8be;
    padding: 45px 0 75px;
    background: url(../images/bg-left.png) no-repeat top left, url(../images/bg-right.png) no-repeat bottom right;
}

.product {
    /* padding-right: 100px; */
    position: relative;
    z-index: 2;
}

.product .wrap {
    border: solid 10px #e6c8be;
    padding: 20px;
    position: relative;
    background: #ffffff;
}

.product .img {
    /* margin-right: -140px; */
}

.product .img a {
    display: block;
    padding-top: 59.701492%;
    position: relative;
}

.product .img a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    max-width: 80%;
}

.product .tend {
    margin-bottom: 10px;
}

.product .tend a {
    display: block;
    text-align: center;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Tajawal', sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.product .des {
    text-align: justify;
    height: 88px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 80px;
}

.product .link {
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border: solid 5px #ffffff;
    border-radius: 25px;
}

.product .link a {
    width: 120px;
    text-transform: uppercase;
    color: #555555;
    background: #e6c8be;
    padding: 9px 10px;
    display: block;
    text-align: center;
    border-radius: 20px;
}

.product .link a:hover {
    background: #ffe500;
    color: #ffffff;
}


/*===========================================================*/

.mediaHome {
    padding: 50px 0 55px;
    background: url(../images/bg3.jpg) no-repeat center center;
    background-size: cover;
}

.mediaHome .video,
.mediaHome .gallery {
    border-radius: 10px;
    overflow: hidden;
}

.mediaHome .all a {
    display: inline-block;
    width: 120px;
    background: #ffffff;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 20px;
    text-align: center;
}

.mediaHome .all a:hover {
    background: #ffe500;
    color: #ffffff;
}

.video {
    margin-bottom: 20px;
}

.video .img {
    padding-top: 56.14035%;
    position: relative;
    overflow: hidden;
    background: #ffe500;
}

.video .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    backface-visibility: hidden;
}

.video .img:hover img {
    opacity: 0.9;
}

.video .caption {
    padding: 15px;
    background: #ffffff;
}

.video .tend {
    margin-bottom: 5px;
}

.video .tend a {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: break-spaces;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

.video .des {
    height: 44px;
    overflow: hidden;
}

.gallery {
    margin-bottom: 31px;
}

.gallery .img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background: #ffe500;
}

.gallery .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gallery .img:hover img {
    opacity: 0.9;
}

.gallery .tend {
    background: #ffffff;
    padding: 10px 15px;
}

.gallery .tend a {
    font-size: 15px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    font-weight: normal;
    display: block;
}


/*===========================================================*/

.newsHome {
    padding: 45px 0 75px;
}

#slideNews .slick-list {
    margin: 0 -15px;
}

#slideNews .item {
    padding: 0 15px;
}

.news .img {
    padding-top: 66.484848%;
    position: relative;
    overflow: hidden;
    background: #ffe500;
}

.news .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news .img:hover img {
    opacity: 0.9;
}

.news .caption {
    padding: 10px 15px;
    border: solid 1px #eeeeee;
    border-top: none;
}

.news .tend {
    margin-bottom: 5px;
}

.news .tend a {
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    height: 69px;
    overflow: hidden;
    font-weight: normal;
}

.news .date {
    font-size: 13px;
    line-height: 21px;
    color: #bbbbbb;
}

.news .date span {
    padding-left: 15px;
    position: relative;
}

.news .date span:before {
    content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newsSmall {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 15px;
    border: solid 1px #eeeeee;
    border-top: none;
}

.newsSmall .img {
    width: 100px;
}

.newsSmall .img a {
    background: #e6c8be;
    display: block;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.newsSmall .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.newsSmall .img:hover img {
    opacity: 0.9;
}

.newsSmall .caption {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 15px;
}

.newsSmall .tend {
    margin-bottom: 5px;
}

.newsSmall .tend a {
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    height: 46px;
    overflow: hidden;
    font-weight: normal;
    display: block;
    overflow: hidden;
}

.newsSmall .date {
    font-size: 13px;
    line-height: 21px;
    color: #bbbbbb;
}

.newsSmall .date span {
    padding-left: 15px;
    position: relative;
}

.newsSmall .date span:before {
    content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*========================================================*/

.opinionHome {
    padding: 55px 0 35px;
    /* background: url(../images/bg4.jpg) no-repeat center center; */
    background-size: cover;
}

#slidesOpinion {
    padding-bottom: 70px;
}

#slidesOpinion .slick-list {
    margin: 0 -15px;
}

#slidesOpinion .item {
    padding: 0 15px;
}

#slidesOpinion .slick-arrow {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 100%;
}

#slidesOpinion .slick-prev {
    margin-left: -30px;
}

#slidesOpinion .slick-next {
    margin-left: 30px;
}

#slidesOpinion .slick-arrow:before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 24px;
}

#slidesOpinion .slick-prev:before {
    content: "\f104";
}

#slidesOpinion .slick-next:before {
    content: "\f105";
}

#slidesOpinion .slick-arrow:hover {
    color: #ffe500;
}

.opinion {
    padding-left: 170px;
    position: relative;
}

.opinion .img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.opinion .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opinion .tend {
    margin-bottom: 15px;
}

.opinion .tend h3 {
    font-family: 'Tajawal', sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
}

.opinion .des {
    font-size: 15px;
    line-height: 23px;
    max-height: 115px;
    overflow: hidden;
    margin-bottom: 10px;
}

.opinion .link a {
    text-decoration: underline;
    text-transform: uppercase;
}


/*==========================================================*/

.imagesHome {
    padding-top: 35px;
}

#slideImages .slick-list {
    margin-right: -1px;
}

#slideImages .item {
    border-right: solid 1px #ffffff;
    padding: 0 3px;
}

#slideImages .slick-arrow {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: none;
    position: absolute;
    right: 0;
    top: -97px;
    font-size: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 100%;
    border: solid 2px #e6c8be;
}

#slideImages .slick-prev {
    right: 60px;
}

#slideImages .slick-next {
    right: 0;
}

#slideImages .slick-arrow:before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 24px;
}

#slideImages .slick-prev:before {
    content: "\f104";
}

#slideImages .slick-next:before {
    content: "\f105";
}

#slideImages .slick-arrow:hover {
    color: #ffe500;
}

.images {
    position: relative;
}

.images .img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.images.v2 {
    margin-bottom: 1px;
}

.images.v2 .img {
    padding-top: 66.656666%;
}

.images .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.images .caption {
    background: rgba(253, 227, 225, 0.95);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.images:hover .caption {
    opacity: 1;
    visibility: initial;
}

.images .caption:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 50%;
    left: 50%;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s linear 0.3s;
    -o-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s;
    z-index: 1;
}

.images:hover .caption:before {
    right: 20px;
    left: 20px;
}

.images .caption:after {
    content: "";
    position: absolute;
    right: 20px;
    left: 20px;
    top: 50%;
    bottom: 50%;
    border-right: solid 1px rgba(0, 0, 0, 0.3);
    border-left: solid 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s linear 0.3s;
    -o-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s;
    z-index: 1;
}

.images:hover .caption:after {
    top: 20px;
    bottom: 20px;
}

.images .tend {
    max-width: 50%;
    width: 100%;
}

.images .tend h3 {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Tajawal', sans-serif;
    text-align: center;
}

.desPop .fancybox-button--zoom {
    display: none !important;
}


/*==========================================================================*/


/*============================RESPONSIVE====================================*/


/*==========================================================================*/

@media all and (max-width: 991px) {
    .aboutHome .title h2 {
        font-size: 25px;
        line-height: 33px;
    }
    .aboutHome .img {
        margin-bottom: 20px;
    }
    .aboutHome {
        padding: 30px 0 40px;
    }
    .doctorHome {
        padding: 40px 0 35px;
    }
    .titleHome.df {
        display: block;
    }
    .titleHome.left {
        text-align: center;
    }
    .titleHome h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .titleHome.left:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .doctorHome .des {
        text-align: center;
    }
    .slideArrow {
        display: none;
    }
    #slideDoctor .slick-list {
        margin: 0 -10px;
    }
    #slideDoctor .item {
        padding: 0 10px;
    }
    .product {
        padding-right: 0;
        margin-bottom: 30px;
        padding-top: 70px;
    }
    .product .img {
        margin-right: 0;
        margin-top: -115px;
    }
    .product .des {
        margin-bottom: 30px;
    }
    .productHome {
        padding: 40px 0 45px;
    }
    .mediaHome .all {
        display: none;
    }
    .mediaHome,
    .newsHome,
    .opinionHome {
        padding: 35px 0 15px;
    }
    .newsWrap {
        margin-bottom: 25px;
    }
    #slideNews .slick-list {
        margin: 0 -8px;
    }
    #slideNews .item {
        padding: 0 8px;
    }
}

@media all and (max-width: 768px) {
    .aboutHome .grid .col1,
    .aboutHome .grid .col2 {
        width: 100%;
    }
    .aboutHome .des {
        text-align: center;
    }
    .aboutHome .title {
        text-align: center;
    }
    .aboutHome .title:before,
    {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .itemAbout {
        text-align: center;
        margin-bottom: 20px;
    }
    .opinion {
        padding-left: 0;
    }
    .opinion .img {
        margin: 0 auto;
        margin-bottom: 10px;
        position: relative;
        top: initial;
        left: initial;
    }
    .opinion .tend h3,
    .opinion .des,
    .opinion .link {
        text-align: center;
    }
}

@media all and (max-width: 520px) {
    .doctor .img a {
        padding-top: 72.222222%;
    }
    .doctor .img img {
        height: 100%;
    }
}