/*public*/
:root {
}

@font-face {
    font-family: 'shabnam';
    src: url('https://khorshidneshan.ir/CDN/Fonts/shabnam.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.ttf') format('truetype');
}

* {
    font-family: shabnam,tahoma;
    direction: rtl;
    font-size: 14px;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
}

li:not(main li) {
    list-style: none;
}

.container {
    padding-inline: 9vw;
}

.itemSkin2 .title a,
.itemSkin3 .title a,
.itemSkin3 .abstract a,
.itemSkin4 .title a,
.itemSkin4 .abstract a,
.itemSkin5 .title a,
.itemSkin6 .title a,
.itemSkin6 .body a,
.itemSkin7 .title a,
.itemSkin7 .abstract a,
.thirdPage .categorySkin2 .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itemSin2 .title a,
.itemSkin3 .title a,
.itemSkin4 .title a,
.itemSkin5 .title a,
.itemSkin6 .title a,
.itemSkin7 .title a,
.thirdPage .categorySkin2 .title a,
main .itemSkin2 .title a, main .itemSkin3 .title a,
main .itemSkin4 .title a {
    line-height: 1.6rem;
    -webkit-line-clamp: 1;
}

.itemSkin3 .abstract a,
.itemSkin4 .abstract a,
.itemSkin6 .body a {
    line-height: 1.6rem;
    -webkit-line-clamp: 3;
    height: 5em;
}

/*topTitle*/
.topTitle {
    color: #0c5adb;
    display: block;
    text-align: center;
}

/*title*/
h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
}

/*moreBtn*/
.moreBtn, .otherBtn {
    padding: 10px 20px;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    transition: .5s;
}

.moreBtn {
    background-color: #0c5adb;
    color: #fff;
}

    .moreBtn:hover {
        background-color: #00247e;
    }

.otherBtn {
    border: 1px solid #0c5adb;
    color: #0c5adb;
}

    .otherBtn:hover {
        border-color: #00247e;
        color: #00247e;
    }

.backImage {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000ab;
    z-index: -1;
}

.bottomBar,
main .ContentTitle::before, main .ContentsTitle::before {
    background-color: #aec6ef;
    border-radius: 6px;
    width: 120px;
    height: 4px;
    display: block;
    position: relative;
    margin: auto;
}

    .bottomBar::before, main .ContentTitle::after,
    main .ContentsTitle::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #0c5adb;
        top: 50%;
        transform: translateY(-50%);
        animation: move 2.5s ease-in-out infinite;
    }

@keyframes move {
    from {
        right: 0;
    }

    to {
        right: 90%;
    }
}

.notices {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px #4e4e4e38;
    width: 40%;
    max-height: 50%;
    padding: 10px;
    border-radius: 10px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    overflow: auto;
    animation: notices 2s infinite;
    display: flex;
    align-items: center;
    border-right: 5px solid #ed8c24;
    box-sizing: border-box;
}

@keyframes notices {
    from {
        box-shadow: 0 0 19px #ed8c24;
        /*#ff0000ad*/
    }

    to {
        box-shadow: 0 0 10px #4e4e4e38;
    }
}

.notices:target {
    opacity: 1;
    pointer-events: auto;
}

.notices .pre-noticesIcon {
    border-radius: 50%;
    background-color: #ed8c24;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

    .notices .pre-noticesIcon img {
        width: 30px;
        vertical-align: middle;
        filter: invert(1);
    }

.notices .closePopup {
    cursor: pointer;
    padding-bottom: 5px;
    filter: brightness(0.6);
    width: 28px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.notices .noticesContent {
    margin-left: 40px;
}

.notices .DetailSkin1 {
    padding: 5px;
    box-sizing: border-box;
}

.notices .ContentTitle {
    color: #ed8c24;
    font-weight: bold;
    font-size: 18px;
}

.notices .ContentAbstract {
    display: none;
}

.notices .ContentBody {
    text-align: justify;
}

.notices .ImageSkin1 {
    width: 100px;
    display: inline-block;
}

    .notices .ImageSkin1 img {
        width: 100%;
    }
/*go up*/
.goUp {
    background-color: #0c5adb;
    position: fixed;
    right: 5px;
    bottom: 5px;
    padding: 8px;
    clip-path: circle();
    cursor: pointer;
    z-index: 1;
    transform: translateX(130%);
    transition: .5s;
}

    .goUp img {
        transform: rotate(180deg);
        vertical-align: middle;
        width: 30px;
        padding: 5px;
        box-sizing: border-box;
    }

.turnRatings, .onlineCounseling {
    position: fixed;
    left: 10px;
    z-index: 1;
}

.onlineCounseling {
    bottom: 5px;
}

.turnRatings {
    bottom: 60px;
}

    .onlineCounseling > div, .turnRatings > div {
        background-color: #0c5adb;
        border-radius: 10px;
        width: 150px;
        z-index: 1;
        margin: auto;
        position: relative;
        padding: 10px;
        box-shadow: 0 0 8px #ffffff52;
        animation: changeColor 3s infinite ease-in-out;
        text-align: center;
    }

@keyframes changeColor {
    from {
        background-color: #f00;
    }

    to {
        background-color: #0c5adb;
    }
}

.onlineCounseling > div::before, .turnRatings > div::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    border: 1px solid #0c5adb;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    transform: scale(1);
    transition: all .5s;
    animation: animBorder 3s infinite;
    z-index: -1;
}

@keyframes animBorder {
    0% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        border-color: #f00;
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 0;
        border-color: #0c5adb;
    }
}

