@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-face {
    font-family: 'Poppins';
    src: url('https://khorshidneshan.ir/CDN/Fonts/Poppins-Medium.eot');
    src: local('?'), url('https://khorshidneshan.ir/CDN/Fonts/Poppins-Medium.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Lalezar';
    src: url('https://khorshidneshan.ir/CDN/Fonts/Lalezar.eot');
    src: local('?'), url('https://khorshidneshan.ir/CDN/Fonts/Lalezar.ttf') format('truetype');
}

:root {
    --green: #4c5d43;
    --white: #fff;
    --whitelight: #f9fafc;
    --gray: #6c757d;
    --graylight: #878787;
    --black: #000;
    --borderColor: #aaadb052;
    --bgColorgreen: rgba(55, 175, 71, 0.1);
    --bgColorPurple: rgba(103, 88, 243, 0.1);
    --bgColororange: rgba(246, 171, 47, 0.1);
    --bgColorblue: rgba(22, 101, 216, 0.1);
}

* {
    font-size: 14px;
    font-family: shabnam, tahoma;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
}

a {
    text-decoration: none;
}

/* public */
.container {
    padding: 60px 10vw;
    box-sizing: border-box;
}

.more {
    background: var(--green);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: var(--white);
    display: inline-block;
    margin-top: 35px;
    transition: .5s;
}

.moreBtn a {
    background: var(--green);
    padding: 10px 30px;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
    color: var(--white);
    display: inline-block;
}

    .moreBtn a:hover,
    .more:hover {
        transform: translateY(-2px);
        box-shadow: 0px 5px 10px 0px rgb(68 68 68 / 10%);
    }

.title1 {
    color: var(--black);
    font-weight: bold;
    font-size: 25px;
    padding: 5px 0;
}

.title2 {
    color: var(--black);
    font-size: 18px;
    padding: 10px 0;
}

.title3 {
    font-size: 20px;
    padding: 5px 0;
    color: var(--green);
}

.paragraph {
    color: var(--graylight);
    font-size: 16px;
}

.itemSkin3 .abstract a,
.itemSkin2 .title a,
.itemSkin3 .title a,
.itemSkin4 .title a,
.itemSkin7 .title a,
.itemSkin4 .abstract a,
.itemSkin7 .abstract a,
.itemSkin8 .title a,
.itemSkin8 .abstract a,
main .categorySkin2 .title a,
main .itemSkin2 .title a,
.servicesDoctor .itemSkin5 .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itemSkin2 .title a,
.itemSkin3 .title a,
.itemSkin4 .title a,
.itemSkin7 .title a,
.itemSkin8 .title a,
main .categorySkin2 .title a,
main .itemSkin2 .title a,
.servicesDoctor .itemSkin5 .title a {
    -webkit-line-clamp: 1;
}

.itemSkin3 .abstract a,
.itemSkin4 .abstract a,
.itemSkin8 .abstract a {
    -webkit-line-clamp: 3;
    height: 4em;
}

.menuIcon {
    display: none;
}

.topScroll {
    display: none;
}

.colorbg1 {
    background-color: #fcecea;
}

    .colorbg1.active,
    .colorbg1.active::before {
        background-color: #e6492d;
    }

.colorbg2 {
    background-color: #ebf7ec;
}

    .colorbg2.active,
    .colorbg2.active::before {
        background-color: #37af47;
    }

.colorbg3 {
    background-color: #f0eefe;
}

    .colorbg3.active,
    .colorbg3.active::before {
        background-color: #1665d8;
    }

.colorbg4 {
    background-color: #e6f8f8;
}

    .colorbg4.active,
    .colorbg4.active::before {
        background-color: #0cb8b6;
    }

.colorbg5 {
    background-color: #fef6ea;
}

    .colorbg5.active,
    .colorbg5.active::before {
        background-color: #f6ab2f;
    }

.colorbg6 {
    background-color: #f5f5f6;
}

    .colorbg6.active,
    .colorbg6.active::before {
        background-color: #9ea0a5;
    }

.underline {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .underline .line {
        background: var(--green);
        width: 60px;
        height: 2px;
        display: inline-block;
        margin: 0 10px;
    }

    .underline img {
        width: 40px;
        animation: rotateAnimation 6s linear infinite;
    }

@keyframes rotateAnimation {
    0% {
        -webkit-transform: rotateX(-20deg) rotateY(0deg);
        transform: rotateX(-20deg) rotateY(0deg);
    }

    75% {
        -webkit-transform: rotateX(-20deg) rotateY(360deg);
        transform: rotateX(-20deg) rotateY(360deg);
    }

    100% {
        -webkit-transform: rotateX(-20deg) rotateY(360deg);
        transform: rotateX(-20deg) rotateY(360deg);
    }
}


.topBody {
    position: relative;
    background-color: #fff;
    z-index: 5;
    overflow-x: hidden;
    margin-bottom: 100vh;
}

/* topHeader */
.headerFixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    animation: showMenu .6s;
    background-color: #fff;
    box-shadow: 0 0 10px #5a5a5a2e;
}

@keyframes showMenu {
    0% {
        opacity: .5;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.topHeader {
    padding: 10px 10vw;
    text-align: center;
    border-bottom: 1px solid var(--green);
    position: relative;
    z-index: 4;
    background-color: #fff;
}

    .topHeader .right {
        text-align: right;
    }

    .topHeader .left {
        text-align: left;
    }

    .topHeader .right,
    .topHeader .left {
        display: inline-block;
        vertical-align: middle;
        width: 49%;
    }

        .topHeader .right .call,
        .topHeader .right .email {
            display: inline-block;
            vertical-align: middle;
            padding-left: 20px
        }

        .topHeader .right img {
            width: 20px;
            filter: invert(45%) sepia(25%) saturate(166%) hue-rotate(166deg) brightness(93%) contrast(84%);
            vertical-align: middle;
        }

        .topHeader .right a {
            color: var(--gray);
            transition: .5s;
        }

        .topHeader .left a {
            color: var(--green);
            font-weight: bold;
            padding-right: 20px;
            transition: .5s;
        }

            .topHeader .right a:hover,
            .topHeader .left a:hover {
                color: var(--green);
            }

/* header */
header {
    text-align: center;
    padding: 7px 10vw;
    position: relative;
    z-index: 4;
    background-color: #fff;
}

    header .logo {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }

        header .logo a {
            color: var(--green);
            font-weight: bold;
        }

        header .logo img {
            width: 60px;
            display: inline-block;
            vertical-align: middle;
        }

    header .nav {
        display: inline-block;
        width: 79%;
        text-align: left;
    }

        header .nav .navItem,
        header .nav .itemMenu {
            display: inline-block;
            vertical-align: top;
            text-align: center;
            padding-right: 8px;
            box-sizing: border-box;
        }

        header .nav a,
        header .nav span {
            color: var(--black);
            transition: .5s;
        }

            header .nav a:hover, header .nav span:hover {
                color: var(--green);
            }

        header .nav .navItem a.active,
        header .nav li a.active {
            color: var(--green);
            border-bottom: 2px solid var(--green);
            padding-bottom: 5px;
        }

        header .nav .itemMenu {
            position: relative;
            cursor: pointer;
        }

    header .itemMenu img {
        width: 16px;
        vertical-align: middle;
    }

    header .itemMenu .openSubMenu img {
        transform: rotate(90deg);
        transition: transform .5s;
    }

    header .itemMenu:hover img {
        filter: invert(32%) sepia(26%) saturate(426%) hue-rotate(55deg) brightness(94%) contrast(88%);
    }

    header .nav .menuItem {
        transition: .5s;
    }

    header .nav .itemMenu ul {
        list-style-type: none;
        margin: 0;
        box-sizing: border-box;
        transform-origin: top;
        transform: scale3d(1, 0, 1);
        transition: transform 0.5s;
        text-align: right;
        border-radius: 5px;
        width: 180px;
        height: 0;
        padding: 10px;
        box-shadow: 0 0 30px #00000014;
        z-index: 3;
        position: absolute;
        background-color: #fff;
        top: 35px;
        cursor: pointer;
    }

    header .itemMenu .openChild .summeryChildMenu > a {
        color: var(--green);
    }

    header .itemMenu .openChild a img {
        transform: rotate(0);
        filter: invert(32%) sepia(26%) saturate(426%) hue-rotate(55deg) brightness(94%) contrast(88%);
    }

    header .nav .itemMenu ul.openSubMenu .childSubMenu {
        top: 5px;
        right: 100%;
    }

    header .nav .itemMenu ul.openSubMenu li {
        padding: 4px 0;
    }

    header .nav .itemMenu .openSubMenu,
    header .nav .itemMenu .openChildMenu {
        transform: scale3d(1, 1, 1);
        transition: 0.5s;
        height: auto;
        padding: 10px;
    }

    header.inside {
        box-shadow: 0 10px 10px #3d3d3d14;
    }

/**/
.spaceAround, .spaceAroundP {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000040;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.activeSpaceAround, .activeSpaceAroundP {
    opacity: 1;
    visibility: visible;
}

/* slider */
.slider {
    background: #f1ede9 url(File.aspx?t=image&s=bgSlider.jpg) no-repeat;
    background-position: top left;
    position: relative;
    /* overflow: hidden; */
    background-size: contain;
    height: 77vh;
    padding: 50px 0;
}

    .slider .shape {
        width: 100%;
        height: 80%;
        display: block;
        padding-top: 83px;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .slider .content {
        position: absolute;
        top: 10%;
        right: 10vw;
        width: 37%;
        display: inline-block;
        z-index: 2;
    }

        .slider .content .title {
            font-size: 45px;
            font-family: Lalezar;
            color: var(--green);
        }

            .slider .content .title span {
                font-size: 25px;
                display: block;
                font-family: Lalezar;
            }

        .slider .content .paragraph {
            padding: 20px 0;
            text-align: justify;
        }

        .slider .content .social {
            padding-top: 33px;
        }

.social a {
    background: var(--green);
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
    transition: .5s;
}

    .social a:hover {
        transform: scale(1.1);
    }

.social img {
    width: 20px;
    filter: invert(1);
    display: block;
    padding: 3px;
}
/*onlineAppointment*/
.onlineAppointment {
    position: relative;
    overflow: hidden;
}

    .onlineAppointment > ::before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: url(File.aspx?t=icon&s=pattern3.png);
        background-size: cover;
        opacity: 0.05;
        z-index: 1;
    }

    .onlineAppointment a {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 0;
        overflow: hidden;
        /* background: linear-gradient(0deg, rgba(76,93,67,1) 0%, rgba(181,185,173,1) 45%, rgba(238,234,230,1) 70%, rgba(255,255,255,1) 100%); */
        background-color: var(--green);
        justify-content: center;
        /* flex-direction: column; */
    }

    .onlineAppointment::before, .onlineAppointment::after {
        background-size: contain;
        position: absolute;
        content: '';
        filter: brightness(13);
        z-index: 1;
    }

    .onlineAppointment::before {
        background: url(File.aspx?t=image&s=member.png) no-repeat;
        top: 0;
        right: -178px;
        left: 0;
        width: 360px;
        z-index: 4;
        height: 134px;
        transform: scale(-1) rotate(120deg);
    }

    .onlineAppointment::after {
        left: -260px;
        bottom: 0;
        width: 500px;
        height: 90%;
        background: url(File.aspx?t=image&s=memberEdit.png) no-repeat;
    }

    /* .onlineAppointment img {
        filter: brightness(-6.5);
        position: absolute;
        object-fit: cover;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.1;
    }*/

    .onlineAppointment .title1,
    .onlineAppointment .onlineAppointmentMore {
        text-align: center;
        z-index: 6;
    }

    .onlineAppointment .title1 {
        color: #fff;
        font-size: 30px;
    }

    .onlineAppointment .onlineAppointmentMore {
        margin-right: 40px;
        padding: 10px 30px;
        border-radius: 5px;
        transition: .5s;
        display: inline-block;
        background: #a51e2d;
        /*background: #87663c;*/
        /* background: #f1ede9; */
        font-weight: bold;
        color: #fff;
        animation: drawAttention 2s alternate infinite;
        z-index: 7;
        position: relative;
        font-size: 18px;
    }

@keyframes drawAttention {
    0% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

/* servicesDoctor */
.servicesDoctor {
    text-align: center;
    background: linear-gradient(0deg, rgba(76,93,67,1) 0%, rgba(181,185,173,1) 45%, rgba(238,234,230,1) 70%, rgba(255,255,255,1) 100%);
}

    .servicesDoctor .itemSkin5 {
        display: inline-block;
        vertical-align: top;
        width: 23%;
        padding: 5px;
        box-sizing: border-box;
        box-shadow: 2px 3px 10px #cccccc87;
        margin: 10px;
        border-radius: 5px;
    }

        .servicesDoctor .itemSkin5 img {
            width: 100%;
            height: 100%;
            display: block;
        }

        .servicesDoctor .itemSkin5 .title {
            padding: 5px;
        }

            .servicesDoctor .itemSkin5 .title a {
                color: #000;
                font-size: 18px;
                font-weight: bold;
            }

        .servicesDoctor .itemSkin5 .more {
            margin: 25px 10px 5px;
            float: left;
        }

            .servicesDoctor .itemSkin5 .more a {
                color: #fff;
            }

    .servicesDoctor .moreBtn {
        margin-top: 20px;
    }

/* itemsElva */
.itemsElva {
    text-align: center;
    display: flex;
}

    .itemsElva .item {
        width: 30%;
        margin: 0 8px;
        box-sizing: border-box;
        border: 1px solid var(--borderColor);
        border-radius: 7px;
        padding: 30px;
        transition: .5s;
    }

        .itemsElva .item:hover /*,
        .counting .counter .item:hover*/ {
            border-color: transparent;
            box-shadow: 0 0 18px #cccccc7d;
        }

        .itemsElva .item .paragraph {
            text-align: justify;
        }

    .itemsElva .image {
        border-radius: 50%;
        display: inline-block;
        padding: 16px;
    }

    .itemsElva img {
        width: 50px;
        height: 50px;
        display: block;
    }

.colorbg1 {
    background-color: #fcecea;
}

.colorbg2 {
    background-color: #ebf7ec;
}


.colorbg3 {
    background-color: #f0eefe;
}


/* takeTurn */

.takeTurn {
    text-align: center;
    padding: 60px 0;
}

    .takeTurn .bgTakeTurn {
        background: url(File.aspx?t=image&s=taketurn.png) no-repeat;
        background-size: cover;
        position: relative;
    }

        .takeTurn .bgTakeTurn::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 20vh;
            background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        }

    .takeTurn .left,
    .takeTurn .right {
        display: inline-block;
        vertical-align: middle;
    }

    .takeTurn .right {
        width: 50%;
        margin-left: 10vw;
    }

        .takeTurn .right .title1 {
            text-align: right;
        }

        .takeTurn .right .paragraph {
            text-align: justify;
        }

        .takeTurn .right .moreBtn {
            text-align: left;
            margin-top: 20px;
        }

        .takeTurn .right .doctorProfile {
            text-align: right;
            padding: 30px 0;
        }

            .takeTurn .right .doctorProfile img {
                display: inline-block;
                vertical-align: middle;
                padding: 0 10px;
                width: 70px;
                border-radius: 50%;
                box-shadow: 0 0 10px #2d2d2d21;
            }

            .takeTurn .right .doctorProfile .content {
                display: inline-block;
                vertical-align: middle;
            }

            .takeTurn .right .doctorProfile .text {
                color: var(--graylight);
            }

    .takeTurn .left {
        width: 36%;
        background: var(--whitelight);
    }

        .takeTurn .left > div {
            margin: 20px;
            border: 1px solid var(--green);
        }

        .takeTurn .left .title3 {
            text-align: right;
            padding: 10px;
            font-weight: bold;
        }

        .takeTurn .left ul {
            text-align: right;
            padding: 5px;
            margin: 5px;
        }

            .takeTurn .left ul li {
                list-style: none;
                border-bottom: 1px dashed var(--graylight);
                padding: 10px;
                color: var(--graylight);
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .takeTurn .left ul li.weekHead {
                    text-align: center;
                    color: #000;
                    font-weight: bold;
                }

                .takeTurn .left ul li span {
                    width: 33%;
                }

                    .takeTurn .left ul li span.time {
                        text-align: center;
                    }

        .takeTurn .left .phone {
            text-align: right;
            padding: 10px;
            display: block;
            position: relative;
        }

            .takeTurn .left .phone .title {
                color: var(--graylight);
            }

            .takeTurn .left .phone img {
                display: inline-block;
                vertical-align: middle;
                width: 40px;
                transform: rotate(270deg);
            }

            .takeTurn .left .phone .callme {
                display: inline-block;
                padding: 0 10px;
                vertical-align: middle;
            }

            .takeTurn .left .phone .call {
                color: var(--green);
                font-size: 16px;
                vertical-align: middle;
                font-weight: bold;
            }

/* services */
.services {
    text-align: center;
}

    .services .ContentsItems {
        margin: 30px 0;
    }

    .services .servicesTop .ContentsItems > :first-child {
        background-color: #f0eefe;
    }

        .services .servicesTop .ContentsItems > :first-child.active,
        .services .servicesTop .ContentsItems > :first-child.active::before {
            background-color: #1665d8;
        }

    .services .servicesTop .ContentsItems > :nth-child(2) {
        background-color: #ebf7ec;
    }

        .services .servicesTop .ContentsItems > :nth-child(2).active,
        .services .servicesTop .ContentsItems > :nth-child(2).active::before {
            background-color: #37af47;
        }

    .services .servicesTop .ContentsItems > :nth-child(3) {
        background-color: #fcecea;
    }

        .services .servicesTop .ContentsItems > :nth-child(3).active,
        .services .servicesTop .ContentsItems > :nth-child(3).active::before {
            background-color: #e6492d;
        }

    .services .servicesTop .ContentsItems > :nth-child(4) {
        background-color: #fef6ea;
    }

        .services .servicesTop .ContentsItems > :nth-child(4).active,
        .services .servicesTop .ContentsItems > :nth-child(4).active::before {
            background-color: #f6ab2f;
        }

    .services .servicesTop .ContentsItems > :nth-child(5) {
        background-color: #f5f5f6;
    }

        .services .servicesTop .ContentsItems > :nth-child(5).active,
        .services .servicesTop .ContentsItems > :nth-child(5).active::before {
            background-color: #9ea0a5;
        }

    .services .servicesTop .ContentsItems > :nth-child(6) {
        background-color: #e6f8f8;
    }

        .services .servicesTop .ContentsItems > :nth-child(6).active,
        .services .servicesTop .ContentsItems > :nth-child(6).active::before {
            background-color: #0cb8b6;
        }

    .services .itemSkin10 {
        display: inline-block;
        vertical-align: top;
        width: 12%;
        margin: 3px;
        border-radius: 10px;
        padding: 20px 0;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
    }

        .services .itemSkin10::before {
            content: '';
            position: absolute;
            height: 20px;
            width: 20px;
            bottom: 0px;
            left: 50%;
            opacity: 0;
            transform: translateX(-50%) rotate(45deg);
            border-radius: 0px 0px 7px 0px;
            transition: all 0.3s ease;
        }

        .services .itemSkin10.active::before {
            bottom: -10px;
            opacity: 1;
        }

        .services .itemSkin10 img {
            width: 40px;
            height: 40px;
            display: block;
            margin: auto;
        }

        .services .itemSkin10.active img {
            filter: brightness(40);
        }

        .services .itemSkin10 .title {
            color: var(--black);
        }

        .services .itemSkin10.active .title {
            color: var(--white);
        }

    .services .itemSkin7 {
        display: none;
        margin: auto;
        text-align: right;
    }

        .services .itemSkin7.active {
            display: block;
            animation: show 2s;
        }

@keyframes show {
    from {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}

.services .itemSkin7 .image {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
}

.services .itemSkin7 img {
    width: 100%;
    height: 100%;
    display: block;
}

.services .itemSkin7 .text {
    display: inline-block;
    width: 55%;
    padding-right: 20px;
    vertical-align: middle;
    box-sizing: border-box;
}

    .services .itemSkin7 .text .title a {
        text-align: right;
        font-size: 20px;
        font-weight: bold;
        color: var(--black);
    }

    .services .itemSkin7 .text .abstract a {
        text-align: justify;
        color: var(--graylight);
        -webkit-line-clamp: 4;
        height: 5.5em;
        white-space: normal;
    }

/* appointment */

.appointment {
    text-align: center;
    background: url(File.aspx?t=image&s=appoiment.jpg) no-repeat center;
    background-size: cover;
}

.SendMessageForm h3 {
    display: none;
}

.SendMessageForm {
    width: 65%;
    margin: 30px auto;
}

    .SendMessageForm .name, .SendMessageForm .phone, .SendMessageForm .email {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        padding: 4px;
        text-align: right;
        color: var(--gray);
        box-sizing: border-box;
    }

    .SendMessageForm .body {
        text-align: right;
        padding: 4px;
        color: var(--gray);
    }

        .SendMessageForm .body textarea {
            max-width: 100%;
            min-height: 100px;
        }

    .SendMessageForm > div input,
    .SendMessageForm > div textarea,
    .form .buttonItem input {
        width: 100%;
        padding: 5px;
        border: 1px solid #dadada;
        color: var(--graylight);
        border-radius: 5px;
        box-sizing: border-box;
    }

.form .buttonItem input {
    margin-top: 15px;
}

.SendMessageForm .sendMessageSendBtnDiv {
    display: inline-block;
    transition: .5s;
    float: right;
    margin-right: 0.4vw;
}

    .SendMessageForm .sendMessageSendBtnDiv:hover,
    .form .buttonItem:hover {
        transform: translateY(-2px);
    }

    .SendMessageForm .sendMessageSendBtnDiv input,
    .form .buttonItem input {
        background: var(--green);
        color: var(--white);
        border: none;
        cursor: pointer;
        padding: 8px 20px;
    }

/* personel */
.personel {
    text-align: center;
}

    .personel .items, .comment .items {
        display: inline-block;
        width: 89%;
        vertical-align: middle;
        overflow: hidden;
    }

        .personel .items .ContentsItems,
        .comment .ContentsItems {
            white-space: nowrap;
            transition: .8s;
        }

    .personel .prev,
    .personel .next,
    .comment .next,
    .comment .prev {
        display: inline-block;
        width: 10%;
        vertical-align: middle;
        border-radius: 50%;
        background: var(--white);
        box-shadow: 0px 5px 10px 0px rgb(106 106 106 / 15%);
        width: auto;
        opacity: 0;
        transition: .5s;
        cursor: pointer;
    }

    .personel:hover .prev,
    .personel:hover .next,
    .comment:hover .prev,
    .comment:hover .next {
        opacity: 1;
    }

    .personel .prev img,
    .personel .next img,
    .comment .prev img,
    .comment .next img {
        transform: rotate(-90deg);
        display: block;
        width: 20px;
        padding: 10px;
    }

    .personel .next img,
    .comment .next img {
        transform: rotate(90deg);
    }

    .personel .itemSkin3 {
        margin: 40px 1vw;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        width: 22%;
        border: 1px solid #cccccc5e;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }

        .personel .itemSkin3::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: url(File.aspx?t=image&s=member.png) no-repeat;
            height: 14vh;
            transition: .5s;
            z-index: 1;
        }

        .personel .itemSkin3 .image {
            overflow: hidden;
        }

        .personel .itemSkin3:hover .image::before {
            opacity: 1;
        }

        .personel .itemSkin3 img {
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 5px 5px 0px 0px;
            transition: .5s;
        }

        .personel .itemSkin3:hover img {
            transform: scale(1.1);
        }

        .personel .itemSkin3 .title {
            padding: 5px;
            position: relative;
            z-index: 1;
        }

            .personel .itemSkin3 .title a {
                color: #fff;
                font-weight: bold;
                font-size: 17px;
            }

        .personel .itemSkin3 .abstract {
            padding: 10px;
            position: relative;
            z-index: 1;
            white-space: normal;
        }

            .personel .itemSkin3 .abstract a {
                color: #fff;
                text-align: justify;
                -webkit-line-clamp: 1;
                height: auto;
                font-weight: bold;
            }

.line2 {
    height: 1px;
    background: #cccccc45;
}

/* workSamples */
.workSamples {
    text-align: center;
}

    .workSamples .ContentsItems {
        column-count: 3;
        column-gap: 20px;
    }

    .workSamples .categories {
        border-bottom: 2px solid #6c757d2e;
        margin: 30px auto;
        text-align: center;
    }

    .workSamples .items > div {
        transition: .5s;
        display: none;
    }

        .workSamples .items > div.showWorkSamples {
            display: block;
        }

    .workSamples .categories .category::before {
        content: "";
        position: absolute;
        top: 34px;
        right: 0;
        left: 0;
        height: 2px;
        background: var(--green);
        display: none;
    }

    .workSamples .categories .category.active::before {
        display: block;
    }

    .workSamples .categories .category, .workSamples .categories a {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
        color: var(--gray);
        cursor: pointer;
        font-weight: bold;
        position: relative;
        padding-bottom: 15px;
    }

        .workSamples .categories .category.active {
            color: var(--green);
        }

        .workSamples .categories .category::before.active {
            display: block;
        }

    .workSamples .itemSkin1 {
        margin-bottom: 20px;
        position: relative;
    }

        .workSamples .itemSkin1::before {
            content: "";
            position: absolute;
            top: 0;
            left: 14px;
            width: 45px;
            height: 0px;
            border-radius: 0 0 40px 40px;
            transition: .5s;
            background: var(--green);
        }

        .workSamples .itemSkin1:hover::before {
            height: 20vh;
            z-index: 2;
        }

        .workSamples .itemSkin1::after {
            content: '';
            position: absolute;
            top: -10px;
            left: 16px;
            width: 41px;
            height: 40px;
            background: #fff url(File.aspx?t=icon&s=iconTop.png) no-repeat;
            background-size: 100%;
            z-index: 2;
            opacity: 0;
            transition: .5s;
            border-radius: 50%;
        }

        .workSamples .itemSkin1:hover::after {
            top: 15vh;
            opacity: 1;
            animation: rotateAnim 1s;
        }

@keyframes rotateAnim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.workSamples .itemSkin1 a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: .5s;
}

.workSamples .itemSkin1:hover a::before {
    opacity: 1;
    z-index: 1;
}

.workSamples .itemSkin1 img {
    width: 100%;
    height: 100%;
    display: block;
}

/* BeforeAndAfter */
.BeforeAndAfter {
    text-align: center;
    position: relative;
    margin: 60px 0;
}

    .BeforeAndAfter .beforeAndAfterBackground {
        background: url(File.aspx?t=image&s=before-after-bg.jpg) no-repeat center;
        background-size: cover;
        height: 40vh;
    }

    .BeforeAndAfter .image {
        background: var(--white);
        border-radius: 4px;
        width: 57%;
        margin: 53px auto;
        height: 70vh;
        box-shadow: 0 0 10px #ccc;
        margin-top: -25vh;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
    }

        .BeforeAndAfter .image .after {
            background: url(File.aspx?t=image&s=after.jpg) no-repeat;
            background-size: cover;
            position: relative;
            font-size: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            margin: 0;
        }

        .BeforeAndAfter .image .before {
            background: url(File.aspx?t=image&s=before.jpg) no-repeat;
            background-size: cover;
            position: absolute;
            width: 50%;
            overflow: hidden;
            bottom: 0;
            height: 100%;
            left: 0;
            border-right: 2px solid #fff;
        }

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: -7px;
    background-color: transparent;
    margin: auto;
    transform: translateY(-50%);
    cursor: pointer;
    width: 101%;
}

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: url('File.aspx?t=icon&s=halfline.png'), -webkit-gradient( linear, left top, left bottom, color-stop(1, #fff)) no-repeat;
        background-size: 35px;
        background-position: 50%;
    }

    input[type=range]::-moz-range-thumb {
        -moz-appearance: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: url('File.aspx?t=icon&s=halfline.png'), -webkit-gradient( linear, left top, left bottom, color-stop(1, #fff)) no-repeat;
        background-size: 35px;
        background-position: 50%;
        border: none;
    }

/* comment */
.comment {
    text-align: center;
}

    .comment .itemSkin3 {
        display: inline-block;
        vertical-align: top;
        width: 31%;
        margin: 40px 0.6vw;
        border: 1px solid var(--borderColor);
        border-radius: 5px;
        padding: 25px;
        box-sizing: border-box;
    }

        .comment .itemSkin3 a {
            pointer-events: none;
        }

        .comment .itemSkin3 .image {
            width: 40%;
            margin: 0 auto 10px;
        }

        .comment .itemSkin3 img {
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 50%;
        }

        .comment .itemSkin3 .title a {
            color: var(--black);
            font-weight: bold;
            transition: .5s;
        }

        .comment .itemSkin3:hover .title a {
            color: var(--green);
        }

        .comment .itemSkin3 .abstract {
            padding: 10px 0 32px;
            position: relative;
            white-space: normal;
        }

            .comment .itemSkin3 .abstract::after {
                content: "";
                font-size: 50px;
                position: absolute;
                bottom: -31px;
                right: -27px;
                background: url(File.aspx?t=icon&s=quote.png) no-repeat;
                filter: invert(99%) sepia(37%) saturate(278%) hue-rotate(39deg) brightness(120%) contrast(92%);
                width: 60px;
                height: 60px;
            }

        .comment .itemSkin3:hover .abstract::after {
            filter: invert(55%) sepia(13%) saturate(5288%) hue-rotate(140deg) brightness(96%) contrast(91%);
        }

        .comment .itemSkin3 .abstract a {
            color: var(--graylight);
            text-align: justify;
        }

/* counting */
.bgColor1 {
    background: var(--bgColorPurple);
}

.bgColor2 {
    background: var(--bgColorgreen);
}

.bgColor3 {
    background: var(--bgColororange);
}

.bgColor4 {
    background: var(--bgColorblue);
}

/*.counting {
    text-align: center;
    background: var(--whitelight);
    display: flex;
    align-items: stretch;
}

    .counting .counter {
        width: 55%;
        padding-left: 20px;
    }

        .counting .counter .item {
            display: inline-block;
            vertical-align: top;
            width: 42%;
            border: 1px solid var(--borderColor);
            margin: 10px;
            box-sizing: border-box;
            background: #fff;
            border-radius: 7px;
            padding: 30px 20px;
            transition: all 0.3s ease;
        }

            .counting .counter .item .image {
                border-radius: 50%;
                display: inline-block;
                padding: 10px;
            }

            .counting .counter .item img {
                display: block;
                width: 45px;
            }

            .counting .counter .item .count {
                font-size: 30px;
                font-weight: bold;
                color: var(--black);
                font-family: Poppins, shabnam, tahoma;
            }

            .counting .counter .item p {
                color: var(--gray);
                margin: 10px;
            }

    .counting .video {
        width: 45%;
        position: relative;
        transition: .5s;
        overflow: hidden;
        border-radius: 5% 50% 50% 45%;
    }

        .counting .video img {
            border-radius: 5% 50% 50% 45%;
            transition: .5s;
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .counting .video:hover img {
            transform: scale(1.1);
        }

        .counting .video .play {
            border: 4px solid var(--white);
            border-radius: 50%;
            position: absolute;
            top: 50%;
            right: 50%;
            transform: translate(50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 4px 1px 4px 6px;
            box-sizing: border-box;
        }

            .counting .video .play img {
                filter: invert(1);
            }*/

/* price */
/*.Price {
    text-align: center;
}

    .Price .items:hover .itemSkin8:not( :hover) {
        transform: scale(.9);
        opacity: .5;
    }

    .Price .itemSkin8 {
        margin: 35px 10px;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        box-shadow: 0 0 10px #c4c4c491;
        position: relative;
        border-radius: 5px;
        transition: .5s;
    }

        .Price .itemSkin8 .date {
            background: url(File.aspx?t=image&s=member-shape.jpg) no-repeat;
            background-size: 100%;
            border-radius: 5px 5px 0 0;
            min-height: 22vh;
            padding-top: 4vh;
            box-sizing: border-box;
        }

        .Price .itemSkin8 .day {
            font-size: 45px;
            font-weight: bold;
            color: var(--white);
            font-family: Poppins, shabnam, tahoma;
            vertical-align: middle;
        }

        .Price .itemSkin8 .monthAndYear {
            font-size: 20px;
            font-family: shabnam;
            color: var(--white);
            vertical-align: middle;
            padding: 0 5px;
        }

        .Price .itemSkin8 .title a {
            font-weight: bold;
            padding: 20px 0;
            font-size: 18px;
            color: var(--black);
        }

        .Price .itemSkin8 .abstract {
            position: relative;
            text-align: right;
            padding: 0 26px;
            margin: 10px;
        }

            .Price .itemSkin8 .abstract::before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 25px;
                height: 25px;
                background: url(File.aspx?t=icon&s=tick.jpg) no-repeat;
            }

            .Price .itemSkin8 .abstract a {
                color: var(--gray);
            }

        .Price .itemSkin8 .more {
            border-radius: 5px;
            margin: 35px auto;
            border: 1px solid var(--green);
            color: var(--green);
            background: transparent;
        }

            .Price .itemSkin8 .more:hover {
                box-shadow: none;
                transform: none;
                background: var(--green);
                color: #fff;
            }*/

/* faq */
.faq {
    text-align: center;
    background: var(--whitelight);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .faq .bgBottom {
        position: absolute;
        bottom: -3vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #fff;
    }

    .faq .image {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        padding-left: 30px;
        box-sizing: border-box;
    }

        .faq .image img {
            width: 100%;
            height: 100%;
            display: block;
        }

    .faq .content {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }

        .faq .content .title1 {
            text-align: right;
        }

    .faq .itemSkin106 {
        border: 1px solid var(--borderColor);
        margin: 10px 0;
        border-radius: 5px;
    }

        .faq .itemSkin106.open {
            border-color: transparent;
        }

        .faq .itemSkin106 .title {
            padding: 20px;
            position: relative;
            text-align: right;
            cursor: pointer;
            transition: .5s;
        }

            .faq .itemSkin106 .title a {
                font-size: 18px;
                transition: .5s;
                color: var(--black);
            }

            .faq .itemSkin106 .title:hover {
                background-color: #58ff000a;
            }

            .faq .itemSkin106 .title a:hover {
                color: var(--green);
            }

            .faq .itemSkin106 .title::after {
                content: "";
                position: absolute;
                top: 20px;
                left: 15px;
                width: 24px;
                height: 24px;
                background: url("File.aspx?t=icon&s=down.png") no-repeat;
                filter: invert(48%) sepia(9%) saturate(415%) hue-rotate(167deg) brightness(93%) contrast(90%);
            }

        .faq .itemSkin106.open .title {
            background: var(--green);
            border-radius: 5px 5px 0 0;
        }

            .faq .itemSkin106.open .title a {
                color: var(--white);
            }

            .faq .itemSkin106.open .title::after {
                transform: rotate(180deg);
                filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(208deg) brightness(102%) contrast(102%);
            }

        .faq .itemSkin106 .body {
            color: var(--graylight);
            height: 0;
            overflow: hidden;
            text-align: justify;
        }

        .faq .itemSkin106.open .body {
            overflow: visible;
            height: 100%;
            padding: 20px 10px;
            border: 1px solid var(--borderColor);
            border-radius: 0 0 5px 5px;
        }

/* textManage */

.textManage {
    text-align: center;
    background: #eef0f2 url(File.aspx?t=image&s=bgtextmanage.jpg) no-repeat;
    padding-bottom: 100px;
    min-height: 59vh;
    background-size: 100%;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

    .textManage .text {
        width: 56%;
        background-color: #9797970f;
        padding: 8px;
        box-sizing: border-box;
    }

    .textManage .paragraph {
        text-align: justify;
    }

/* news */
.news {
    text-align: center;
}

    .news .itemSkin4 {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin: 35px 10px;
        box-shadow: 0 0 10px #ccc6;
    }

        .news .itemSkin4 img {
            width: 100%;
            height: 100%;
            display: block;
        }

        .news .itemSkin4 .title {
            padding: 10px 0;
        }

            .news .itemSkin4 .title a,
            main .categorySkin2 .title a,
            main .itemSkin2 .title a {
                color: var(--black);
                font-size: 18px;
                transition: .5s;
            }

            .news .itemSkin4 .title:hover a {
                color: var(--green);
            }

        .news .itemSkin4 .abstract a {
            color: var(--graylight);
            text-align: justify;
            padding: 0 15px;
        }

        .news .itemSkin4 .more {
            background: transparent;
            text-align: right;
            margin: 5px 0;
        }

            .news .itemSkin4 .more:hover {
                box-shadow: none;
                transform: none;
            }

            .news .itemSkin4 .more a {
                color: var(--green);
                font-weight: bold;
                border: 1px solid var(--green);
                background: unset;
                display: inline-block;
                padding: 10px;
                border-radius: 5px;
                box-sizing: border-box;
                transition: .5s;
            }

                .news .itemSkin4 .more a:hover {
                    color: #fff;
                    background: var(--green);
                }

/* map */
.map {
    text-align: center;
    height: 65vh;
}

    .map iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

/* footer */
.footer {
    background: #f9fafc url(File.aspx?t=image&s=footer-bg.png) no-repeat;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .footer .top {
        position: relative;
    }

    .footer .col {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        padding: 20px;
        box-sizing: border-box;
    }

        .footer .col .logo {
            width: 100px
        }

        .footer .col .title,
        .footer .col .title a {
            color: var(--green);
            font-weight: bold;
            font-size: 18px;
            text-align: right;
            border-bottom: 1px solid var(--borderColor);
            padding: 24px 0 10px;
            margin-left: 100px;
        }

            .footer .col .title.about,
            .footer .col .title.about a {
                border-bottom: unset;
                margin-left: 0;
                padding: 6px 0;
            }

        .footer .col .link img {
            transform: rotate(90deg);
            filter: invert(49%) sepia(26%) saturate(162%) hue-rotate(167deg) brightness(87%) contrast(86%);
            vertical-align: middle;
        }

        .footer .col .paragraph,
        .footer .col .link a {
            color: var(--graylight);
            position: relative;
            text-align: justify;
        }

        .footer .col .link {
            padding: 20px 0;
        }

            .footer .col .link a {
                display: block;
                padding: 5px 0;
                transition: .5s;
            }

                .footer .col .link a:hover {
                    transform: translateX(-5px);
                    color: var(--green);
                }

                    .footer .col .link a:hover img {
                        filter: invert(32%) sepia(26%) saturate(426%) hue-rotate(55deg) brightness(94%) contrast(88%);
                    }

        .footer .col .social {
            text-align: right;
            padding: 25px 0;
        }

        .footer .col .content {
            padding: 20px 0;
        }

            .footer .col .content div {
                padding: 5px 0;
            }

                .footer .col .content div span {
                    font-weight: bold;
                    color: var(--gray);
                }

            .footer .col .content a {
                color: var(--graylight);
            }

    .footer .goTop {
        position: absolute;
        left: 15px;
        bottom: 15px;
        border-radius: 50%;
        background: var(--green);
        padding: 8px;
        cursor: pointer;
    }

        .footer .goTop img {
            width: 100%;
            height: 100%;
            display: block;
            transform: rotate(180deg);
            filter: invert(1);
        }

.footerinside {
    position: unset;
}

.knkFooter {
    color: var(--graylight);
    background-color: #e1e1e247;
    padding: 10px 60px;
}

    .knkFooter .knk2 img {
        width: 50px;
        vertical-align: middle;
    }

    .knkFooter .knk2 > div {
        display: inline-block;
        width: 48%;
        vertical-align: middle;
        color: var(--graylight);
    }

    .knkFooter .knk {
        text-align: left;
    }

        .knkFooter .knk div {
            display: inline-block;
            color: var(--graylight);
        }

/*main*/
main {
    padding: 20px 10vw;
    text-align: center;
    min-height: 30vh;
}

    main .ContentsTitle,
    main .ContentTitle,
    main .formTitle {
        font-size: 20px;
        font-weight: bold;
        position: relative;
        display: inline-block;
        padding-bottom: 50px;
    }

        main .ContentsTitle::before,
        main .ContentTitle::before,
        main .formTitle::before {
            content: '';
            position: absolute;
            right: 0;
            left: 0;
            bottom: 5px;
            background: #fff url(File.aspx?t=icon&s=iconTop.png) no-repeat;
            background-size: contain;
            height: 44px;
            width: 44px;
            text-align: center;
            margin: auto;
        }

        main .ContentsTitle::after,
        main .ContentTitle::after,
        main .formTitle::after {
            content: '';
            position: absolute;
            left: -30px;
            right: -30px;
            bottom: 25px;
            background-color: var(--green);
            height: 2px;
            z-index: -1;
        }

    main .itemSkin4 {
        display: inline-block;
        vertical-align: top;
        width: 22%;
        margin: 10px;
        box-shadow: 0 0 12px #66666621;
        border-radius: 5px;
    }

        main .itemSkin4 .image,
        main .categorySkin2 .image,
        main .itemSkin2 .image {
            border-radius: 5px;
            overflow: hidden;
        }

        main .itemSkin4 img,
        main .categorySkin2 img,
        main .itemSkin2 img {
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 5px;
            transition: .5s;
        }

        main .itemSkin4:hover img,
        main .categorySkin2:hover img,
        main .itemSkin2:hover img {
            transform: scale(1.3) rotate(10deg);
        }

        main .itemSkin4 .title,
        main .itemSkin4 .abstract {
            padding: 5px;
        }

            main .itemSkin4 .title a {
                color: var(--black);
                font-weight: bold;
            }

            main .itemSkin4 .abstract a {
                color: var(--gray);
                text-align: justify;
            }

        main .itemSkin4 .more {
            margin: 10px 0;
        }

            main .itemSkin4 .more a {
                color: #fff;
            }

    main .faq {
        background: none;
    }

    main .ContentAbstract {
        color: var(--gray);
    }

    main .ContentBody {
        text-align: justify;
    }

        main .ContentBody a {
            color: var(--green);
        }

        main .ContentBody img {
            max-width: 100%;
        }

        /*ifram*/
        main .ContentBody iframe {
            width: 100%;
            height: 60vh;
            border: none;
        }

    main table {
        margin: 10px 0;
        border-color: #c7c8c9;
        border-collapse: collapse;
    }

    main .DetailSkin1 .ContentBody table {
        width: 100%;
    }

    main table tr td {
        padding: 5px;
    }

    main .contentImagesDiv {
        text-align: center;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        main .contentImagesDiv .ImageSkin1 {
            margin: 5px;
            width: 18%
        }

            main .contentImagesDiv .ImageSkin1 img,
            main .contentImagesDiv .ImageSkin1 iframe {
                width: 100%;
                height: 100%;
                object-fit: cover;
                box-shadow: 0 0 4px #ddd;
                vertical-align: middle;
                border: none;
            }

    main .formFields {
        text-align: right;
    }

.form sup {
    color: #f00;
    display: contents;
}

.form .item:not(:nth-last-child(2)) {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 6px;
    box-sizing: border-box;
    text-align: right;
}

.form .item textarea, .form .captcha input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 5px;
}

.form .item:not(:nth-last-child(2)) textarea {
    resize: none;
}

.form .item:nth-last-child(2) {
    text-align: right;
}

    .form .item:nth-last-child(2) textarea {
        height: 100px;
        min-width: 100%;
        max-width: 100%;
    }

.form .item:last-child {
    width: 33%;
}

.form .captcha img {
    width: 20px;
    vertical-align: middle;
}

.form .captcha canvas {
    vertical-align: middle;
}

.form .captcha input {
    width: 50%;
}

.form .buttonItem {
    display: inline-block;
    transition: .5s;
    margin-bottom: 20px;
}

/*gallery items*/
main .itemSkin4.galleryItems {
    box-shadow: none;
    position: relative;
    width: 30%;
}

main .galleryItems .abstract,
main .galleryItems .more {
    display: none;
}

main .galleryItems .image,
main .categorySkin2 .image,
main .itemSkin2 .image {
    box-shadow: 0 0 12px #66666621;
}

main .galleryItems .title,
main .categorySkin2 .title,
main .itemSkin2 .title {
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 5px;
    box-shadow: 0 6px 14px #00000030;
    position: absolute;
    bottom: -10px;
    left: 5px;
    right: 5px;
    transition: .5s;
}

main .galleryItems:hover .title,
main .categorySkin2:hover .title {
    bottom: -20px;
}

    main .galleryItems:hover .title a,
    main .categorySkin2:hover .title a {
        color: var(--green);
    }

main .categorySkin2 {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 20px 10px;
    border-radius: 5px;
    position: relative;
}

main .workSamplesItem .ContentsItems {
    column-count: 3;
    column-gap: 25px;
}

main .itemSkin2 {
    margin-bottom: 35px;
    position: relative;
}

main table {
    max-width: 100%;
}

    main table td, main table tr {
        padding: 5px;
    }

@media only screen and (max-width: 768px) and (min-width: 0) {
    * {
        letter-spacing: -.9px;
    }

    .title1 {
        font-size: 18px;
    }

    .container {
        padding: 40px 5vw;
    }

    .moreBtn {
        padding: 10px 5vw;
    }

    .more {
        margin-top: 15px
    }

    .itemsElva .item,
    .takeTurn .right,
    .takeTurn .left,
    .services .itemSkin7 .image,
    .services .itemSkin7 .text,
    /*    .counting .video,
    .counting .counter .item,*/
    .Price .itemSkin8,
    .faq .content,
    .textManage .paragraph,
    .news .itemSkin4,
    main .itemSkin4,
    main .contentImagesDiv .ImageSkin1,
    main .categorySkin2,
    .servicesDoctor .itemSkin5 {
        width: 100%;
        margin: 10px 0;
    }

    .SendMessageForm .name, .SendMessageForm .phone, .SendMessageForm .email, .footer .col, .form .item:not(:nth-last-child(2)) {
        width: 100%;
        padding: 5px 0;
    }

    /**/
    .topBody {
        margin-bottom: 0;
    }

    .topHeader {
        padding: 10px 5vw;
    }

        .topHeader .right .call,
        .topHeader .right .email,
        .topHeader .left a,
        header .nav .navItem,
        header .nav .itemMenu {
            display: block;
        }

    .takeTurn,
    .BeforeAndAfter {
        margin: 40px 0;
    }

    header {
        padding: 7px 5vw;
    }

        header .logo {
            margin-left: 0;
            width: 90%;
            text-align: right;
        }

            header .logo img {
                width: 50px;
            }

        header .menuIcon {
            width: 25px;
            height: 25px;
            display: inline-block;
            vertical-align: middle;
            float: left;
            margin: 14px 0;
        }

        header .nav {
            position: fixed;
            top: 126px;
            right: 0;
            bottom: 0;
            background-color: #fff;
            width: 60%;
            box-shadow: 0px 9px 10px #21212161;
            box-sizing: border-box;
            transform: translateX(100%);
            transition: .5s;
            padding: 10px;
            overflow: auto;
        }

    .headerFixed .nav {
        top: 67px;
    }

    header .openMenu {
        transform: translateX(0);
    }

    header .nav .navItem, header .nav .itemMenu {
        text-align: right;
        padding: 5px;
    }

        header .nav .itemMenu ul {
            position: unset;
            width: 100%;
            box-shadow: none;
            border-right: 1px solid var(--green);
            border-radius: 0;
            padding: 0;
        }

    .slider {
        height: 85vh;
        padding: 20px 5vw;
        box-sizing: border-box;
        width: 100%;
        background-size: cover;
    }

        .slider .content {
            position: relative;
            width: 100%;
            top: 0;
            right: 0;
        }

            .slider .content .title {
                font-size: 30px;
                box-sizing: border-box;
                text-align: center;
            }

                .slider .content .title span {
                    font-size: 20px;
                }

            .slider .content .paragraph {
                display: none;
            }

        .slider .moreBtn {
            padding: 45vh 0 10px;
        }

        .slider .content .social {
            padding-top: 30px;
        }

    .social img {
        width: 25px;
    }

    .slider .shape {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
    }

    .onlineAppointment a {
        flex-direction: column;
    }

    .onlineAppointment::before, .onlineAppointment::after {
        display: none;
    }

    .onlineAppointment .onlineAppointmentMore {
        margin: 0;
    }

    /*
    .onlineAppointment {
        flex-wrap: wrap;
        background: linear-gradient(323deg, rgba(76,93,67,1) 0%, rgba(181,185,173,1) 45%, rgb(193 180 170 / 82%) 70%, rgb(255 255 255 / 76%) 100%);
    }

        .onlineAppointment div {
            width: 100%;
        }

       
*/
    .itemsElva {
        flex-direction: column;
        margin-top: 0;
    }

    .takeTurn .bgTakeTurn::before {
        display: none;
    }

    .takeTurn .right .moreBtn {
        margin: 0;
    }

    .services .ContentsItems {
        white-space: nowrap;
        overflow: auto;
    }

    .services .itemSkin10 {
        width: 30%;
        margin: 0 5px 20px;
        padding: 8px;
    }

    .services .itemSkin7 .image {
        display: block;
    }

    .SendMessageForm {
        width: 100%;
        margin: 15px auto;
    }

    .form .buttonItem {
        margin-top: 15px;
    }

    .personel .items, .comment .items {
        width: 74%;
    }

    .personel .itemSkin3,
    .comment .itemSkin3 {
        width: 95%;
        margin: 40px 1.2vw;
    }

    .workSamples .ContentsItems {
        column-count: 1;
    }

    .BeforeAndAfter .image {
        width: 100%;
    }

    .BeforeAndAfter .image {
        width: 90%;
        margin: -28vh auto;
        height: 60vh;
    }

    .comment {
        padding-top: 35vh;
    }

    /*.counting {
        flex-direction: column;
    }

        .counting .counter,
        .faq .image {
            width: 100%;
            padding-left: 0;
        }

            .counting .counter .item p {
                font-size: 20px;
            }*/

    .faq .content .title1 {
        text-align: center;
    }

    .textManage {
        background-position: -69vw 8vh;
        background-size: cover;
        align-items: flex-end;
    }

        .textManage .text {
            width: 100%;
            background-color: #00000038;
        }

            .textManage .text .title1 {
                color: #fff;
            }

    .footer {
        position: unset;
        background-repeat: repeat-y;
    }

        .footer .col .social,
        .footer .col .content div {
            padding: 10px 0;
        }

        .footer .col .title, .footer .col .title a {
            padding: 10px 0;
            margin-left: 0;
        }

    .knkFooter {
        padding: 10px 5vw;
    }

        .knkFooter .knk2 > div {
            width: 100%;
            text-align: center;
        }

    main {
        padding: 20px 5vw;
    }

        main .ContentBody iframe {
            height: auto;
        }

        main .workSamplesItem .ContentsItems {
            column-count: 1;
        }
}

.table {
    overflow: auto;
}
