@charset "utf-8";
/* CSS Document */
@import "../font/vazir/font-face.css";
@import "all.min.css";

* {
    font-family: 'Vazir';
}

a {
    text-decoration: none !important;
}

/* Loader */

#preloader {
    background: rgba(0, 0, 0, .90) no-repeat center center;
    height: 100%;
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 9999;
}

#preloader img {
    height: 80px;
}

.loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 10px auto;
    position: relative;
    color: #009799;
    left: -100px;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
    0% {
        box-shadow: 0px 0 rgba(40, 182, 255, 0), 0px 0 rgba(40, 182, 255, 0), 0px 0 rgba(40, 182, 255, 0), 0px 0 rgba(40, 182, 255, 0);
    }
    12% {
        box-shadow: 100px 0 #009799, 0px 0 rgba(40, 182, 255, 0), 0px 0 rgba(40, 182, 255, 0), 0px 0 rgba(40, 182, 255, 0);
    }
    25% {
        box-shadow: 110px 0 #009799, 100px 0 #009799, 0px 0 rgba(40, 182, 255, 0), 0px 0 rgba(40, 182, 255, 0);
    }
    36% {
        box-shadow: 120px 0 #009799, 110px 0 #009799, 100px 0 #009799, 0px 0 rgba(40, 182, 255, 0);
    }
    50% {
        box-shadow: 130px 0 #009799, 120px 0 #009799, 110px 0 #009799, 100px 0 #009799;
    }
    62% {
        box-shadow: 200px 0 rgba(40, 182, 255, 0), 130px 0 #009799, 120px 0 #009799, 110px 0 #009799;
    }
    75% {
        box-shadow: 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 130px 0 #009799, 120px 0 #009799;
    }
    87% {
        box-shadow: 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 130px 0 #009799;
    }
    100% {
        box-shadow: 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0);
    }
}

/*slick slider*/

.slick-dots li.slick-active button:before {
    color: white;
}

.slick-dots li button:before {
    font-size: 50px;
    color: white;
}

.slick-initialized .slick-slide:focus {
    outline: none;
}

.main-back {
    background-image: url("../img/back-01.webp");
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}

/* main-header */

.filter-hide {
    height: 100%;
    opacity: 1;
    transition: 0.5s ease;
}

.main-menu {
    transition: 0.5s ease;
}

.navbar-brand img {
    transition: 0.5s ease;
    max-height: 56px;
    width: 100%;
    object-fit: scale-down;
}

header {
    transition: height 0.5s ease;
}

/*header.shrink .filter-hide {*/
/*    transform: translateY(-100%);*/
/*    opacity: 0;*/
/*}*/

/*header.shrink .main-menu {*/
/*    transform: translateY(-75px);*/
/*}*/

header.shrink .navbar-brand img {
    max-height: 45px;
}

.before-header .top-sampling {
    position: absolute;
    right: 0;
    left: 0;
}

.header-design {
    border-radius: 12px;
    border: solid 1px white;
    transition: .5s;
}

.main-menu ul.navbar-nav > li.active {
    background: #009799;
    border-radius: 4px;
}

.main-menu ul.navbar-nav > li.active > a {
    color: white !important;
}

.main-menu .menu-item-has-children ul.dropdown-menu {
    background: #f8f9fa;
    margin: 0;
    min-width: 200px;
}

.main-menu .menu-item-has-children:hover ul.dropdown-menu {
    display: block;
}

.main-menu .menu-item-has-children ul.dropdown-menu li {
    text-align: right;
}

.main-menu .navbar .navbar-toggler {
    padding: 0.55rem 0.55rem;
}

.main-menu .navbar .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid gray;
    transition: all 300ms linear;
}

.main-menu .navbar .navbar-toggler-icon:after,
.main-menu .navbar .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: gray;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.main-menu .navbar .navbar-toggler-icon:after {
    top: 8px;
}

.main-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.main-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.main-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.header-user svg {
    font-size: 22px;
}

/* Frontpage Top */

.front-top-design .slider66 img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.front-top-design .slick-prev, .front-top-design .slick-next {
    top: 90%;
    height: unset;
    width: unset;
}

.front-top-design .slick-prev:before, .front-top-design .slick-next:before {
    font-size: 28px;
    color: grey;
}

.front-top-design .slick-prev {
    right: 91%;
}

.front-top-design .slick-dots,
.front-article-slider .slick-dots {
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.front-top-design .slick-dots li,
.front-article-slider .slick-dots li {
    all: initial;
}

.front-top-design .slick-dots li button:before,
.front-article-slider .slick-dots li button:before {
    content: '';
}

.front-top-design .slick-dots li button,
.front-article-slider .slick-dots li button {
    background: rgba(255, 255, 255, .50);
    border: solid 1px rgba(0, 0, 0, .20);
    opacity: 1;
    content: '';
    border-radius: 10px;
    transition: .5s;
    width: 12px;
    height: 12px;
    margin: 3px;
}

.front-top-design .slick-dots li.slick-active button,
.front-article-slider .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, .50);
    opacity: 1;
    width: 40px;
}