.onlineCounseling a, .turnRatings a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 22px;
    margin-top: -4px;
}

@keyframes nextItem {
    0%, 90% {
        transform: translateX(0);
    }

    90%, 100% {
        transform: translateX(120%);
    }
}

/*top header*/
.topHeader {
    background-color: #0c5adb;
    padding-block: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .topHeader .right a {
        color: #fff;
        padding-left: 10px;
    }

    .topHeader .left img {
        width: 20px;
        vertical-align: middle;
    }

    .topHeader .left span, .topHeader .left a {
        color: #fff;
        padding-right: 14px;
    }

/*header*/
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px;
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 4px #30303038;
}

.headerFixed {
    top: 0;
    box-shadow: 0 0 13px #8383838c;
    padding-block: 20px;
    animation: showMenu .6s;
}

@keyframes showMenu {
    0% {
        opacity: .5;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

nav {
    width: 81%;
    text-align: center;
}

h1 {
    margin: 0;
}

header .webSite {
    color: #0c5adb;
    padding: 10px 0;
}

.headerFixed .webSite strong {
    font-weight: normal;
    font-size: 16px;
}

nav > * {
    padding: 0 10px;
}

nav a {
    color: #000000;
}

nav .navItemActive, nav .itemMenu ul .navItemActive {
    color: #0c5bdc;
}

nav .itemMenu {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

    nav .itemMenu img {
        width: 10px;
        filter: invert();
        vertical-align: middle;
    }

    nav .itemMenu ul {
        position: absolute;
        background-color: #fff;
        top: 39px;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0 0 10px #0000000f;
        border-radius: 0 0 10px 10px;
        transform-origin: top;
        transform: scale3d(1, 0, 1);
        width: 140px;
        transition: transform 0.5s;
        text-align: right;
    }

.headerFixed nav .itemMenu ul {
    top: 39px;
}

nav .itemMenu .openSubMenu {
    transform: scale3d(1, 1, 1);
    transition: 0.5s;
}

nav .itemMenu ul a {
    color: #000;
    padding: 8px 0;
    display: block;
    box-sizing: border-box;
}

    nav .itemMenu ul a:hover {
        color: #0c5adb;
    }

.spaceAround, .spaceAroundP {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000040;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.activeSpaceAround, .activeSpaceAroundP {
    opacity: 1;
    visibility: visible;
}

/*specialty*/
.specialty .ContentsItems {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 40px 0;
    clear: both;
}

.specialty .itemSkin3 {
    margin: 9px 0;
}

    .specialty .itemSkin3 .child {
        width: 20vw;
        height: 250px;
        margin: 0 10px;
        box-sizing: border-box;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 0 6px #72727299;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        transition: .5s;
        position: relative;
    }

    .specialty .itemSkin3:hover .child {
        transform: rotateY(180deg);
    }

    .specialty .itemSkin3 .image::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #00000057;
        border-radius: 10px;
        box-shadow: 0 0 6px #72727299;
        z-index: -1;
    }

    .specialty .itemSkin3:hover .image::before {
        background-color: #0c5adbb5;
    }

    .specialty .itemSkin3 .image img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 10px;
        z-index: -2;
        object-fit: cover;
    }

    .specialty .itemSkin3 .title a {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

    .specialty .itemSkin3:hover .title {
        margin-bottom: 15px;
    }

        .specialty .itemSkin3:hover .title a {
            display: block;
            color: #fff;
            transform: rotateY(180deg);
            font-size: 18px;
            font-weight: bold;
        }

    .specialty .itemSkin3 .abstract a {
        display: none;
        color: #fff;
        text-align: justify;
        line-height: 1.6rem;
        -webkit-line-clamp: 5;
        height: 8em;
        word-spacing: -2px;
    }

    .specialty .itemSkin3:hover .abstract a {
        display: -webkit-box;
        transform: rotateY(180deg);
    }

/*aboutDr*/
.aboutDr {
    margin-top: 90px;
}

    .aboutDr img {
        width: 40%;
        vertical-align: middle;
        float: left;
        min-height: 460px;
    }

    .aboutDr .moreBtn {
        border: 1px solid transparent;
    }

    .aboutDr .left {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding-left: 10px;
        transform: translateY(40%);
    }

        .aboutDr .left h2 {
            font-size: 25px;
        }

        .aboutDr .left .topTitle {
            font-size: 20px;
        }

        .aboutDr .left .topTitle, .aboutDr .left h2 {
            text-align: right;
        }

        .aboutDr .left .bottomBar {
            margin: 0;
        }

        .aboutDr .left .descriptionDr {
            padding: 20px 0;
        }

        .aboutDr .left p {
            color: #616161;
            text-align: justify;
            font-size: 17px;
            word-spacing: -2px;
            margin: 0;
        }

/*dastavard*/
.dastavard {
    background-color: #293742CC;
    padding-block: 50px;
    text-align: center;
    background: url(File.aspx?t=image&s=drNoorbala.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

    .dastavard .topTitle, .dastavard h2 {
        color: #fff;
    }

    .dastavard .bottomBar {
        margin: auto;
    }

    .dastavard .ContentsItems {
        padding-top: 10px;
        display: flex;
        justify-content: space-between;
    }

    .dastavard .itemSkin4 {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        margin: 6px;
    }

        .dastavard .itemSkin4 .child {
            transition: .5s;
            padding: 20px;
            box-sizing: border-box;
            border-radius: 4px;
            border: 1px solid #0c5adb;
            position: relative;
            height: 300px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            /*background-color: #0000006e;*/
        }

        .dastavard .itemSkin4 .title {
            margin-bottom: 12px;
        }

        .dastavard .itemSkin4 .abstract a {
            text-align: justify;
        }

        .dastavard .itemSkin4 .more {
            margin-top: 20px;
        }

        .dastavard .itemSkin4 .image, .dastavard .itemSkin4 .more {
            display: none;
        }

        .dastavard .itemSkin4 .image {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: -1
        }

            .dastavard .itemSkin4 .image::before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: #0C5ADBEB;
            }

        .dastavard .itemSkin4 img {
            width: 100%;
            height: 100%;
            border-radius: 4px;
            object-fit: cover;
        }

        .dastavard .itemSkin4 .more a {
            border-radius: 4px;
            padding: 8px;
            background-color: #fff;
            color: #0c5adb;
            display: inline-block;
        }

        .dastavard .itemSkin4 .title a, .dastavard .itemSkin4 .abstract a {
            color: #ffffff;
        }

        .dastavard .itemSkin4 .title a {
            font-weight: bold;
        }

        .dastavard .itemSkin4:hover .child, .dastavard .itemSkin4:hover .title, .dastavard .itemSkin4:hover .abstract, .dastavard .itemSkin4:hover .image, .dastavard .itemSkin4:hover .more {
            transform: rotateY(180deg);
        }

        .dastavard .itemSkin4:hover .image, .dastavard .itemSkin4:hover .more {
            display: block;
        }

    .dastavard .dastavrdMore {
        text-align: left;
        margin: 6px;
    }
/*onlineVisite*/
.onlineVisite {
    text-align: center;
    padding-block: 50px;
}

    .onlineVisite video {
        width: 100%;
        border-radius: 10px;
        margin-top: 20px;
    }

    .onlineVisite .items {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 50px;
        counter-reset: section;
    }

    .onlineVisite .item {
        position: relative;
        width: 25%;
        padding: 0 10px;
        box-sizing: border-box;
    }

        .onlineVisite .item::before {
            counter-increment: section;
            content: counter(section);
            position: absolute;
            top: 0;
            left: 50%;
            border-radius: 50%;
            color: #0c5adb;
            background-color: #ffffff;
            box-shadow: 0 0 10px #cccccc;
            width: 50px;
            height: 50px;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translateX(50%);
        }

        .onlineVisite .item:not(.onlineVisite .item:last-child)::after {
            content: "";
            position: absolute;
            right: 65%;
            top: -5px;
            background-image: url(File.aspx?t=icon&s=direction-sign.png);
            height: 40px;
            width: 200px;
            background-repeat: no-repeat;
            background-size: contain;
            z-index: -1;
            transform: scale(1.1);
        }

    .onlineVisite .image {
        position: relative;
        background-color: #0c5adb;
        border-radius: 50%;
        margin-bottom: 86px;
        width: 110px;
        margin: 0 auto 86px;
    }

        .onlineVisite .image::before {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            margin: auto;
            width: 2px;
            height: 40px;
            border-left: 2px dashed #ddd;
            border-radius: 100%;
            bottom: -74px;
        }

        .onlineVisite .image::after {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            margin: auto;
            width: 15px;
            height: 15px;
            border: 2px solid #ddd;
            border-radius: 100%;
            bottom: -32px;
        }

    .onlineVisite img {
        width: 110px;
        padding: 30px;
        box-sizing: border-box;
        filter: invert(1);
    }

    .onlineVisite .item p {
        color: #616161;
    }

        .onlineVisite .item p a {
            color: #0c5adb;
            padding: 2px 5px;
            transition: .8s;
            box-sizing: border-box;
            position: relative;
        }

            .onlineVisite .item p a:hover {
                color: #fff;
            }

            .onlineVisite .item p a::before {
                content: '';
                background-color: #0c5adb;
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                z-index: -1;
                transform-origin: left;
                transition: .8s;
                transform: scale3d(0, 1, 1);
            }

            .onlineVisite .item p a:hover::before {
                transform: scale3d(1, 1, 1);
            }

.counseling .top {
    background: url(File.aspx/?t=icon&s=call-bg.png) #0c5adb no-repeat right;
    padding-block: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    min-height: 250px
}

    .counseling .top h2 {
        margin: 20px;
        font-weight: normal;
        font-size: 40px;
    }

    .counseling .top a {
        font-size: 60px;
        float: left;
        color: #fff;
        padding-left: 25px;
    }

    .counseling .top .moreBtn {
        background-color: #fff;
        color: #0c5adb;
    }

.counseling .counting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    width: 80%;
    margin: auto;
    box-shadow: 0 0 6px #afafaf8c;
    padding: 30px 0;
    box-sizing: border-box;
    transform: translateY(-50%);
}

    .counseling .counting .verticalLine {
        width: 1px;
        height: 100px;
        background-color: #A4C2F3;
    }

    .counseling .counting .item {
        text-align: center;
        width: 25%;
    }

        .counseling .counting .item h6 {
            font-size: 40px;
            margin: 0;
        }

        .counseling .counting .item span {
            color: #0c5adb;
        }
/* internetVisit */
.internetVisit {
    padding-bottom: 50px;
}

    .internetVisit p {
        text-align: center;
    }

    .internetVisit img {
        margin: auto;
        display: block;
        animation: down 2s ease infinite;
    }

    .internetVisit a {
        background-color: #0c5adb;
        color: #fff;
        padding: 10px;
        text-align: center;
        margin: auto;
        border-radius: 4px;
        display: block;
        width: 100px;
        transition: .5s;
    }

        .internetVisit a:hover {
            background-color: #00247e;
        }

@keyframes down {
    0% {
        transform: translate(0,-10px);
    }

    50% {
        transform: translate(0,0);
    }

    100% {
        transform: translate(0,-10px);
    }
}
/*telephoneAppointment*/
.telephoneAppointment {
    padding-bottom: 50px;
}

    .telephoneAppointment .top p {
        text-align: justify;
        color: #616161;
    }

    .telephoneAppointment .bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        padding-top: 45px
    }

        .telephoneAppointment .bottom b {
            font-size: 17px;
        }

    .telephoneAppointment .right, .telephoneAppointment .left {
        width: 50%;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .telephoneAppointment img {
        width: 100%;
        min-height: 100px;
    }

.faq {
    margin-bottom: -100px;
}

    .faq .top {
        background-color: #0c5adb;
        text-align: center;
        padding-block: 60px;
        color: #fff;
        min-height: 250px;
        position: relative;
    }

        .faq .top::before {
            content: "";
            position: absolute;
            left: 15px;
            top: 28px;
            background: url(File.aspx?t=icon&s=circle-small.png);
            background-repeat: no-repeat;
            height: 270px;
            width: 271px;
            -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
            animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
            -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
            opacity: 0.6;
        }

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0)
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px)
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0)
    }
}

