/*

    Author Css: Mehrdad Khodaei
    
    ---------------- Info ----------------
    
    Date Created:   1401/10/24
    Email:          mehrdadkhodaei18@gmail.com
    Phone:          +98 933 805 9497
    
    Powerd By:		Topui Studio - https://www.topui.ir/

*/

/*---------------------- Public Style ---------------------*/

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    direction: rtl;
}

* {
    font-family: iranyekan, Open_Sans;
    outline: medium none !important;
    text-decoration: none !important;
}

.p-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.p-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
}

.p-300 {
    padding-right: 300px !important;
    padding-left: 300px !important;
}

.container-af {
    max-width: 100%;
    padding: 0 200px;
}

/*---------------------- /Public Style ---------------------*/

/*---------------------- Header Main ---------------------*/

/*---------------------- Header Logo ---------------------*/

.header-main .header-logo {
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid #F1F6F9;
}

    .header-main .header-logo::before {
        content: "";
        background: url('../images/site/eye.png') no-repeat right center / contain;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .header-main .header-logo .row {
        justify-content: flex-start;
        align-items: center;
        flex-direction: row-reverse;
    }

    .header-main .header-logo .lg-main > img {
        width: 200px;
    }

    .header-main .header-logo .title-website {
        position: relative;
        z-index: 99;
        font-size: 45px;
        font-weight: 800;
        color: #8d72e1;
        padding-right: 0;
        padding-top: 10px;
    }

        .header-main .header-logo .title-website > img {
            width: 300px;
        }

    .header-main .header-logo .dropdown {
        position: absolute;
        top: 25px;
        right: 100px;
        z-index: 100;
    }

        .header-main .header-logo .dropdown .dropdown-toggle {
            color: #9BA4B4;
            background-color: #f1f6f9;
            border-color: #b0bec5;
            font-size: 12px;
            font-weight: bold;
            display: flex;
            align-items: center;
            padding: 10px;
            border-radius: 8px;
        }

            .header-main .header-logo .dropdown .dropdown-toggle:focus {
                box-shadow: 0 0 0 .2rem rgba(141, 114, 225, 0.2);
            }

            .header-main .header-logo .dropdown .dropdown-toggle > img {
                width: 25px;
                margin-left: 8px;
                border-radius: 4px;
            }

            .header-main .header-logo .dropdown .dropdown-toggle::after {
                margin-right: 3px;
                border-top: 4px solid;
                border-right: 4px solid transparent;
                border-left: 4px solid transparent;
            }

        .header-main .header-logo .dropdown .dropdown-menu {
            right: 0;
            border-radius: 8px;
            border-color: #b0bec5;
            min-width: 100%;
        }

            .header-main .header-logo .dropdown .dropdown-menu .dropdown-item {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                padding: 10px;
                font-size: 12px;
                font-weight: bold;
                color: #9BA4B4;
            }

                .header-main .header-logo .dropdown .dropdown-menu .dropdown-item > img {
                    width: 25px;
                    margin-left: 8px;
                    border-radius: 4px;
                }

/*---------------------- /Header Logo ---------------------*/

/*---------------------- Header Menu ---------------------*/

.header-main .header-menu .row {
    justify-content: space-between;
}

.header-main .header-menu .navbar-ak {
    padding: 5px 0;
}

    .header-main .header-menu .navbar-ak .navbar-nav {
        padding: 0;
    }

        .header-main .header-menu .navbar-ak .navbar-nav .nav-link {
            position: relative;
            color: #9BA4B4;
            font-weight: 500;
            margin-left: 10px;
            padding: 5px 0 5px 10px;
            display: block;
            transition: all 0.5s;
        }

            .header-main .header-menu .navbar-ak .navbar-nav .nav-link:hover {
                color: #8D72E1;
            }

.header-main .header-menu .txt-logo {
    padding: 10px 0;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: normal;
    font-family: Arial;
    color: #9BA4B4;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    direction: ltr;
}

.fp-section .header-menu .txt-logo {
    width: 0;
    transition: all 2s;
}

body[data-first="fp-viewing-firstSlide"] .fp-section.active .header-menu .txt-logo {
    width: 350px;
}

.header-main .header-menu .txt-logo > span:first-child {
    position: relative;
    padding-right: 0;
    margin-right: 0;
}

.header-main .header-menu .txt-logo > span:last-child {
    letter-spacing: 0;
}

/* .header-main .header-menu .txt-logo>span:first-child::after, */
.header-main .header-menu .navbar-ak .navbar-nav .nav-link::after {
    content: "";
    background-color: #dae9e4;
    width: 3px;
    height: 14px;
    position: absolute;
    right: 1px;
    top: 6px;
    border: none;
    margin: 0;
}

.header-main .header-menu .navbar-ak .navbar-nav .nav-link::after {
    right: auto;
    left: 0;
    top: 10px;
}

.header-main .header-menu .navbar-ak .navbar-nav .nav-item:last-child .nav-link::after {
    display: none;
}

.header-main .header-menu .navbar-ak .navbar-nav .nav-link::before {
    content: "";
    background-color: #8D72E1;
    width: 0;
    height: 2px;
    position: absolute;
    top: -8px;
    right: -8px;
    left: 0;
    margin: 0 auto;
    transition: all 0.4s;
}

.header-main .header-menu .navbar-ak .navbar-nav .nav-link:hover::before {
    width: 70%;
}

.header-main .header-menu .navbar-ak .navbar-nav .nav-link .arrow::after {
    display: inline-block;
    vertical-align: 2px;
    content: "";
    border-bottom: 0;
    margin-right: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.header-main .header-menu .dropdown-menu {
    background-color: #f1f6f9;
    padding: 0;
    border-radius: 10px;
    border: none;
    left: auto;
    right: -15px;
    min-width: auto;
    display: block;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}

.header-main .header-menu .dropdown:hover > .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header-main .header-menu .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.header-main .header-menu .dropdown-menu::before {
    content: '';
    width: 30px;
    height: 13px;
    background-image: url('../images/site/gr-arrow-menu.png');
    position: absolute;
    top: -11px;
    right: 9px;
    z-index: 99999;
    background-size: contain;
}

.header-main .header-menu .dropdown-item {
    text-align: right;
    font-size: 14px;
    padding: 10px 15px;
    color: #9BA4B4;
    border-bottom: 2px solid #fff;
    transition: .5s all;
}

    .header-main .header-menu .dropdown-item:hover {
        color: #8D72E1;
    }

    .header-main .header-menu .dropdown-item:last-child {
        border: none;
    }

    .header-main .header-menu .dropdown-item:focus,
    .header-main .header-menu .dropdown-item:hover {
        background-color: transparent;
    }

/*---------------------- Header Menu ---------------------*/

/*---------------------- /Header Main ---------------------*/

/*---------------------- Content Main ---------------------*/

.title-ak {
    text-align: center;
    margin-bottom: 50px;
}

    .title-ak .title-icon {
        height: 130px;
    }

.fp-section .title-ak .title-icon {
    transition: all 1.5s;
    transform: scale(0.2);
}

.fp-section.active .title-ak .title-icon {
    transform: scale(1);
}

.title-ak .title-text {
    font-size: 35px;
    font-weight: 800 !important;
    /* text-transform: uppercase; */
    color: #b0bec5;
    font-weight: normal;
    /* font-family: Arial; */
    margin: 15px auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* letter-spacing: -2px; */
    direction: rtl;
}

.fp-section .title-ak .title-text {
    width: 0;
    transition: all 2s;
}

.fp-section.active .title-ak .title-text {
    width: 700px;
}

/*---------------------- Slideshow Site ---------------------*/

.slideshow-site {
    position: relative;
    height: 75vh;
    border-top: 6px solid #F1F6F9;
    border-bottom: 6px solid #F1F6F9;
    z-index: 99;
}

    .slideshow-site > div,
    .slideshow-site .camera_wrap {
        height: 100% !important;
    }

    .slideshow-site .main-slides {
        overflow: hidden;
    }

    .slideshow-site .camera_wrap .cameraSlide .imgLoaded {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 0 !important;
        object-position: right !important;
    }

    .slideshow-site .camera_wrap {
        margin-bottom: 0 !important;
    }

        .slideshow-site .camera_wrap .camera_commands {
            display: none;
        }

        .slideshow-site .camera_wrap .camera_caption {
            margin-top: -100px;
        }

            .slideshow-site .camera_wrap .camera_caption > div {
                background-color: transparent;
                padding: 0 150px;
                position: relative;
                top: -100px;
            }

        .slideshow-site .camera_wrap .box-caption,
        .beauty-page .slideshow-site .main-slides .box-caption {
            text-align: center;
            float: left;
        }

            .slideshow-site .camera_wrap .box-caption .title-main,
            .beauty-page .slideshow-site .main-slides .box-caption .title-main {
                font-size: 60px;
                color: #9BA4B4;
                font-weight: normal;
                font-family: Arial;
                margin: 0;
                line-height: 1;
            }

            .slideshow-site .camera_wrap .box-caption .sub-title,
            .beauty-page .slideshow-site .main-slides .box-caption .sub-title {
                font-size: 37px;
                font-weight: 400;
                font-family: Arial;
                color: #9BA4B4;
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 3px solid #8D72E1;
            }

            .slideshow-site .camera_wrap .box-caption > img {
                width: 425px;
            }

        .slideshow-site .camera_wrap .camera_next,
        .slideshow-site .camera_wrap .camera_prev {
            opacity: 1 !important;
            width: 35px;
            height: 150px;
            background-color: rgba(0, 0, 0, 0.1);
            top: auto;
            bottom: 18%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.4s;
        }

            .slideshow-site .camera_wrap .camera_next:hover,
            .slideshow-site .camera_wrap .camera_prev:hover {
                background-color: #8D72E1;
            }

        .slideshow-site .camera_wrap .camera_next {
            right: 50px;
        }

        .slideshow-site .camera_wrap .camera_prev {
            left: 50px;
        }

            .slideshow-site .camera_wrap .camera_next > span,
            .slideshow-site .camera_wrap .camera_prev > span {
                display: block;
                width: 35px;
                height: 35px;
                background: url('../images/slides/arrow.png') no-repeat center center / 16px;
                opacity: 0.25;
                transition: all 0.4s;
            }

        .slideshow-site .camera_wrap .camera_next > span {
            transform: scale(-1);
        }

        .slideshow-site .camera_wrap .camera_next:hover > span,
        .slideshow-site .camera_wrap .camera_prev:hover > span {
            opacity: 1;
        }

    .slideshow-site .links-slide {
        background: url('../images/slides/right-slide.jpg') no-repeat center center / cover;
        padding: 100px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: center;
    }

.fp-section .links-slide .ak-item {
    text-align: center;
    position: relative;
    transition: all 1s;
}

    .fp-section .links-slide .ak-item:first-child {
        right: -300px;
    }

body[data-first="fp-viewing-firstSlide"] .fp-section.active .links-slide .ak-item:first-child {
    right: 0;
}

.fp-section .links-slide .ak-item:last-child {
    left: -300px;
}

body[data-first="fp-viewing-firstSlide"] .fp-section.active .links-slide .ak-item:last-child {
    left: 0;
}

.slideshow-site .links-slide .ak-item .img-ak {
    width: 100%;
}

.slideshow-site .links-slide .ak-item .box-link {
    position: relative;
    width: 170px;
    height: 47px;
    margin: 15px auto;
}

    .slideshow-site .links-slide .ak-item .box-link::before {
        content: "";
        background-color: transparent;
        border-radius: 200px;
        padding: 5px 20px;
        position: absolute;
        top: -5px;
        right: -5px;
        left: 0;
        bottom: 0;
        width: 180px;
        height: 56px;
        border: 5px solid #8D72E1;
        opacity: 0;
        transition: all 0.4s;
    }

    .slideshow-site .links-slide .ak-item .box-link:hover::before {
        opacity: 1;
    }

    .slideshow-site .links-slide .ak-item .box-link .link-ak {
        position: relative;
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 200px;
        width: 100%;
        padding: 8px 0;
        overflow: hidden;
        text-align: center;
        transition: all 0.4s;
    }

        .slideshow-site .links-slide .ak-item .box-link .link-ak::before {
            content: "";
            background-color: #fff;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 0;
            margin: 0 auto;
            transition: all 0.4s;
        }

    .slideshow-site .links-slide .ak-item .box-link:hover .link-ak::before {
        width: 100%;
    }

.slideshow-site .links-slide .ak-item .link-ak > span {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    opacity: 0.3;
    z-index: 99;
}

.slideshow-site .links-slide .ak-item .link-ak:hover > span {
    color: #8D72E1;
    opacity: 0.5;
}

.slideshow-site .links-slide .line-spacing {
    border: 1px solid #fff;
    margin: 0 auto;
    width: 100%;
    transition: all 2s;
}

.fp-section .links-slide .line-spacing {
    width: 0;
}

body[data-first="fp-viewing-firstSlide"] .fp-section.active .links-slide .line-spacing {
    width: 100%;
}

/*---------------------- /Slideshow Site ---------------------*/

/*---------------------- AK Services ---------------------*/

.dental-services.fp-section .title-ak {
    margin-top: 50px;
    margin-bottom: 0;
}

.ak-services .title-ak .title-icon {
    height: 100px;
}

.ak-services.fp-section {
    margin: 100px 0;
    text-align: center;
}

.ak-services .list-services .item-sr {
    cursor: pointer;
    margin-bottom: 50px;
}

.fp-section .list-services .item-sr {
    transform: scale(0);
    opacity: 0;
    transition: all 1s;
    transition-delay: 0;
}

    .fp-section .list-services .item-sr:nth-child(2) {
        transition-delay: 0.2s;
    }

    .fp-section .list-services .item-sr:nth-child(3) {
        transition-delay: 0.4s;
    }

    .fp-section .list-services .item-sr:nth-child(4) {
        transition-delay: 0.6s;
    }

    .fp-section .list-services .item-sr:nth-child(5) {
        transition-delay: 0.8s;
    }

    .fp-section .list-services .item-sr:nth-child(6) {
        transition-delay: 1s;
    }

    .fp-section .list-services .item-sr:nth-child(7) {
        transition-delay: 1.2s;
    }

    .fp-section .list-services .item-sr:nth-child(8) {
        transition-delay: 1.4s;
    }

.fp-section.active .list-services .item-sr {
    transform: scale(1);
    opacity: 1;
}

.ak-services .list-services .item-sr:hover {
    z-index: 99;
    transition: all 0.4s;
}

.ak-services .list-services .item-sr::before {
    content: "";
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 0 25px -5px #ccc;
    height: 260px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.ak-services .list-services .item-sr:hover::before {
    top: 80px;
    opacity: 1;
    visibility: visible;
}

.ak-services .list-services .item-sr.info-top::before {
    top: -50px;
}

.ak-services .list-services .item-sr.info-top:hover::before {
    top: -190px;
}

.ak-services .item-sr .icon-sr,
.beauty-page .footer-page .list-sr .icon-sr,
.special-services .sec-item-service .icon-sr {
    cursor: pointer;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 25px -5px #aaa;
    padding: 15px;
    z-index: 10;
    display: block;
    transition: all 0.4s;
}

.ak-services .item-sr:hover .icon-sr,
.beauty-page .footer-page .list-sr .item-sr:hover .icon-sr,
.special-services .sec-item-service .item-sr:hover .icon-sr {
    background-color: #8D72E1;
}

.ak-services .item-sr .icon-sr > img,
.beauty-page .footer-page .list-sr .item-sr .icon-sr > img,
.special-services .sec-item-service .item-sr .icon-sr > img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
}

.ak-services .item-sr:hover .icon-sr > img,
.beauty-page .footer-page .list-sr .item-sr:hover .icon-sr > img,
.special-services .sec-item-service .item-sr:hover .icon-sr > img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.ak-services .item-sr .sr-title,
.beauty-page .footer-page .list-sr .sr-title,
.special-services .sec-item-service .sr-title {
    position: relative;
    top: 0;
    display: block;
    color: #6d7174;
    text-align: center;
    line-height: 1.2;
    z-index: 10;
    transition: all 0.5s;
}

.ak-services .item-sr .en-title,
.beauty-page .footer-page .list-sr .en-title,
.special-services .sec-item-service .en-title {
    font-size: 20px;
    font-family: Arial;
    /* text-transform: uppercase; */
    margin-top: 25px;
}

.ak-services .item-sr.info-top:hover .en-title {
    top: -240px;
}

.ak-services .item-sr .fa-title,
.beauty-page .footer-page .list-sr .fa-title,
.special-services .sec-item-service .fa-title {
    font-size: 20px;
    letter-spacing: -1px;
}

.ak-services .item-sr.info-top:hover .fa-title {
    top: -240px;
}

.ak-services .item-sr .more-desc {
    position: absolute;
    background-color: #8D72E1;
    box-shadow: 0 0 25px -5px #ccc;
    padding: 30px;
    border-radius: 40px;
    width: 100%;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    text-align: center;
    transition: all 0.4s;
}

.ak-services .item-sr:hover .more-desc {
    opacity: 1;
    visibility: visible;
    top: 125%;
}

.ak-services .item-sr.info-top .more-desc {
    top: -200%;
}

.ak-services .item-sr.info-top:hover .more-desc {
    opacity: 1;
    visibility: visible;
    top: -125%;
}

.ak-services .item-sr .more-desc::after {
    content: "";
    background: url('../images/site/gr-arrow.png') no-repeat center center / 70px;
    width: 70px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.5s;
}

.ak-services .item-sr:hover .more-desc::after {
    top: -29px;
}

.ak-services .item-sr.info-top .more-desc::after {
    bottom: 20px;
    top: auto;
    transform: scaleY(-1);
}

.ak-services .item-sr.info-top:hover .more-desc::after {
    bottom: -29px;
}

.ak-services .item-sr .more-desc > p,
.beauty-page .links-slide .more-desc > p {
    text-align: justify;
    color: #fff;
    line-height: 1.3;
    direction: rtl;
}

.ak-services .item-sr .more-desc .en-desc,
.beauty-page .links-slide .more-desc .en-desc {
    font-family: Arial;
    font-size: 24px;
}

.ak-services .item-sr .more-desc .fa-desc,
.beauty-page .links-slide .more-desc .fa-desc {
    font-size: 20px;
}

.ak-services .item-sr .more-desc .btn-more {
    display: inline-block;
    padding: 8px 20px;
    background-color: #f1f6f9;
    border-radius: 12px;
    font-weight: 500;
    color: #6d7174;
    transition: all 0.4s;
}

    .ak-services .item-sr .more-desc .btn-more:hover {
        background-color: #71567f;
        color: #fff;
        padding: 8px 25px;
    }

/*---------------------- /AK Services ---------------------*/

/*---------------------- About Us ---------------------*/

.about-us {
    background-color: #F1F6F9;
    padding: 50px 0;
}

    .about-us.fp-section {
        padding: 0;
    }

    .about-us .title-ak .title-text {
        font-size: 50px;
    }

    .about-us .image-doctor {
        position: relative;
        width: 500px;
        margin: 0 auto;
    }

        .about-us .image-doctor::before,
        .about-us .image-doctor::after {
            content: "";
            background: no-repeat center center / 600px;
            width: 0;
            height: 200px;
            position: absolute;
            top: 160px;
            transition: all 0.8s;
        }

    .about-us.active .image-doctor::before,
    .about-us.active .image-doctor::after {
        width: 600px;
    }

    .about-us .image-doctor::before {
        background-image: url('../images/about/pr-purple.jpg');
        left: 55%;
    }

    .about-us .image-doctor::after {
        background-image: url('../images/about/pr-green.jpg');
        right: 55%;
    }

    .about-us .image-doctor .img-dr {
        position: relative;
        width: 100%;
        z-index: 10;
    }

    .about-us .info-doctor,
    .ak-colleagues .item-coll .info-coll,
    .bio-page .bio-ak .info-doctor {
        margin-top: 30px;
        text-align: center;
    }

        .about-us .info-doctor .dr-name,
        .ak-colleagues .item-coll .info-coll .dr-name,
        .bio-page .bio-ak .info-doctor .dr-name {
            margin: 0;
            font-size: 36px;
            font-family: Arial;
            color: #6d7174;
        }

        .about-us .info-doctor .dr-name {
            color: #8D72E1;
        }

        .about-us .info-doctor .en-expertise,
        .ak-colleagues .item-coll .info-coll .en-expertise,
        .bio-page .bio-ak .info-doctor .en-expertise {
            font-size: 28px;
            font-family: Arial;
            color: #9BA4B4;
            line-height: 1;
        }

        .about-us .info-doctor .fa-expertise,
        .ak-colleagues .item-coll .info-coll .fa-expertise {
            font-size: 26px;
            color: #6d7174;
            letter-spacing: -0.5px;
            margin-top: 10px;
        }

/*---------------------- /About Us ---------------------*/

/*---------------------- AK Colleagues ---------------------*/

.ak-colleagues {
    margin: 50px 0;
}

.fp-section .owl-carousel {
    width: 0;
    margin: 0 auto;
    transition: all 1s;
}

.fp-section.active .owl-carousel {
    width: 100%;
}

.ak-colleagues .item-coll {
    cursor: pointer;
}

    .ak-colleagues .item-coll .img-coll {
        position: relative;
        border: 20px solid #F1F6F9;
        overflow: hidden;
        display: block;
    }

        /* .ak-colleagues .item-coll .img-coll::after {

    content: "";
    background-color: #fff;
    filter: blur(15px);
    opacity: 0.3;
    width: 100px;
    height: 500px;
    position: absolute;
    top: 0;
    right: -200px;
    transform: rotate(35deg);
    transition: all 0.6s;
}

.ak-colleagues .item-coll .img-coll:hover::after {

    right: 500px;
    top: -100px;
} */

        .ak-colleagues .item-coll .img-coll > img {
            position: relative;
            width: 100%;
            z-index: 10;
            transition: all 0.4s;
        }

    .ak-colleagues .item-coll:hover .img-coll > img {
        filter: grayscale(0);
    }

    .ak-colleagues .item-coll .info-coll .dr-name {
        font-size: 32px;
        color: #8D72E1;
    }

    .ak-colleagues .item-coll .info-coll .en-expertise {
        font-size: 24px;
    }

    .ak-colleagues .item-coll .info-coll .fa-expertise {
        font-size: 20px;
    }

.ak-colleagues .list-colleagues .owl-dots,
.ak-publications .list-publ .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 30px;
}

    .ak-colleagues .list-colleagues .owl-dots .owl-dot,
    .ak-publications .list-publ .owl-dots .owl-dot {
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        border: 3px solid #b0bec5;
        margin: 0 5px;
    }

        .ak-colleagues .list-colleagues .owl-dots .owl-dot.active,
        .ak-publications .list-publ .owl-dots .owl-dot.active {
            background-color: #b0bec5;
        }

.fp-section .list-colleagues .owl-dots .owl-dot,
.fp-section .list-publ .owl-dots .owl-dot {
    bottom: -100px;
    transition: all 1s
}

    .fp-section .list-colleagues .owl-dots .owl-dot:nth-child(2),
    .fp-section .list-publ .owl-dots .owl-dot:nth-child(2) {
        bottom: -150px;
        transition-delay: 1;
    }

    .fp-section .list-colleagues .owl-dots .owl-dot:nth-child(3),
    .fp-section .list-publ .owl-dots .owl-dot:nth-child(3) {
        bottom: -200px;
        transition-delay: 2;
    }

.fp-section.active .list-colleagues .owl-dots .owl-dot,
.fp-section.active .list-publ .owl-dots .owl-dot {
    bottom: 0;
}

/*---------------------- /AK Colleagues ---------------------*/

/*---------------------- Banner site ---------------------*/

.banner-site,
.subscribe-site {
    background-color: #fff;
    border-top: 10px solid #F1F6F9;
    border-bottom: 10px solid #F1F6F9;
    height: 300px;
    z-index: 10;
}

    .banner-site .img-banner,
    .subscribe-site .img-subscribe {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }

.fp-section .banner-site .img-banner,
.fp-section .subscribe-site .img-subscribe {
    height: 0;
    transition: all 1s;
}

.fp-section.active .banner-site .img-banner,
.fp-section.active .subscribe-site .img-subscribe {
    height: 100%;
}

/*---------------------- /Banner site ---------------------*/

/*---------------------- Dental Services ---------------------*/

.dental-services .list-services > .row {
    justify-content: space-between;
}

.dental-services .list-services .item-sr {
    margin: 0 0 30px;
}

.dental-services .item-sr .en-title,
.dental-services .item-sr .fa-title {
    font-size: 22px;
}

.dental-services .item-sr::before {
    display: none;
}

/*---------------------- /Dental Services ---------------------*/

/*---------------------- AK Publications ---------------------*/

.ak-publications {
    background-color: #F1F6F9;
    padding: 50px 0;
}

    .ak-publications.fp-section {
        padding: 0;
    }

    .ak-publications .list-publ .img-publ > img {
        cursor: pointer;
        width: auto !important;
        height: 500px;
        margin: 0 auto;
    }

    .ak-publications .list-publ .owl-dots {
        margin-top: 50px;
    }

/*---------------------- /AK Publications ---------------------*/

/*---------------------- Subscribe Newsletter ---------------------*/

.subscribe-site {
    margin-bottom: 50px;
}

    .subscribe-site .subscribe-form {
        position: absolute;
        left: 14.5%;
        top: 35px;
        text-align: right;
    }

        .subscribe-site .subscribe-form .desc-form {
            font-size: 20px;
            color: #6d7174;
            font-weight: 500;
        }

        .subscribe-site .subscribe-form .inputs-form {
            direction: ltr;
        }

    .subscribe-site .inputs-form .input-group {
        background-color: #fff;
        border-radius: 8px;
        margin-bottom: 5px !important;
        direction: rtl;
    }

    .subscribe-site .inputs-form .form-control {
        border: none;
        padding: 18px;
        height: auto;
        border-radius: 0 8px 8px 0;
        font-size: 18px;
        line-height: 0;
        /* font-family: Arial; */
        box-shadow: none;
        z-index: 0;
    }

        .subscribe-site .inputs-form .form-control::placeholder {
            color: #b0bec5;
        }

    .subscribe-site .inputs-form .btn-outline-secondary {
        background-color: #8D72E1;
        border: none;
        border-radius: 8px;
        font-size: 20px;
        /* font-family: Arial; */
        color: #cfcac1;
        padding: 0 30px;
        transition: all 0.4s;
    }

        .subscribe-site .inputs-form .btn-outline-secondary:hover {
            background-color: rgb(110, 70, 129);
            color: #fff;
        }

        .subscribe-site .inputs-form .btn-outline-secondary:focus {
            box-shadow: none;
        }

    .subscribe-site .inputs-form .inp-mobile {
        margin-left: 8px;
    }

    .subscribe-site .inputs-form .ic-number {
        padding: 9px 5px;
    }

        .subscribe-site .inputs-form .ic-number img {
            width: 40px;
        }

/*---------------------- /Subscribe Newsletter ---------------------*/

/*---------------------- /Content Main ---------------------*/

/*---------------------- Footer Main ---------------------*/

.footer-main {
    padding: 0;
}

    .footer-main .map-site {
        direction: ltr;
    }

    .footer-main .box-map {
        height: 470px;
        border-radius: 0 15px 15px 0;
        overflow: hidden;
    }

.fp-section .box-map {
    width: 0;
    transition: all 1s;
}

.fp-section.active .box-map {
    width: 100%;
}

    .fp-section.active .box-map .map-content .address {
        padding: 10px 0;
        margin: 0;
    }

.footer-main .footer-info .top-info {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 20px;
}

.footer-main .top-info .left-logo {
    float: left;
    width: 85px;
    margin-right: 50px;
    height: 85px;
}

.fp-section .top-info .left-logo {
    transform: scale(0);
    transition: all 1.5s;
}

.fp-section.active .top-info .left-logo {
    transform: scale(1);
}

.footer-main .top-info .text-info {
    float: right;
    padding-top: 5px;
    text-align: right;
}

    .footer-main .top-info .text-info .ak-name {
        font-size: 25px;
        font-weight: bold;
        color: #9BA4B4;
        margin: 0;
    }

    .footer-main .top-info .text-info .address {
        margin: 0;
        font-size: 16px;
        color: #6d7174;
        text-align: justify;
    }

        .footer-main .top-info .text-info .address .line {
            background-color: #9BA4B4;
            display: inline-block;
            width: 2px;
            height: 12px;
            margin: 0 10px;
            position: relative;
            top: 2px;
        }

.footer-main .ak-socials {
    position: relative;
    display: flex;
    margin-top: 12px;
    flex-direction: row-reverse;
}

    .footer-main .ak-socials .item-sc {
        position: static;
        margin-left: 17px;
        cursor: pointer;
    }

.fp-section .ak-socials .item-sc {
    margin-right: 400px;
    transition: all 1s;
}

    .fp-section .ak-socials .item-sc:nth-child(2) {
        margin-right: 420px;
        transition-delay: 0.2s;
    }

    .fp-section .ak-socials .item-sc:nth-child(3) {
        margin-right: 440px;
        transition-delay: 0.4s;
    }

    .fp-section .ak-socials .item-sc:nth-child(4) {
        margin-right: 460px;
        transition-delay: 0.6s;
    }

    .fp-section .ak-socials .item-sc:nth-child(5) {
        margin-right: 480px;
        transition-delay: 0.8s;
    }

    .fp-section .ak-socials .item-sc:nth-child(6) {
        margin-right: 500px;
        transition-delay: 1s;
    }

.fp-section.active .ak-socials .item-sc {
    margin-right: 0;
}

.footer-main .ak-socials .item-sc .ic-sc {
    width: 65px;
    transition: all 0.4s;
}

.footer-main .ak-socials .item-sc:hover .ic-sc {
    filter: none;
    opacity: 1;
}

.footer-main .ak-socials .item-sc .info-social {
    position: absolute;
    top: 160%;
    background-color: #9BA4B4;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 30px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    width: 98%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.footer-main .ak-socials .item-sc:hover .info-social {
    top: 130%;
    opacity: 1;
    visibility: visible;
}

.footer-main .ak-socials .item-sc .info-social::after {
    content: "";
    background: url('../images/site/pr-arrow.png') no-repeat center center / cover;
    width: 28px;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 26px;
    margin: 0 auto;
    transition: all 0.5s;
}

.footer-main .ak-socials .item-sc:nth-child(2) .info-social::after {
    left: 110px !important;
}

.footer-main .ak-socials .item-sc:nth-child(3) .info-social::after {
    left: 190px !important;
}

.footer-main .ak-socials .item-sc:nth-child(4) .info-social::after {
    left: 272px !important;
}

.footer-main .ak-socials .item-sc:nth-child(5) .info-social::after {
    left: 354px !important;
}

.footer-main .ak-socials .item-sc:nth-child(6) .info-social::after {
    left: 436px !important;
}

.footer-main .ak-socials .item-sc:hover .info-social::after {
    top: -15px;
}

.footer-main .footer-info {
    padding: 0 150px !important;
}

    .footer-main .footer-info .ak-green {
        margin-top: 150px;
    }

.footer-main .ak-green .top-info .text-info .ak-name {
    color: #8D72E1;
}

.footer-main .ak-green .top-info .text-info .address .line,
.footer-main .ak-green .ak-socials .item-sc .info-social {
    background-color: #8D72E1;
}

    .footer-main .ak-green .ak-socials .item-sc .info-social::after {
        background-image: url('../images/site/gr-arrow.png');
    }

.footer-main .br-footer {
    min-height: 50px;
    float: right;
    width: 100%;
    margin-top: 50px;
    background-color: #8D72E1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer-main .br-footer .copy-right {
        flex: 1 1 100%;
        text-align: right;
        padding: 11px 30px;
        color: #fff;
        font-size: 14px;
    }

    .footer-main .br-footer .designer {
        flex: 1 1 100%;
        padding: 10px 30px;
        color: #fff;
        font-size: 14px;
    }

        .footer-main .br-footer .designer a {
            color: #fff;
            transition: all 0.3s ease;
            position: relative;
        }

            .footer-main .br-footer .designer a:after {
                content: '';
                width: 0;
                position: absolute;
                height: 2px;
                background: #fff;
                right: 0;
                bottom: -6px;
                transition: all 0.3s ease;
            }

            .footer-main .br-footer .designer a:hover::after {
                width: 100%;
            }

/*---------------------- /Footer Main ---------------------*/

/*---------------------- Pages AK Plus ---------------------*/

/*---------------------- Page Beauty Unit ---------------------*/

.beauty-page .title-ak {
    margin: 50px 0;
}

.beauty-page .slideshow-site .main-slides .slide-page {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beauty-page .slideshow-site .main-slides .box-caption {
    position: absolute;
    top: 150px;
    left: 100px;
    text-align: center;
}

    .beauty-page .slideshow-site .main-slides .box-caption .sub-title {
        border: none;
        margin: 0;
        padding: 0;
    }

.beauty-page .slideshow-site .links-slide {
    padding: 80px;
}

.beauty-page .links-slide .unit-name {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 10px 0 50px;
    padding: 10px 0 12px;
    font-size: 49px;
    color: #fff;
    text-align: center;
}

.beauty-page .links-slide .more-desc > p {
    font-weight: normal;
}

.beauty-page .links-slide .more-desc .en-desc {
    font-size: 20px;
}

.beauty-page .links-slide .more-desc .fa-desc {
    direction: rtl;
    font-size: 18px;
    line-height: 1.5;
}

.beauty-page .this-unit {
    padding: 200px 300px;
}

    .beauty-page .this-unit .title-text {
        font-size: 50px;
        margin-bottom: 70px;
    }

    .beauty-page .this-unit .item-unit .fa-desc {
        direction: rtl;
        font-size: 18px;
        color: #6d7174;
        text-align: justify;
        line-height: 1.5;
    }

    .beauty-page .this-unit .item-unit .en-desc {
        direction: ltr;
        font-size: 18px;
        color: #878787;
        text-align: justify;
        line-height: 1.5;
    }

    .beauty-page .this-unit .owl-nav,
    .publication-page .slideshow-page .owl-nav {
        display: block;
    }

        .beauty-page .this-unit .owl-nav div[class*="owl-"],
        .publication-page .slideshow-page .owl-nav div[class*="owl-"] {
            background-color: #e0dfdd;
            position: absolute;
            top: 32%;
            height: 130px;
            padding: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s;
        }

            .beauty-page .this-unit .owl-nav div[class*="owl-"]:hover,
            .publication-page .slideshow-page .owl-nav div[class*="owl-"]:hover {
                background-color: #cfcac1;
            }

            .beauty-page .this-unit .owl-nav div[class*="owl-"] > img,
            .publication-page .slideshow-page .owl-nav div[class*="owl-"] > img {
                width: 15px;
            }

        .beauty-page .this-unit .owl-nav .owl-prev {
            left: -200px;
        }

        .beauty-page .this-unit .owl-nav .owl-next {
            right: -200px;
        }

            .beauty-page .this-unit .owl-nav .owl-next > img,
            .publication-page .slideshow-page .owl-nav .owl-next > img {
                transform: scaleX(-1);
            }

.beauty-page .footer-page {
    background: url('../images/pages/7-04.jpg') no-repeat center center / cover;
    height: 100vh;
}

.implant-page .footer-page {
    background-image: url('../images/pages/8-04.jpg');
}

.beauty-page .footer-page .list-sr {
    position: absolute;
    left: 0;
    bottom: 100px;
    padding: 0 150px;
}

    .beauty-page .footer-page .list-sr > .row {
        justify-content: center;
    }

/*---------------------- /Page Beauty Unit ---------------------*/

/*---------------------- Page About Us ---------------------*/

.about-us .slideshow-site .links-slide {
    background-color: #efefef;
    background-image: none;
    padding: 50px 120px;
}

    .about-us .slideshow-site .links-slide .title-page {
        text-align: right;
        color: #878787;
        font-size: 50px;
    }

    .about-us .slideshow-site .links-slide .about-text {
        margin-top: 20px;
        text-align: justify;
        line-height: 1.5;
        color: #908e82;
    }

        .about-us .slideshow-site .links-slide .about-text .en-desc {
            direction: ltr;
        }

/*---------------------- /Page About Us ---------------------*/

/*---------------------- Page Special Services ---------------------*/

.special-services .slideshow-site .links-slide {
    padding: 50px 80px;
}

    .special-services .slideshow-site .links-slide .ak-item .img-ak {
        width: 90%;
    }

.special-services .sec-item-service {
    padding: 100px 100px;
}

    .special-services .sec-item-service .icon-service {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .special-services .sec-item-service .icon-sr {
        width: 200px;
        height: 200px;
    }

    .special-services .sec-item-service .en-title {
        font-size: 30px;
    }

    .special-services .sec-item-service .fa-title {
        font-size: 25px;
    }

    .special-services .sec-item-service .desc-service {
        text-align: justify;
    }

        .special-services .sec-item-service .desc-service > div,
        .bio-page .desc-service > .row > div {
            padding: 0 20px;
        }

        .special-services .sec-item-service .desc-service p,
        .bio-page .desc-service p {
            margin: 0;
        }

        .special-services .sec-item-service .desc-service .fa-desc,
        .bio-page .desc-service .fa-desc {
            color: #6d7174;
        }

        .special-services .sec-item-service .desc-service .en-desc,
        .bio-page .desc-service .en-desc {
            color: #908e82;
            direction: ltr;
        }

    .special-services .sec-item-service .img-service > img {
        width: 100%;
    }

    .special-services .sec-item-service .desc-service .list-desc {
        padding: 0;
        margin: 30px 0;
    }

        .special-services .sec-item-service .desc-service .list-desc > li {
            position: relative;
            list-style: none;
            font-size: 14px;
            padding-right: 15px;
            margin-bottom: 5px;
        }

            .special-services .sec-item-service .desc-service .list-desc > li::before {
                content: "";
                width: 8px;
                height: 8px;
                border-radius: 100%;
                background-color: #8D72E1;
                position: absolute;
                right: 0;
                top: 8px;
            }

    .special-services .sec-item-service .desc-service .en-desc .list-desc > li {
        padding-right: 0;
        padding-left: 15px;
    }

        .special-services .sec-item-service .desc-service .en-desc .list-desc > li::before {
            right: auto;
            left: 0;
        }

.dental-services .btn-gallery-opt,
.ak-services .btn-services-all {
    background-color: #8D72E1;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 30px;
    color: #fff;
    margin-top: 30px;
    transition: all 0.4s;
}

.ak-services .btn-services-all {
    margin: 0 auto;
    padding: 15px 30px;
}

    .dental-services .btn-gallery-opt:hover,
    .ak-services .btn-services-all:hover {
        background-color: #71567f;
    }

/*---------------------- /Page Special Services ---------------------*/

/*---------------------- Page Biography Dr.AF ---------------------*/

.bio-page .bio-ak {
    padding: 120px 0 0;
}

    .bio-page .bio-ak::before {
        content: "";
        background-color: #efefef;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 400px;
    }

.bio-page .ak-colleagues {
    margin: 0;
}

.bio-page .bio-ak .image-doctor {
    position: relative;
    width: 400px;
    margin: 0 auto;
    z-index: 99;
}

    .bio-page .bio-ak .image-doctor .img-dr {
        width: 100%;
    }

.bio-page .desc-service {
    padding: 150px 0;
    margin: 0 auto;
    text-align: justify;
}

.bio-page .ak-colleagues .desc-service {
    padding: 50px 0;
    margin-top: 300px;
}

    .bio-page .ak-colleagues .desc-service .fa-desc {
        line-height: 1.8;
    }

    .bio-page .ak-colleagues .desc-service .owl-bios .row > div {
        padding: 0 20px;
    }

    .bio-page .ak-colleagues .desc-service .owl-bios .owl-dots {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        margin-top: 20px;
    }

    .bio-page .ak-colleagues .desc-service .owl-bios .owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border: 2px solid #cecac1;
        margin: 0 3px;
    }

        .bio-page .ak-colleagues .desc-service .owl-bios .owl-dot.active {
            background-color: #cecac1;
        }

.bio-page .ak-colleagues .title-ak {
    background-color: #f1f6f9;
    text-align: right;
    padding: 100px 100px 40px;
    margin: 0;
}

.bio-in .ak-colleagues .title-ak {
    height: 300px;
}

.bio-page .ak-colleagues .title-ak .title-icon {
    height: 120px;
    position: relative;
    right: 50px;
}

.bio-page .ak-colleagues .title-ak .title-text {
    font-size: 35px;
}

.bio-page .ak-colleagues .list-colleagues {
    position: absolute;
    top: 100px;
}

.bio-page .ak-colleagues .item-coll .img-coll {
    border: none;
    width: 350px;
    margin: 0 auto;
    position: relative;
}

.bio-page .ak-newimg .item-coll .img-coll img {
    border: 10px solid #cecac1;
}

.bio-page .ak-newbio .item-coll .img-coll {
    overflow: visible;
}

    .bio-page .ak-newbio .item-coll .img-coll::before {
        content: '';
        width: 120px;
        height: 75%;
        position: absolute;
        background-image: url('../images/about/pr-green.jpg');
        background-size: cover;
        right: -50px;
        top: 45px;
        transition: .5s all;
    }

    .bio-page .ak-newbio .item-coll .img-coll::after {
        content: '';
        width: 120px;
        height: 75%;
        position: absolute;
        background-image: url('../images/about/pr-purple.jpg');
        background-size: cover;
        background-position: bottom;
        left: -50px;
        top: 45px;
        transition: .5s all;
    }

    .bio-page .ak-newbio .item-coll .img-coll:hover::before {
        right: -80px;
    }

    .bio-page .ak-newbio .item-coll .img-coll:hover::after {
        left: -80px;
    }

/*---------------------- /Page Biography Dr.AF ---------------------*/

/*---------------------- Page Publication ---------------------*/

.publication-page .slideshow-page {
    background-color: #efefef;
    height: 75vh;
    padding: 30px 300px;
}

    .publication-page .slideshow-page .img-publ {
        width: auto;
        height: 69vh;
        margin: 0 auto;
    }

    .publication-page .slideshow-page .owl-nav div[class*="owl-"] {
        top: 40%;
    }

    .publication-page .slideshow-page .owl-nav .owl-prev {
        left: 100px;
    }

    .publication-page .slideshow-page .owl-nav .owl-next {
        right: 100px;
    }

/*---------------------- /Page Publication ---------------------*/

.footer-border {
    padding: 0;
    border-bottom: 100px solid #cfcac1;
}

/*---------------------- Page Treatment ---------------------*/

.treatment-page .treatment-box {
    background-color: #efefef;
    padding-bottom: 80px;
    margin-bottom: 60px;
}

    .treatment-page .treatment-box .info-treatment {
        padding: 80px 0 0 500px;
        text-align: right;
    }

    .treatment-page .treatment-box .item-treatment > .row {
        flex-direction: row-reverse;
    }

    .treatment-page .treatment-box .info-treatment .fa-title,
    .treatment-page .treatment-box .info-treatment .en-title {
        color: #71567f;
        font-size: 30px;
    }

.treatment-page.but-treatment .treatment-box .info-treatment .fa-title,
.treatment-page.but-treatment .treatment-box .info-treatment .en-title {
    color: #8D72E1;
}

.treatment-page .treatment-box .info-treatment .en-title {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}

.treatment-page .treatment-box .info-treatment .info-text {
    margin-top: 30px;
    text-align: justify;
    font-size: 14px;
    color: #6d7174;
}

    .treatment-page .treatment-box .info-treatment .info-text .en-desc {
        font-weight: 300;
        direction: ltr;
    }

.treatment-page .treatment-box .logo-top {
    background: url('../images/pages/4-01.png') no-repeat center center / cover;
    position: relative;
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.treatment-page.but-treatment .treatment-box .logo-top {
    background-image: url('../images/pages/5-01.png');
}

.treatment-page .treatment-box .logo-top .lg-box {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.treatment-page .treatment-box .logo-top img {
    height: 120px;
    width: auto;
}

.treatment-page .treatment-box .infos-view {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

    .treatment-page .treatment-box .infos-view [class*='-info'] {
        border-left: 2px solid #7f638e;
        padding-left: 20px;
    }

.treatment-page.but-treatment .treatment-box .infos-view [class*='-info'] {
    border-left-color: #8D72E1;
}

.treatment-page .treatment-box .infos-view [class*='-info'] > span {
    font-size: 14px;
    display: block;
    color: #878787;
    line-height: 1.5;
}

.treatment-page .treatment-box .images-treatment {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

    .treatment-page .treatment-box .images-treatment > div {
        width: 100%;
    }

    .treatment-page .treatment-box .images-treatment .title-img {
        background-color: #71567f;
        text-align: center;
        padding: 8px 0 6px;
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #efefef;
        margin: 0;
        font-weight: 300;
    }

.treatment-page.but-treatment .treatment-box .images-treatment .title-img {
    background-color: #8D72E1;
}

.treatment-page .treatment-box .images-treatment .img-box {
    height: 300px;
    overflow: hidden;
    border: 1px solid #efefef;
}

    .treatment-page .treatment-box .images-treatment .img-box > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.treatment-page .treatment-box .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -120px;
    right: 0;
    left: 0;
}

    .treatment-page .treatment-box .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border: 2px solid #cecac1;
        margin: 0 3px;
    }

        .treatment-page .treatment-box .owl-dots .owl-dot.active {
            background-color: #cecac1;
        }

/*---------------------- /Page Treatment ---------------------*/

/*---------------------- /Pages AK Plus ---------------------*/

/*---------------------- resome ---------------------*/

.content-main .resomes {
    margin: 50px 0;
}

    .content-main .resomes .resome-container {
        background-color: #f1f6f9;
        position: relative;
        padding: 20px 90px;
        margin-bottom: 15px;
    }

        .content-main .resomes .resome-container::before {
            content: '';
            width: 40px;
            height: 100%;
            background-color: #f1f6f9;
            clip-path: polygon(0 50%, 100% 0, 100% 100%);
            position: absolute;
            top: 0;
            left: -40px;
        }

        .content-main .resomes .resome-container::after {
            content: '';
            width: 40px;
            height: 100%;
            background-color: #f1f6f9;
            clip-path: polygon(0 0, 0 100%, 100% 50%);
            position: absolute;
            top: 0;
            right: -40px;
        }

        .content-main .resomes .resome-container .resome-date {
            background-color: #8d72e1;
            color: #fff;
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
            position: absolute;
            right: -80px;
            padding: 10px;
            z-index: 9;
            top: 12px;
        }

            .content-main .resomes .resome-container .resome-date .en-date {
                font-family: Open_Sans;
            }

            .content-main .resomes .resome-container .resome-date .fa-date {
                margin-left: 15px;
                position: relative;
            }

                .content-main .resomes .resome-container .resome-date .fa-date::before {
                    content: '';
                    background-color: #fff;
                    width: 4px;
                    height: 14px;
                    position: absolute;
                    left: -9px;
                    top: 4px;
                    display: inline-block;
                }

            .content-main .resomes .resome-container .resome-date::before {
                content: '';
                width: 20px;
                height: 100%;
                background-color: #8d72e1;
                clip-path: polygon(0 50%, 100% 0, 100% 100%);
                position: absolute;
                left: -20px;
                top: 0px;
            }

            .content-main .resomes .resome-container .resome-date::after {
                content: '';
                width: 20px;
                height: 100%;
                background-color: #8d72e1;
                clip-path: polygon(0 0, 0 100%, 100% 50%);
                position: absolute;
                right: -20px;
                top: 0px;
            }

        .content-main .resomes .resome-container .resome-info {
            display: flex;
            flex-direction: column;
            color: #6d7174;
        }

            .content-main .resomes .resome-container .resome-info .fa-info {
                text-align: right;
                position: relative;
                margin-bottom: 5px;
            }

                .content-main .resomes .resome-container .resome-info .fa-info img {
                    margin-right: 5px;
                }

            .content-main .resomes .resome-container .resome-info .en-info {
                position: relative;
                margin-bottom: 5px;
                text-align: left;
                direction: ltr;
            }

                .content-main .resomes .resome-container .resome-info .en-info img {
                    margin-left: 5px;
                }

                .content-main .resomes .resome-container .resome-info .en-info::before, .content-main .resomes .resome-container .resome-info .fa-info::before {
                    content: '';
                    width: 6px;
                    height: 100%;
                    background-color: #8d72e1;
                    position: absolute;
                    top: 0;
                }

            .content-main .resomes .resome-container .resome-info .fa-info::before {
                right: -15px;
            }

            .content-main .resomes .resome-container .resome-info .en-info::before {
                left: -15px;
            }

            .content-main .resomes .resome-container .resome-info span img {
                width: 15px;
            }

.content-main.bio-page .ak-services {
    border-top: 2px solid #F1F6F9;
    margin: 0;
    padding-top: 50px !important;
}

.content-main.bio-page .ak-publications {
    background-color: transparent;
    border-top: 2px solid #F1F6F9;
}

.content-main.bio-page .ak-gallery {
    border-top: 2px solid #F1F6F9;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-ak .title-icon {
    height: 100px;
}

.title-ak .title-text {
    font-size: 30px;
}

/*---------------------- /resome ---------------------*/

/*---------------------- Gallery Page ---------------------*/

.ak-gallery .list-gallery .item-gallery {
    margin-bottom: 30px;
}

    .ak-gallery .list-gallery .item-gallery .image-gallery {
        display: block;
        width: 100%;
        height: 250px;
        border-radius: 30px;
        overflow: hidden;
        border: 3px solid #F1F6F9;
        transition: all 0.4s;
    }

    .ak-gallery .list-gallery .item-gallery:hover .image-gallery {
        border-color: #8d72e1;
    }

    .ak-gallery .list-gallery .item-gallery .image-gallery > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.8s;
    }

    .ak-gallery .list-gallery .item-gallery:hover .image-gallery > img {
        transform: scale(1.2);
    }

    .ak-gallery .list-gallery .item-gallery .title-gallery {
        position: relative;
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #6d7174;
        width: 90%;
        margin: 0 auto;
        box-shadow: 0 0 25px -5px #ccc;
        background-color: #fff;
        margin-top: -25px;
        z-index: 10;
        padding: 15px;
        border-radius: 15px;
        transition: all 0.4s;
    }

    .ak-gallery .list-gallery .item-gallery:hover .title-gallery {
        color: #8d72e1;
    }

.lg-outer .lg-inner,
.lg-outer .lg-components,
.lg-outer .lg-counter {
    direction: ltr;
}

.lg-outer .lg-thumb-item {
    float: right;
}

.lg-outer .lg-thumb-item {
    border-radius: 12px;
}

    .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
        border-color: #8d72e1;
    }

.lg-prev {
    left: auto;
    right: 20px;
    transform: scaleX(-1);
}

.lg-next {
    right: auto;
    left: 20px;
    transform: scaleX(-1);
}

.inner-page .ak-services {
    border-top: 2px solid #F1F6F9;
}

.ak-services .content-inner-page {
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 25px -5px #ccc;
    background-color: #fff;
    margin: 50px 0;
    border-top: 5px solid #8d72e1;
}

    .ak-services .content-inner-page .desc-service {
        padding: 0;
        line-height: 2;
    }

    .ak-services .content-inner-page .fa-desc {
        font-size: 16px;
        font-weight: normal;
        direction: rtl;
        text-align: justify;
        color: #212529;
        margin: 0;
    }

    .ak-services .content-inner-page .head-content {
        background-color: #8d72e1;
        padding: 20px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

        .ak-services .content-inner-page .head-content .title-content {
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            margin: 0;
        }

        .ak-services .content-inner-page .head-content .date-content {
            font-size: 16px;
            font-weight: normal;
            color: #fff;
            margin: 0;
        }

    .ak-services .content-inner-page .main-image-content {
        margin-bottom: 20px;
        text-align: center;
    }

        .ak-services .content-inner-page .main-image-content > img {
            border-radius: 15px;
            max-width: 100%;
        }

        .ak-services .content-inner-page .main-image-content audio {
            width: 100%;
        }

/*---------------------- /Gallery Page ---------------------*/

/*---------------------- Pagination ---------------------*/

.pagination-tabrizeyeclinic {
    margin-top: 30px;
    width: 100%;
}

    .pagination-tabrizeyeclinic .pagination {
        margin: 0;
        padding: 0;
        width: 100%;
        justify-content: center;
    }

    .pagination-tabrizeyeclinic .page-item .page-link {
        width: 50px;
        height: 30px;
        border-radius: 100px;
        border: 0;
        font-size: 16px;
        font-weight: 500;
        color: #212529;
        margin: 0 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        transition: all 0.3s;
    }

        .pagination-tabrizeyeclinic .page-item .page-link:hover {
            background-color: #efefef;
        }

    .pagination-tabrizeyeclinic .page-item.active .page-link {
        background-color: #8D72E1;
        box-shadow: 0 10px 20px rgba(141, 114, 225, 0.3) !important;
        color: #fff;
        font-weight: bold;
    }

    .pagination-tabrizeyeclinic .page-item:last-child .page-link,
    .pagination-tabrizeyeclinic .page-item:first-child .page-link {
        font-size: 13px;
    }

    .pagination-tabrizeyeclinic .page-item.disabled .page-link {
        color: #b0bec5;
    }

/*---------------------- /Pagination ---------------------*/

/*---------------------- Responsive ---------------------*/

@media only screen and (min-width:1600px) and (max-width: 1700px) {

    .slideshow-site .links-slide {
        padding: 140px 85px;
    }

    .ak-services .item-sr .more-desc {
        padding: 30px;
    }

        .ak-services .item-sr .more-desc .en-desc,
        .beauty-page .links-slide .more-desc .en-desc {
            font-size: 20px;
        }

        .ak-services .item-sr .more-desc .fa-desc,
        .beauty-page .links-slide .more-desc .fa-desc {
            font-size: 18px;
        }

    .p-300 {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }

    .p-240 {
        padding-right: 180px !important;
        padding-left: 180px !important;
    }
}

@media only screen and (min-width:1280px) and (max-width: 1600px) {

    .p-100 {
        padding: 0 20px !important;
    }

    .p-300 {
        padding: 0 200px !important;
    }

    .header-main .header-logo .dropdown {
        top: 0px;
        right: 20px;
    }

    .header-main .header-logo .title-website {
        font-size: 40px;
        padding-top: 50px;
    }

    .header-main .header-logo {
        padding: 20px 20px 10px !important;
    }

    .header-main .header-menu .navbar-ak .navbar-nav .nav-link {
        font-size: 14px;
    }

    .header-main .header-logo .lg-main > img {
        width: 480px;
    }

    .header-main .header-menu .txt-logo {
        font-size: 16px;
    }

    .slideshow-site {
        height: 75vh;
    }

        .slideshow-site .links-slide {
            padding: 50px 70px;
        }

    .ak-services {
        margin: 50px 0 0;
    }

        .ak-services .title-ak .title-icon {
            height: 100px;
        }

    .title-ak {
        margin-bottom: 30px;
    }

        .title-ak .title-text {
            font-size: 28px;
        }

    .ak-services .item-sr .more-desc {
        padding: 30px;
    }

        .ak-services .item-sr .more-desc .en-desc,
        .beauty-page .links-slide .more-desc .en-desc {
            font-size: 20px;
        }

        .ak-services .item-sr .more-desc .fa-desc,
        .beauty-page .links-slide .more-desc .fa-desc {
            font-size: 18px;
        }

    .about-us .title-ak .title-text {
        font-size: 40px;
    }

    .about-us .image-doctor {
        width: 350px;
    }

        .about-us .image-doctor::before,
        .about-us .image-doctor::after {
            top: 90px;
        }

    .title-ak .title-icon {
        height: 80px;
    }

    .ak-colleagues .list-colleagues .owl-dots .owl-dot,
    .ak-publications .list-publ .owl-dots .owl-dot {
        width: 16px;
        height: 16px;
    }

    .ak-services .item-sr .icon-sr {
        width: 130px;
        height: 130px;
    }

    .dental-services .item-sr .en-title,
    .dental-services .item-sr .fa-title {
        font-size: 20px;
    }

    .ak-services .item-sr .en-title,
    .ak-services .item-sr .fa-title {
        font-size: 18px;
    }

    .ak-services .item-sr.info-top:hover .more-desc {
        top: -170%;
    }

    .ak-services .item-sr.info-top:hover .en-title,
    .ak-services .item-sr.info-top:hover .fa-title {
        top: -220px;
    }

    .ak-publications .p-100 {
        padding: 0 100px !important;
    }

    .ak-publications .list-publ .img-publ > img {
        height: 400px;
    }

    .subscribe-site .subscribe-form {
        left: 8.5%;
        top: 45px;
        max-width: 45% !important;
    }

    .p-240 {
        padding-right: 100px !important;
        padding-left: 100px !important;
    }

    .beauty-page .slideshow-site .links-slide {
        padding: 40px;
    }

    .special-services .slideshow-site .links-slide .ak-item .img-ak {
        width: 70%;
    }

    .special-services .links-slide .unit-name {
        margin: 10px 0 30px;
        font-size: 30px;
    }

    .beauty-page .links-slide .more-desc .en-desc,
    .beauty-page .links-slide .more-desc .fa-desc {
        font-size: 16px;
    }

    .special-services .sec-item-service > .row {
        padding: 80px 30px;
    }

    .special-services .sec-item-service .img-service {
        height: 220px;
        border-top: 6px solid #efefef;
        border-bottom: 6px solid #efefef;
    }

        .special-services .sec-item-service .img-service > img {
            height: 100%;
            object-fit: cover;
        }

    .special-services .sec-item-service .desc-service {
        font-size: 14px;
    }

    .about-us .slideshow-site .links-slide .about-text {
        font-size: 15px;
    }

    .beauty-page .this-unit .title-text {
        font-size: 50px;
    }

    .beauty-page .this-unit {
        padding: 60px 300px;
    }

        .beauty-page .this-unit .item-unit .fa-desc,
        .beauty-page .this-unit .item-unit .en-desc {
            font-size: 14px;
        }

    .treatment-page .treatment-box .info-treatment {
        padding: 60px 0 0 300px;
    }

    .dental-services.fp-section .title-ak,
    .footer-main .footer-info .ak-green {
        margin-top: 30px;
    }

    .banner-site,
    .subscribe-site {
        height: 280px;
    }

        .subscribe-site .subscribe-form {
            top: 30px;
        }

    .footer-main .box-map {
        height: 350px;
    }

    .subscribe-site {
        margin-bottom: 30px;
    }

    .footer-main .ak-socials .item-sc .ic-sc {
        width: 55px;
    }

    .footer-main .top-info .left-logo {
        width: 75px;
        height: 75px;
    }

    .footer-main .br-footer {
        margin-top: 30px;
    }

    .footer-main .ak-green .ak-socials .item-sc .info-social {
        top: -210%;
    }

    .footer-main .ak-green .ak-socials .item-sc:hover .info-social {
        top: -185%;
    }

    .footer-main .ak-green .ak-socials .item-sc .info-social::after {
        transform: scaleY(-1);
        top: auto;
        bottom: 0;
    }

    .footer-main .ak-green .ak-socials .item-sc:hover .info-social::after {
        bottom: -13px;
    }

    .footer-main .ak-socials .item-sc .info-social::after {
        left: 19px;
    }

    .footer-main .ak-socials .item-sc:nth-child(2) .info-social::after {
        left: 92px !important;
    }

    .footer-main .ak-socials .item-sc:nth-child(3) .info-social::after {
        left: 164px !important;
    }

    .footer-main .ak-socials .item-sc:nth-child(4) .info-social::after {
        left: 236px !important;
    }

    .footer-main .ak-socials .item-sc:nth-child(5) .info-social::after {
        left: 308px !important;
    }

    .footer-main .ak-socials .item-sc:nth-child(6) .info-social::after {
        left: 379px !important;
    }

    .treatment-page .treatment-box .owl-dots {
        bottom: -40px;
    }

    .beauty-page .links-slide .unit-name {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:0) and (max-width: 900px) {

    .header-main .header-menu {
        position: static;
    }

        .header-main .header-menu .navbar-ak {
            position: absolute;
            top: 15px;
            left: 15px;
            width: auto !important;
        }

            .header-main .header-menu .navbar-ak .navbar-collapse {
                position: fixed;
                top: 0px;
                right: 0px;
                bottom: 0px;
                width: 280px;
                height: 100%;
                background-color: #8D72E1;
                z-index: 999999;
                box-shadow: rgb(0, 0, 0) 0px 0px 15px -5px;
                padding: 20px;
                display: block !important;
                right: -290px;
                transition: all 0.5s;
            }

                .header-main .header-menu .navbar-ak .navbar-collapse.show {
                    right: 0;
                }

            .header-main .header-menu .navbar-ak .navbar-nav .nav-link {
                text-align: right;
                margin: 0;
                color: #fff;
                padding: 10px;
            }

                .header-main .header-menu .navbar-ak .navbar-nav .nav-link::after {
                    display: none;
                }

            .header-main .header-menu .navbar-ak .navbar-toggler {
                background-color: #8D72E1;
                border: none;
                padding: 0;
                width: 50px;
                height: 50px;
                border-radius: 10px;
                color: #fff;
                --mb-button-size: 50px;
                --mb-bar-height: 3px;
                --mb-bar-width: 0.6;
                --mb-bar-spacing: 7px;
                z-index: 99999;
            }

    #overlay::before {
        content: "";
        background-color: #000;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 9999;
        transition: all 0.4s;
    }

    #overlay.overlay-view::before {
        visibility: visible;
        opacity: 0.4;
    }

    .footer-main .ak-socials .item-sc:first-child {
        margin-left: 0;
    }

    .ak-services .item-sr .more-desc {
        top: 15% !important;
        position: fixed;
        right: 0;
        left: 0;
        width: 90%;
        margin: 0 auto;
        z-index: 99999;
        transform: scale(0.8);
    }

        .ak-services .item-sr .more-desc::after {
            display: none;
        }

    .ak-services .item-sr.show-desc .more-desc {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .ak-services .list-services .item-sr:hover::before {
        display: none;
    }

    .ak-services .list-services .item-sr:hover {
        z-index: auto;
    }

    .ak-services .item-sr.info-top:hover .en-title,
    .ak-services .item-sr.info-top:hover .fa-title {
        top: auto;
    }

    /*.footer-main .ak-socials .item-sc:hover .info-social {
        opacity: 0;
        visibility: hidden;
    }*/

    .footer-main .ak-socials .item-sc.show-desc .info-social {
        opacity: 1;
        visibility: visible;
    }

    .footer-main .ak-socials .item-sc .info-social {
        z-index: 99999;
        width: 100%;
        padding: 20px;
    }

        .footer-main .ak-socials .item-sc .info-social::after {
            display: none;
        }
}

/*---------------------- /Responsive ---------------------*/