.front-top-design .slick-dotted.slick-slider,
.frontpage-lab-sections .slick-dotted.slick-slider,
.front-article-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* Frontpage Advantages */

.frontpage-advantages {
    position: absolute;
    left: 0;
    bottom: 6%;
    right: 0;
}

.frontpage-advantages img {
    height: 55px;
}

/* Frontpage Why Us */

.front-why-us img {
    height: 150px;
}

.front-why-us .why-us-list ul li {
    list-style: none;
    font-weight: 500;
}

.front-why-us .why-us-list ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f492";
    color: #8F3E97;
    margin-left: 8px;
    font-size: larger;
}

.front-after-why-us img {
    height: 60px;
}

.front-after-why-us h4 {
    color: #009799;
}

/* Frontpage Why Sections */

.frontpage-tests .tests-title img {
    height: 30px;
    object-fit: scale-down;
}

.frontpage-tests .tests-card img {
    height: 130px;
    max-width: 100%;
    object-fit: scale-down;
}

/* Frontpage Lab Sections */

.frontpage-lab-sections {
    background-image: url("../img/lab-back.webp");
    background-size: cover;
    background-attachment: fixed;
    backdrop-filter: blur(5px);
    background-repeat: no-repeat;
    border: solid 3px rgba(230, 230, 230, .7);
}

.frontpage-lab-sections video {
    max-height: 400px;
    max-width: 100%;
}

.frontpage-lab-sections .slider66 img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.frontpage-lab-sections .slick-dots {
    bottom: 5px;
}

/* Frontpage Organizations */

[dir='rtl'] .frontpage-insurance .slick-prev {
    right: -20px;
}

[dir='rtl'] .frontpage-insurance .slick-next {
    left: -20px;
}

.frontpage-insurance .insurance-title img {
    height: 30px;
    object-fit: scale-down;
}

.frontpage-insurance .insurance-card > div > div {
    min-height: 173px;
}

.frontpage-insurance .insurance-card img {
    height: 100px;
    object-fit: scale-down;
}

/* Frontpage Employment */

.front-employment .front-employment-content img {
    height: 100px;
}

.front-employment .front-employment-content a {
    transition: .5s;
}

/* Frontpage Article Slider */

.front-article-slider .slick-prev, .front-article-slider .slick-next {
    top: 60%;
    height: unset;
    width: unset;
}

.front-article-slider .slick-dots {
    bottom: -10px;
}


.front-article-slider .article-slide img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.front-article-slider .article-slide .article-slide-content {
    min-height: 220px;
}

.front-article-slider .article-slide p {
    color: grey;
}

.matin-simpling {
    background-image: url("../img/back-small-01.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

/* footer */

.footer-top .footer-abut img {
    max-height: 85px;
}

.footer-top .footer-map iframe {
    height: 300px;
    width: -webkit-fill-available;
    border-radius: 12px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
}

.footer-top .footer-contact svg {
    font-size: 18px;
    color: #009799;
}

.footer-top .footer-social a svg {
    font-size: 35px;
    color: #009799;
}

.after-footer span {
    color: #009799 !important;
}

.after-footer a {
    transition: .5s;
}

.footer-links-style li:not(:last-child) {
    border-left: 1px solid rgba(0, 151, 153, .4);
}

/* --------- Singular --------- */

.comment-respond h3 {
    color: #6c757d !important;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.comment-respond input, .comment-respond .comment-form-comment textarea {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 0 !important;
    width: 100% !important;
    overflow: visible;
    padding: 8px;
    border-radius: 10px;
}

.comment-respond input.submit {
    width: auto !important;
    float: left;
    padding: 6px 30px !important;
    border-radius: 16px !important;
    background: transparent !important;
    color: #663399 !important;
    border: solid 2px #663399 !important;
    transition: 0.3s;
}

.comment-respond input.submit:hover {
    background: #663399 !important;
    color: white !important;
    border: solid 2px white !important;
}

.comment-reply-link {
    float: left;
    transition: 0.3s;
    font-size: 13px;
    color: #009799 !important;
    border: solid 2px #009799;
    padding: 3px 9px;
    border-radius: 11px;
}

.comment-reply-link:hover {
    background: #009799 !important;
    color: #fff !important;
}

.comments-pagination-edit {
    clear: both;
    text-align: center;
}

.comments-pagination-edit .pagination {
    display: inline-block;
}

.comments-pagination-edit .pagination .page-numbers {
    border: solid 1px #93a8c3;
    margin: 0 -1.5px !important;
    padding: 4px 9px 0 9px;
    border-radius: 6px !important
}

.matin-tests-title img {
    max-height: 180px;
    width: auto;
}

/* --------- Online Result --------- */

.online-result-page iframe {
    height: 720px;
    width: 100%;
}

/* --------- Contact us --------- */


/* --------- Category --------- */

.archive-post-edit {
    border-radius: 16px;
    background: white;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, .3);
}

.archive-post-edit img {
    border-radius: 12px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.archive-post-edit .archive-post-btn {
    border-radius: 4px;
    background: #ED6B04;
    padding: 8px 5px;
}

.archive-post-edit .archive-post-btn span {
    border-radius: 3px;
    padding: 2px 8px;
    border: solid 1px white;
}

.pagination-custom ul {
    align-items: center !important;
    align-self: center !important;
}

#comments .author-title {
    font-weight: 300;
}

#comments .photo {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

#sidebar-primary .tagcloud a {
    color: #c3c3c3 !important;
    font-size: 13px !important;
    margin-left: 5px;
}