.faq .top h2 {
    /*color: #fff;*/
}

.faq .bottomBar {
    margin: auto;
}

.faq .bottom .ContentsItems {
    margin-bottom: 10px;
}

.faq .bottom {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #fff;
    border-radius: 10px;
    width: 80%;
    margin: auto;
    box-shadow: 0 0 6px #afafaf8c;
    padding: 30px;
    box-sizing: border-box;
    transform: translateY(-140px);
    min-height: 550px;
}

    .faq .bottom > * {
        width: 50%;
    }

    .faq .bottom .right {
        padding: 10px 40px 0;
        box-sizing: border-box;
    }

        .faq .bottom .right img {
            width: 100%;
            border-radius: 10px;
            height: 100%;
            object-fit: cover;
        }

    .faq .bottom .itemSkin106, main .itemSkin106 {
        border: 1px solid #ddd;
        border-radius: 8px;
        margin: 10px 0;
    }

        .faq .bottom .itemSkin106 .title, main .itemSkin106 .title {
            position: relative;
            cursor: pointer;
            padding: 10px;
            text-align: right;
        }

            .faq .bottom .itemSkin106 .title a, main .itemSkin106 .title a {
                font-weight: bold;
                font-size: 17px;
                color: #000;
            }

            .faq .bottom .itemSkin106 .title::after, main .itemSkin106 .title::after {
                content: "❮";
                position: absolute;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
                -webkit-transform: rotate(180deg) translateY(50%);
                transform: rotate(180deg) translateY(50%);
                left: 10px;
                font-size: 13px;
                top: 50%;
            }

        .faq .bottom .itemSkin106.open .title:after, main .itemSkin106.open .title::after {
            -webkit-transform: rotate(90deg) translateX(-100%);
            transform: rotate(90deg) translateX(-100%);
        }

        .faq .bottom .itemSkin106 .body, main .itemSkin106 .body {
            transition: all .3s;
            border-top: 1px solid #ddd;
            display: none;
        }

        .faq .bottom .itemSkin106.open .body, main .itemSkin106.open .body {
            display: block;
            animation: openBodyAnim .5s ease-in-out;
            padding-block: 20px;
            transform-origin: top;
        }

@keyframes openBodyAnim {
    0% {
        opacity: 0;
        transform: scale3d(1, 0, 1);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}


.faq .bottom .itemSkin106 .body P, main .itemSkin106 .body p {
    margin: 0;
    color: #616161;
    text-align: justify;
    padding-inline: 20px;
}

/*commnets*/
.comments {
    text-align: center;
    padding-bottom: 50px;
}

    .comments .bottomBar {
        margin: auto;
    }

    .comments .items, .articles .items {
        /*white-space: nowrap;
        overflow: hidden;
        width: 100%;*/
    }

    .comments .ContentsItems, .articles .ContentsItems {
        padding-top: 50px;
        /*transition: all 0.5s ease 0s;*/
    }

    .comments .itemSkin6 {
        display: inline-block;
        vertical-align: top;
        width: 32%;
        position: relative;
        padding: 0 5px;
    }

    .comments .child {
        display: flex;
        flex-direction: column-reverse;
    }

    .comments .itemSkin6 .title {
        width: 77%;
        position: relative;
        padding-top: 50px;
        margin-right: 23%;
        text-align: right;
    }

        .comments .itemSkin6 .title::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            background: url(File.aspx?t=icon&s=stars.png) no-repeat right;
            background-size: 25%;
            height: 100%;
            width: 100%;
        }

        .comments .itemSkin6 .title a {
            color: #000;
            font-weight: bold;
            font-size: 17px;
        }

    .comments .itemSkin6 .image {
        width: 20%;
        position: absolute;
        bottom: -30px;
        right: 0;
    }

    .comments .itemSkin6 img {
        width: 100%;
        border-radius: 50%;
    }

    .comments .itemSkin6 .abstract {
        display: none;
    }

    .comments .itemSkin6 .body {
        border-radius: 5px;
        box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
        padding: 35px 25px;
        box-sizing: border-box;
        text-align: justify;
        white-space: normal;
    }

        .comments .itemSkin6 .body a {
            color: #616161;
        }

        .comments .itemSkin6 .body p {
            margin: 0;
        }