#sidebar-primary .tagcloud a:hover {
    color: #0c82b8 !important;
}

.my-breadcrumb-edit {
    background: rgba(255, 255, 255, 0.6);
    border: solid 2px #fff;
    border-radius: 16px;
}

.my-breadcrumb-edit a {
    color: #009799;
    font-size: 15px;
    font-weight: bold;
}

.my-breadcrumb-edit em {
    color: #404040;
    font-size: 1rem;
}

.my-breadcrumb-edit span {
    color: #404040;
    font-size: 1rem;
}

/* Sticky Contact BTN */

.sticky-contact-btn {
    position: fixed;
    right: 10px;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.left-sticky-btn {
    position: fixed;
    left: 10px;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.sticky-contact-btn a {
    background: #009799;
    margin: 5px;
    height: 42px;
    width: 42px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    transition: .4s;
    border-radius: 4px;
}

.sticky-contact-btn a svg {
    font-size: 28px;
    color: white;
}

.sticky-contact-btn a span {
    width: 0;
    transition: .4s;
    opacity: 0;
    color: white;
}


@media (min-width: 768px) {
    .sticky-contact-btn a:hover {
        width: unset;
    }

    .sticky-contact-btn a:hover span {
        display: block;
        width: auto;
        opacity: 1;
        padding-right: 8px;
    }
}

/* --------- Doctors List --------- */

main.doctors-list-main {
    min-height: 500px;
}

.filter-button-group {
    position: sticky;
    transition: .6s;
}

.filter-button-group img {
    max-height: 80px;
}

.filter-button-group svg {
    font-size: 28px;
    color: #009799;
}

.filter-button-group ul {
    list-style: none;
    padding: 20px 0;
    max-height: 210px;
    overflow-y: auto;
}

.filter-button-group li {
    padding: 10px 25px;
    font-size: 14px;
    color: #636363;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #ccc;
}


.filter-button-group li:hover {
    color: #009799;
}

.filter-button-group li.active {
    color: white;
    border: 0;
    background: #009799;
}

.doctors-list-card {
    overflow: hidden;
    border: solid 2px rgb(225 227 227);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.doctors-list-card img {
    height: 160px;
    width: 160px;
    border: solid 3px white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    object-fit: cover;
    object-position: top center;
}

.doctors-list-card h5 {
    color: #009799;
}

.doctors-list-card a {
    color: white;
    background: #009799;
    border-radius: 8px;
    min-width: 60px;
    border: 1px white solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.my-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
}

.close-btn:focus {
    outline: 0;
}

.popup-header svg {
    font-size: 25px;
    color: #ec1c24;
    cursor: pointer;
}

.popup-title {
    color: #231e67;
    text-transform: uppercase;
}

.popup-content a {
    font-size: 20px;
    cursor: pointer;
    color: black;
}

.popup-content a svg {
    font-size: 36px;
    color: #009799;
}

.popup-content {
    background: white;
    padding: 12px;
    margin: auto;
}

.employment-popup .popup-content {
    max-height: 570px;
    overflow-y: auto;
}

.employment-popup .popup-content .gform_body input,
.employment-popup .popup-content .gform_body textarea,
.employment-form .gform_body input,
.employment-form .gform_body textarea {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 8px !important;
    background-color: rgba(0, 0, 0, .03);
}

.employment-popup .popup-content .gform_footer input,
.employment-form .gform_footer input {
    float: left;
    padding: 4px 16px;
    border: none;
    background: #009799;
    color: white;
    border-radius: 8px;
}

.doctors-list-contact a {
    background: #009799;
    margin: 7px;
    height: 40px;
    width: 40px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
}

.doctors-list-contact svg {
    font-size: 28px;
    color: white;
}

.my-theme-pagination ul li a {
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.my-theme-pagination ul li a:hover {
    background: #e7e8e9;
}

.my-theme-pagination ul li a svg {
    color: #009799;
}

.my-theme-pagination ul li.active a {
    background: #009799;
    color: white;
}

/* ------------ Colors & Filters ------------ */

.back-green {
    background: #009799;
}

.back-gray {
    background: #bdbdbd;
}

.back-dviolet {
    background: #431647;
}

.back-blue {
    background: #221E67;
}

.back-violet {
    background: #8F3E97;
}

.back-violet-50 {
    background: rgba(143, 62, 151, .5);
}

.color-green {
    color: #009799;
}

.color-gray {
    color: #bdbdbd;
}

.color-dviolet {
    color: #431647;
}

.color-violet {
    color: #8F3E97;
}

.color-blue {
    color: #221E67;
}

.shadow-filter {
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, .3));
}

.shadow-box-l {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
}

.shadow-box {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.back-blur {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.back-blur-2 {
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.back-blur-v {
    background: rgba(143, 62, 151, .1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.back-blur-g {
    background: rgba(0, 151, 153, .1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.back-gray-b {
    background: rgba(130, 130, 130, .1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.back-gr-white {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .6), transparent);
}

.radius-16 {
    border-radius: 16px;
}

.radius-12 {
    border-radius: 12px;
}

.radius-8 {
    border-radius: 8px;
}

.font-l {
    font-size: large;
}

.font-lr {
    font-size: larger;
}

.font-xl {
    font-size: x-large;
}

.font-xxl {
    font-size: xx-large;
}

.font-xxxl {
    font-size: xxx-large;
}

.gap-16 {
    gap: 16px;
}

.gap-12 {
    gap: 12px;
}

.gap-8 {
    gap: 8px;
}

.shake {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}

@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }
    1.78571% {
        transform: translate(5px, 0)
    }
    3.57143% {
        transform: translate(0, 0)
    }
    5.35714% {
        transform: translate(5px, 0)
    }
    7.14286% {
        transform: translate(0, 0)
    }
    8.92857% {
        transform: translate(5px, 0)
    }
    10.71429% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

.my-float {
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    animation: floaty 3s cubic-bezier(.36, .07, .19, .97) infinite;
}

@keyframes floaty {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.heartbeat {
    display: inline-block;
    transform-origin: center;
    animation: heartbeat 3s ease-in-out infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    7% {
        transform: scale(1.12);
    }
    14% {
        transform: scale(1);
    }
    21% {
        transform: scale(1.15);
    }
    35% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .before-header span {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .navbar-collapse ul.navbar-nav {
        width: max-content;
    }

    .navbar-brand img {
        max-height: 45px;
    }

    header.shrink .navbar-brand img {
        max-height: 35px;
    }

    .main-menu .navbar-collapse {
        position: absolute;
        top: 50px;
        background: white;
    }

    .front-top-design .slider66 img {
        height: 580px;
    }

    .front-top-design .slick-dots {
        bottom: 5px;
    }

    .frontpage-advantages {
        position: unset;
    }

    .front-why-us img {
        height: 120px;
    }

    .frontpage-lab-sections img {
        height: 450px;
    }

    .front-organizations .organizations-logos img {
        height: 60px;
    }

    .front-organizations .organizations-logos h6 {
        font-size: 14px;
        padding: 5px;
    }

    .sticky-contact-btn {
        right: 0;
        left: 0;
        top: unset;
        background: #009799;
    }

    .online-result-page iframe {
        height: 850px;
        width: 100%;
    }

    .doctors-list-contact {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        background: #009799;
        z-index: 99;
    }

    .sticky-contact-btn a {
        margin: 6px;
        height: 40px;
        width: 40px
    }

    .sticky-contact-btn a svg {
        font-size: 26px;
    }

    .filter-button-group {
        position: unset;
        right: unset;
    }

    .filter-button-group img {
        max-height: 50px;
    }

    .filter-button-group h5 {
        font-size: 18px;
    }

    .filter-button-group ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
    }

    .filter-button-group ul li {
        min-width: fit-content;
    }

    .employment-popup .popup-content {
        max-height: 350px;
    }

    .employment-popup .popup-content .wpforms-field-container .wpforms-field-row {
        display: flex;
        flex-direction: column;
    }

    .employment-popup .popup-content .wpforms-field-container .wpforms-field-row .wpforms-field-row-block {
        width: 100% !important;
        padding: 0;
        margin-top: 10px;
    }

    .employment-popup .popup-content .wpforms-field-container .wpforms-field {
        width: 100% !important;
        margin: 0;
    }

    .footer-links-style li:not(:last-child) {
        border-left: none;
    }

}