.dots {
    margin-top: 25px;
}

    .dots .dot {
        background: #bfcadc;
        height: 5px;
        width: 25px;
        display: inline-block;
        margin: 0 3px;
        border-radius: 50px;
        -webkit-transition: .5s;
        transition: .5s;
        cursor: pointer;
    }

    .dots .dotActive {
        background: #0C5ADB;
        width: 35px;
    }

/*articles*/
.articles {
    background-color: #EFF2F7;
    padding-block: 50px;
    position: relative;
}

    .articles .ContentsItems {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .articles .itemSkin4 {
        width: 33%;
        background-color: #fff;
        box-shadow: 0 0 10px #ddd;
        margin: 3px 0;
    }

        .articles .itemSkin4 img {
            width: 100%;
        }

        .articles .itemSkin4 .title a {
            color: #000;
            padding: 10px;
        }

        .articles .itemSkin4 .abstract a {
            color: #616161;
            text-align: justify;
            padding: 0 10px;
            white-space: normal;
        }

        .articles .itemSkin4 .more {
            padding: 10px;
        }

            .articles .itemSkin4 .more a {
                color: #000;
                transition: 1s;
            }

            .articles .itemSkin4 .more:hover a {
                color: #0c5adb;
            }

    .articles .dots {
        text-align: center;
    }

    .articles .icon {
        position: absolute;
        top: 50%;
        background-color: #0c5adb;
        border-radius: 50%;
        padding: 10px;
        vertical-align: middle;
        width: 35px;
        box-sizing: border-box;
        cursor: pointer;
        visibility: hidden;
    }

    .articles:hover .icon {
        visibility: visible
    }

    .articles .prev {
        transform: translateY(-50%) rotate(-90deg);
        right: 10px;
    }

    .articles .next {
        transform: translateY(-50%) rotate(90deg);
        left: 10px;
    }

    .articles .btn {
        text-align: left;
    }

/*footer*/
footer {
    background-color: #111a3a;
    padding-block: 90px 20px;
}

    footer .item {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }

    footer .footerLogo {
        padding-left: 14px;
        box-sizing: border-box;
    }

    footer .nobatdehi {
        border-top: 1px solid;
        border-image: linear-gradient(to left, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0)) 100% 0;
        padding: 8px 0;
    }

        footer .nobatdehi img {
            width: 15px;
            vertical-align: middle;
        }

    footer .map {
        height: 300px;
    }

    footer iframe {
        width: 100%;
        height: 100%;
        background: url(File.aspx?t=image&s=map.jpg) no-repeat center;
        border: none;
    }

    footer * {
        color: #fff;
    }

    footer .footerLogo p {
        text-align: justify;
    }

    footer .item a {
        display: block;
        margin: 10px 0;
    }

    footer .item b {
        margin-bottom: 14px;
        display: block;
    }

    footer .useFullLink a {
        position: relative;
        padding-right: 20px;
    }

        footer .useFullLink a::before {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            border: 1px solid #fff;
        }

    footer .socialNetwork img {
        width: 20px;
        vertical-align: middle;
        padding-left: 8px;
    }

.knkFooter {
    border-top: 1px solid #8f8f8f85;
    padding: 10px 0;
    margin-top: 40px;
    text-align: center;
}

    .knkFooter .knk2 > div {
        display: inline-block;
        vertical-align: middle;
        width: 48%;
    }

    .knkFooter img {
        width: 50px;
        vertical-align: middle;
    }

    .knkFooter .knk div {
        display: inline-block;
        width: 80%;
        text-align: right;
    }

/*main*/
main {
    padding: 60px 2vw 10px;
    text-align: center;
    min-height: 30vh;
}

    main .ContentTitle, main .ContentsTitle {
        position: relative;
        color: #0c5adb;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0;
        margin: 10px 0;
        display: inline-block;
    }

        main .ContentTitle::before, main .ContentsTitle::before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            width: auto;
        }

        main .ContentTitle::after, main .ContentsTitle::after {
            top: unset;
            bottom: 0;
            transform: translateY(30%);
        }

    main .ContentAbstract {
        color: #616161;
    }

    main .ContentBody p {
        text-align: justify;
    }

    /*itemSkin2*/
    main .itemSkin2 img {
    }

    main .itemSkin2 img, main .itemSkin3 img,
    main .itemSkin4 img {
        width: 100%;
    }

    main .itemSkin2 .title a, main .itemSkin3 .title a,
    main .itemSkin4 .title a {
        color: #000;
        margin: 5px;
        font-size: 18px;
    }

    main .itemSkin2, main .itemSkin3,
    main .itemSkin4 {
        display: inline-block;
        vertical-align: top;
        width: 24%;
        box-shadow: 0 0 4px #c5b5b5b5;
        margin: 5px;
        border-radius: 10px;
    }

        /*itemSkin3*/
        main .itemSkin3 .abstract a, main .itemSkin4 .abstract a {
            text-align: justify;
            color: #616161;
            margin: 5px;
        }
        /*itemSkin4*/
        main .itemSkin4 .more {
            text-align: right;
            padding: 5px;
        }

            main .itemSkin4 .more a {
                color: #000;
                transition: .5s;
            }

            main .itemSkin4 .more:hover a {
                color: #0c5adb;
            }


/*albumsContent*/
.albumsContent .ContentsItems {
    column-count: 5;
    column-gap: 2px;
}

albumsContent .ContentsItems {
    margin-bottom: 40px;
    margin-top: 25px;
}

.albumsContent .itemSkin2 {
    position: relative;
    overflow: hidden;
    width: auto;
    display: block;
    border-radius: 0;
    margin: -5px 0 6px;
}

    .albumsContent .itemSkin2::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(255, 255, 255, .2);
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 1;
        border-radius: 50%;
    }

    .albumsContent .itemSkin2:hover::before {
        animation: zoom-hover 0.75s;
    }

    .albumsContent .itemSkin2 .title {
        position: absolute;
        bottom: 0;
        right: 0;
        background: linear-gradient(0deg, rgb(0 0 0) 30%, rgba(255,255,255,0) 100%);
        left: 0;
        padding: 25px 25px 10px;
    }

        .albumsContent .itemSkin2 .title a {
            color: #fff;
            font-weight: bold;
        }

@keyframes zoom-hover {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/*ifram*/
iframe {
    width: 100%;
}

main table {
    margin: 10px 0;
    border-color: #c7c8c9;
    border-collapse: collapse;
}

main .DetailSkin1 .ContentBody table {
    width: 100%;
}

main table tr td {
    padding: 5px;
    text-align: center;
}

main .contentImagesDiv {
    text-align: center;
    margin: 20px 0;
}

    main .contentImagesDiv .ImageSkin1 {
        display: inline-block;
        vertical-align: top;
        margin: 5px;
        width: 20%;
    }

        main .contentImagesDiv .ImageSkin1 img {
            max-width: 100%;
        }

main .aboutDetail .contentImagesDiv .ImageSkin1 {
    width: 50%;
}

main .aboutDetail .ImageSkin1 img {
    border-radius: 5px;
}

.enamad img {
    width: 85px;
    height: 85px;
    display: block;
    object-fit: contain;
    background: #fff;
    border-radius: 3px;
}

@media only screen and (max-width: 768px) and (min-width: 0) {
    * {
        letter-spacing: -.9px;
    }

    .container {
        padding-inline: 2vw;
    }

    .topHeader {
        flex-wrap: wrap;
    }

    .headerFixed {
        padding-block: 10px;
    }

    .notices {
        top: 33%;
        transform: translateX(50%);
        width: 75%;
        max-height: 65%;
    }

        .notices .closePopup {
            transform: unset;
            top: 10px;
            left: 10px;
            width: 22px;
        }

        .notices .noticesContent {
            margin-left: 0;
        }

    .turnRatings, .onlineCounseling {
        box-shadow: 0 0 6px #d5d5d59e;
        border-radius: 50%;
    }

        .onlineCounseling > div, .turnRatings > div {
            width: 135px;
        }

    @keyframes nextItem {
        0%, 90% {
            transform: translateX(0);
        }

        90%, 100% {
            transform: translateX(110%);
        }
    }

    .topHeader > * {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .topHeader .right {
        margin-bottom: 10px;
    }

    .topHeader .left span, .topHeader .left a {
        padding-right: 0
    }

    header {
        padding-block: 9px;
        justify-content: flex-start;
    }

    .headerLogoMore .line {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #0c5adb;
        margin: 7px 0;
    }

    .aboutDr .left h2 {
        font-size: 24px;
    }

    h1 {
        width: 100%;
    }

    header .webSite {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    nav {
        position: fixed;
        top: 126px;
        right: 0;
        background-color: #fff;
        width: 70%;
        bottom: 0;
        transform: translateX(100%);
        transition: transform 0.5s;
        padding: 10px 0 10px 10px;
        box-sizing: border-box;
        border-top: 1px solid #d5d5d552;
    }

    .insideHeader nav, .headerFixed nav {
        top: 57px;
    }

    nav > a, nav .itemMenu, nav .navItemActive, nav .itemMenu ul .navItemActive {
        display: block;
        text-align: right;
        padding: 5px 12px;
        border-right: 4px solid #0c5adb;
        margin: 2px 0;
    }

    nav a {
        display: block;
    }

    .openMenu {
        transform: scale3d(1, 1, 1);
    }

    nav .itemMenu ul {
        width: 100%;
        height: 0;
        padding: 0;
        position: unset;
        box-shadow: none;
        border-right: 1px solid #ddd;
    }

    nav .itemMenu .openSubMenu {
        padding: 10px;
        height: auto;
    }

    .aboutDr img {
        float: unset;
        min-height: 300px;
    }

    .aboutDr img, .aboutDr .left, .specialty .item, .specialty .item .child, .dastavard .itemSkin4, .telephoneAppointment .right, .telephoneAppointment .left, .faq .bottom .left, .articles .itemSkin4, footer .item, .knkFooter .knk2 > div, main .itemSkin2, main .itemSkin3, main .itemSkin4 {
        width: 100%;
    }

    .dastavard .itemSkin4, .articles .itemSkin4, footer .footerLogo, main .itemSkin2, main .itemSkin3, main .itemSkin4 {
        margin: 5px 0;
    }

        .articles .itemSkin4 .more {
            text-align: right;
        }

    .dastavard .ContentsItems {
        flex-wrap: wrap;
    }

    .aboutDr {
        margin-top: 65px;
        display: flex;
        flex-direction: column-reverse;
    }

        .aboutDr .left {
            padding-left: 0;
            transform: unset;
        }

    .specialty {
        padding-block: 20px;
    }

        .specialty .itemSkin3 {
            display: block;
            width: 100%;
        }

            .specialty .itemSkin3 .child {
                width: unset;
                margin: 0;
            }

            .specialty .itemSkin3 .title {
                margin-bottom: 15px;
            }

            .specialty .itemSkin3 .abstract a {
                display: -webkit-box;
            }

            .specialty .itemSkin3:hover .abstract a {
                color: #fff;
            }

    .dastavard .itemSkin4 .image, .dastavard .itemSkin4 .more {
        display: block;
    }

    .dastavard .itemSkin4 .child {
        height: auto;
        background-color: #ffffff;
        padding: 5px;
    }

    .dastavard .itemSkin4 .image {
        position: unset;
        width: 45%;
        z-index: 0;
    }

        .dastavard .itemSkin4 .image::before, .faq .bottom .right {
            display: none;
        }

    .dastavard .itemSkin4 .title a, .dastavard .itemSkin4 .abstract a {
        color: #000;
    }

    .dastavard .itemSkin4 .more a {
        background-color: #0c5adb;
        color: #fff;
    }

    .onlineVisite .items {
        display: block;
        padding: 60px 80px;
    }

        .onlineVisite .items .item {
            width: 100%;
            padding: 0;
            box-sizing: unset;
        }

    .onlineVisite .item::after {
        display: none;
    }

    .telephoneAppointment .bottom {
        flex-wrap: wrap;
    }

    .faq .top::before {
        top: 110px;
    }

    .faq .bottom {
        width: 92%;
        padding: 15px;
    }

        .faq .bottom .itemSkin106 .title, main .itemSkin106 .title {
            font-size: 16px;
            padding: 10px 10px 10px 16px;
        }

    .articles {
        text-align: center;
    }

        .comments .ContentsItems, .articles .ContentsItems {
            padding-top: 15px;
        }

    footer {
        padding-block: 20px;
    }

    .knkFooter {
        padding: 10px 3vw;
    }

        .knkFooter .knk div {
            display: block;
            margin: auto;
            text-align: center;
        }

    .albumsContent .ContentsItems {
        column-count: 1;
    }

    main .contentImagesDiv .ImageSkin1 {
        width: 47%;
    }

    main .aboutDetail .contentImagesDiv .ImageSkin1 {
        width: 100%;
        margin: 5px 0;
    }

    .enamad img {
        margin: auto;
    }
}
