@charset "UTF-8";
body {
    font-family: "IRANSans", tahoma;
    font-weight: normal;
    direction: rtl;
    background: #fff;
    font-size: 0.9rem;
}

a, a:hover {
    text-decoration: none
}

h1 {
    font-size: 40px;
    font-weight: 900;
}

h2 {
    font-size: 35px;
    font-weight: bold;
}

h3 {
    font-size: 30px;
    font-weight: bold;
}

h4 {
    font-size: 25px;
    font-weight: bold;
}

h5 {
    font-size: 20px;
    font-weight: bold;
}

h6 {
    font-size: 16px;
    font-weight: bold;
}

.box {
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 24px rgb(142 142 142 / 17%);
    border-radius: 18px;
    padding: 10px;
    float: right;
    width: 100%;
}

@media (min-width: 1200px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1330px;
    }
}

.btn {
    transition: 0.5s;
}

.drbtn-primary {
    border: 0;
    background-color: #2196f3 !important;
    background: linear-gradient(
            90deg, #0175d1 0%, #03c8f4 100%);
    /* background: linear-gradient(
90deg
, rgba(78,180,232,1) 0%, rgba(12,218,223,1) 35%, rgba(17,98,205,1) 100%); */
    box-shadow: 0 3px 6px -3px #252bca;
}

.drbtn-primary:hover, .drbtn-primary:focus, .drbtn-primary:active,
.drbtn-drsecandry:hover, .drbtn-drsecandry:focus, .drbtn-drsecandry:active,
.drbtn-acolor:hover, .drbtn-acolor:focus, .drbtn-acolor:active,
.drbtn-bcolor:hover, .drbtn-bcolor:focus, .drbtn-bcolor:active,
.drbtn-cborder:hover, .drbtn-cborder:focus, .drbtn-cborder:active {
    border-radius: 20px;
}

.drbtn-drsecandry {
    border: 0;
    background-color: rgb(17, 98, 205) !important;
    background: linear-gradient(90deg, rgba(17, 98, 205, 1) 0%, rgba(78, 180, 232, 1) 100%);
    box-shadow: 0 3px 6px -3px rgba(17, 98, 205, 1);

}

.drbtn-acolor {
    border: 0;
    background-color: #0CDADF;
    box-shadow: 0 3px 6px -3px #0CDADF;

}

.drbtn-bcolor {
    border: 0;
    background-color: #1162cd;
    box-shadow: 0 3px 6px -3px #1162cd;

}

.drbtn-cborder {
    border-color: #1162cd;
    background-color: #fff;
    color: #1162cd;
    box-shadow: none;

}

.drbtn-cborder:hover, .drbtn-cborder:focus, .drbtn-cborder:active {
    background-color: #fff;
    color: #1162cd;
}

.drbtn-bcolor:hover, .drbtn-bcolor:focus, .drbtn-bcolor:active {
    background-color: #1162cd;
    color: #fff;
}

.drbtn-acolor:hover, .drbtn-acolor:focus, .drbtn-acolor:active {
    background-color: #0CDADF;
    color: #fff;
}

header {
    position: relative;
    z-index: 9;
    /* Link Padding Top & bottom */
}

.drcardvisit {
    margin-bottom: 15px;
    padding: 10px;
    transition: 0.5s;
    position: relative;
    background: #fff;
    /* box-shadow: 0 2.5px 7.5px 0 rgb(150 150 150 / 20%); */
    border-radius: 4px;
    /* height: 168px; */
    display: flex;
    border: 1px solid #ddd;
}

.drcardvisit:hover {
    box-shadow: 0px 4px 20px rgb(191 191 191 / 20%);
}

.drcardvisit .name a {
    color: #000;
    text-decoration: none
}

.drcardvisit .image {
    /*width: 150px;*/
    position: relative;
    /* box-shadow: 0px 4px 11px -5px #1162cda6; */
    overflow: hidden;
    width: 136px;
    height: 136px;
    flex: 0 0 136px;
    margin-right: 4px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 4px;
    margin-left: 15px;
}

.drcardvisit .image picture {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 4px;
}

.drcardvisit .image .istel {
    position: absolute;
    background: #fffffffa;
    color: #1162CD;
    font-size: 11px;
    padding: 2px 5px;
    margin: 0 auto;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 0px 0px 10px 10px;
    max-width: 68%;
}

.drcardvisit .image img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.drcardvisit .details {
    min-width: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.drcardvisit .details .name {
    font-weight: bold;
    margin-top: 3px;
    line-height: 1.8;
    font-size: 18px;
}

.drcardvisit .details .special {
    font-size: 12px;
    color: #868686;
    margin: 6px 0;
}

.drcardvisit .details .location {
    font-size: 13px;
    color: #888;
    margin-bottom: 4px;
}

.drcardvisit .details .readmore {
    text-align: right;
}

.drcardvisit .tag {
    position: absolute;
    left: 0;
    top: 10px;
    padding: 1px 4px;
    background-color: #e91e63;
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 10px;
}

@media (min-width: 560px) and (max-width: 768px) {
    .drcardvisit .details .readmore .btn {
        padding: 4px;
    }

    .drcardvisit .details .name {
        margin: 0;
    }

    .drcardvisit .details .special {
        margin: 0;
    }

    .drcardvisit .details .location {
        margin-bottom: 5px;
    }
}

@media (max-width: 560px) {
    .drcardvisit .image {
        width: 56%;
        margin: 0 auto;
        border-radius: 100%;
    }

    .drcardvisit .image .img {
    }

    .drcardvisit .image .istel {
        width: 40%;
        display: none;
    }

    .drcardvisit .details > div {
        /* padding-right: 15px; */
    }

    .drcardvisit .details {
        margin-top: 15px;
    }

    .drcardvisit .details .name {
        text-align: center;
    }

    .drcardvisit .details .special {
        text-align: center;
    }

    .drcardvisit .details .location {
        text-align: center;
    }

    .drcardvisit .details .readmore {
        text-align: center;
    }

    .drcardvisit .details .readmore a {
        width: 100%;
    }
}

/*
===== مراکز درمان ============================
*/
.markazbox {
    float: right;
    width: 100%;
    box-shadow: 0 2.5px 7.5px 0 rgba(17, 98, 205, 0.2);
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    height: 425px;
}

.markazbox .image {
    position: relative;
    border-radius: 6px;
    box-shadow: 0 2.5px 7.5px 0 rgba(17, 98, 205, 0.2);
    display: block;
    overflow: hidden;
}

.markazbox .image img {
    width: 100%;
}

.markazbox .name {
    font-weight: bold;
    color: #182929;
    font-size: 16px;
    margin: 15px 0;
    line-height: 1.8;
    height: 53px;
}

.markazbox .name a {
    color: #333
}

.markazbox .special {
    display: block;
    margin: 0px 0 15px;
    height: 26px;
    overflow: hidden;
}

.markazbox .special span {
    /* padding: 2.5px 7px 1.5px 5.5px; */
    border-radius: 12px;
    /* box-shadow: 0 2.5px 7.5px 0 rgba(17, 98, 205, 0.2); */
    border: solid 0.5px #859ba9;
    background-color: #fff;
    color: #859ba9;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-left: 2px;
    padding: 2px 10px;
    margin-bottom: 4px;
}

.markazbox .special span.plus {
    background: #1362cd;
    color: #fff;
    border: 0;
}

.markazbox .more {
    /* background-color: #D8F3FF; */
    position: relative;
    padding: 5px;
    border-radius: 5px;
}

.markazbox .more .location {
    color: #1162cd;
    vertical-align: middle;
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

/*+++++++++++++++++++++++++++++++++++++*/
/* last blog home*/
/*+++++++++++++++++++++++++++++++++++++*/
.blogPost {
    margin-bottom: 15px;
    position: relative;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0 2.5px 7.5px 0 rgba(17, 98, 205, 0.2);
    background-color: #ffffff;
}

.blogPost .image {
    border-radius: 6px;
    box-shadow: 0 2.5px 7.5px 0 rgb(206 206 206 / 20%);
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    height: 200px;
}

.blogPost .image img {
    width: 100%;
    height: 100%;
}

.blogPost .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    height: 69px;
}

.blogPost .title a {
    color: #333
}

.blogPost .descr {
    font-weight: 300;
    text-align: justify;
    color: #444;
    line-height: 1.8;
    font-size: 14px;
    height: 110px;
}

.blogPost .more {
    background-color: #e2d8ff;
    position: relative;
    padding: 5px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 14px;
}

.blogPost .more .date {
    color: #7d11cd;
    display: block;
}

.blogPost .more .linkmore {
    color: #7d11cd;
}

/*
------------------------------------------------------------------------------
###### --- header desktop
------------------------------------------------------------------------------
*/
.header-desktop {
    margin: 20px 0 0;
}

.logo {
}

.logo img {
    display: inline-block;
    width: 66px;
}

.logo .logo-text {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 2px;
}

.logo .logo-title a {
}

.logo .logo-title {
    font-weight: bold;
    font-size: 1.6rem;
    background-color: #002d7d;

    /* Create the gradient. */
    background-image: linear-gradient(96deg, #3f51b5, #03a9f4);

    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;

    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo .logo-descr {
    font-weight: 300;
    color: #555;
    font-size: .9rem;
}

.logo .logo-descr a {
    color: #555
}

.search {
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 15px #ececec;
    border-radius: 45px;
    padding: 3px 5px;
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #ddd;
}

.search .search-input {
    padding: 15px;
    border: 0;
    border-radius: 40px;
    width: 100%;
    display: block;
}

.search .search-input:focus {
    border: 0;
    outline: none;
}

.search .search-input::placeholder {
    color: #999;
}

.search .select-flag {
    display: block;
    border-radius: 40px;
    box-shadow: 0 5px 20px 0 rgba(3, 118, 253, 0.15);
    background-image: linear-gradient(75deg, #0175d1 2%, #03c8f4 123%);
    color: #fff;
    padding: 10px 15px;
    transition: 0.5s;
    position: absolute;
    left: 5px;
    top: 8px;
}

.search .select-flag:hover {
    background-image: linear-gradient(75deg, #03c8f4 3%, #0175d1 99%);
}

.account {
    text-align: center;
    margin-top: 10px;
}

.linkaccount {
    border: 1px solid #006fc1;
    padding: 8px 15px;
    border-radius: 4px;
    transition: 0.5s;
    color: #ffffff;
    background: #008aff;
}

.linkaccount:hover {
    color: #fff;
    background: #0175d1;
    border-color: #0175d1;
}

.loginlink {
    color: #607d8b;
    display: block;
    line-height: 1;
    vertical-align: middle;
}

.loginlink:hover {
    color: #0376fd;
}

.loginlink i {
    font-size: 14pt;
    line-height: 1;
    vertical-align: sub;
}

.menu-desktop {
    border: 1px solid #fafafa;
    margin-top: 10px;
    padding: 15px;
    background: #fafafa;
    border-radius: 7px;
    margin-bottom: 15px;
}

.menu-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-desktop ul li {
    display: inline-block;
    margin-left: 15px;
}

.menu-desktop ul li a {
    color: #000000;
}

.menu-desktop ul li a:hover {
    color: #000000;
}

.instagram {
}

.telegram {
}


/*
------------------------------------------------------------------------------
###### --- Home banner slider
------------------------------------------------------------------------------
*/

.home-slider-banner {
    /*background: 002d7d;*/
    /*background-image: linear-gradient(71deg,#0096ab, #002d7d 99%);*/
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #1269d1 url(../images/bg-medical-pichi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.title-home-banner {
    text-align: center;
    color: white;
    line-height: 2;
    z-index: 9;
    text-shadow: -1px 2px 4px #000000bf;
}

.title-home-banner h1 {
    font-weight: bold;
    font-size: 3rem;
}

.title-home-banner p {
    font-weight: 300;
    color: #ffffffcf;
    font-size: 1.4rem;
}


#particles-js {
    width: 100%;
}

.particles-js-canvas-el {
    position: absolute
}

@media (min-width: 768px) and (max-width: 1025px) {
    .menu-desktop ul li a {
        font-size: 13px
    }

    .menu-desktop ul li {
        margin-left: 7px
    }

    .search .search-input {
        width: 65%;
        font-size: 13px;
    }

    .search .select-flag {
        font-size: 14px
    }

    .logo img {
        width: 50px;
    }

    .logo .logo-title {
        font-size: 1.3rem;
    }

    .logo .logo-descr {
        font-size: 8px
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .search .search-input {
        width: 75%;
    }

    .drcardvisit .details .name {
        font-size: 14px;
    }
}

.info-box-home {
    text-align: center;
    padding: 40px;
}

.info-box-home img {
    width: 100%;
    display: block;
    /*height: 230px;*/
}

.info-box-home .title {
    color: #0175d1;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 30px;
    font-size: 1.2rem;
}

.info-box-home .descr {
    color: #555555;
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.7;
    font-size: 14px;
}

/*
    home last doctorx
*/
.home-last-doctors {
    background: #072331 url(../images/bg-drhome.png) no-repeat;
    /*background: linear-gradient(260deg, rgba(77,181,232,1) 0%, rgba(0,162,255,1) 100%);*/
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.home-last-doctors h2.title {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.main-block-white {
    padding: 50px 0;
}

.main-block-white h2.title {
    color: #0175d1;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 18pt;
}

/*
home - مراکز درمان صفحه اول
*/
.home-marakez-darman {
    /*background-image: linear-gradient(to left, #4db5e8, #34bfea, #13c9ea, #00d2e6, #0cdadf);*/
    background: #4db5e8 url("../images/bgdrplus-pichi.png") no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    padding: 50px 0;
}

.home-marakez-darman h2.title {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 18pt;
    text-shadow: #00000057 -1px 2px 1px;
    border-bottom: 5px solid #c5f0ff;
    display: inline-block;
    padding-bottom: 8px;
}

.home-banner-b {
    padding: 50px 0 0;
    position: relative;
}

/*
    footer
*/
.footer {
    position: relative;
    overflow: hidden;
    float: right;
    width: 100%;
}

.abi {
    padding: 15px 0;
    /* background-image: linear-gradient(to left, #2fc6e4, #33c2e6, #3bbee7, #43b9e8, #4db5e8); */
    background: #0175C9;
}

.linkfootertop {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.linkfootertop li {
    display: inline-block;
    margin-left: 15px
}

.linkfootertop li a {
    color: #fff
}

.lastfooter {
    position: relative;
    background: #eee;
    color: #000;
    padding: 15px 0;
}


.footer-blog {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    float: right;
    width: 100%;
}

.footer-blog h3 {
    font-size: 20px;
    margin: 15px;
}

.footer-blog .lastnews {
    float: right;
    width: 100%;
    position: relative;
    display: block;
    /* margin: 10px 0; */
    transition: 0.5s;
    padding: 10px 10px 5px;
    border-radius: 10px;
    overflow: hidden;
}

.footer-blog .lastnews:hover {
    background-color: rgba(255, 255, 255, 0.78)
}

.footer-blog .lastnews .image {
    float: right;
    width: 65px;
    box-shadow: 0 2.5px 7.5px 0 rgb(0 0 0 / 13%);
    border-radius: 10px;
    overflow: hidden;
    margin-left: 10px;
}

.footer-blog .lastnews .image img {
    width: 100%;
}

.footer-blog .lastnews .matlab {
}

.footer-blog .lastnews .matlab h4 {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.footer-blog .lastnews .matlab h4 a {
    color: #000;
    transition: 0.5s;
}

.footer-blog .lastnews .matlab h4 a:hover {
    color: #480088;
}

.footer-blog .lastnews .matlab .date {
    color: #02020275;
    font-size: 13px;
}

.nemad {
}

.nemad img {
    width: 100%;
}

.appdw {
}

.appdw img {
    width: 100%;
    height: 60px;
}

.social-footer {
    margin: 0;
    padding: 0;
}

.social-footer li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    transition: all .25s ease;
}

.social-footer li a {
    color: #003594;
    font-size: 28pt;
    line-height: 1;
    vertical-align: middle;
}

.social-footer li:hover {
    transform: translateY(-8px);
}

.footer-question {
}

.footer-question h3 {
    font-size: 20px;
    margin: 1px 0 7px;
    color: #e91e63;
    line-height: 1.8;
}

.footer-question .question-box {
    box-shadow: 0 2.5px 7.5px 0 rgba(17, 98, 205, 0.2);
    background-image: linear-gradient(63deg, #0175d1 2%, #02C8F4 99%);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 12px;
}

.footer-question .question-box .title {
    color: #fff;
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    font-weight: bold;
}

.footer-question .question-box .reply-box {
    background: #fffffff5;
    padding: 15px;
    margin-top: 10px;
    border-radius: 6px;
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}

.scroll-question {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 387px;
}

.cardbtn {
    display: flex;
    flex-wrap: wrap;
}

.zonelilink {
    border: 1px solid #007bff !important;
    flex: 0 0 109px;
    float: none;
    /*margin-left: .75em;*/
    /*margin-right: .75em;*/
    width: 107px;
    height: auto;
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 0 transparent;
    display: -ms-flexbox;
    /* display: flex; */
    /* flex-direction: column; */
    max-width: 100%;
    min-height: 0;
    padding: 0;
    position: relative;
    margin: .5em .3em;
    text-align: center;
    transition: box-shadow .1s ease, -webkit-transform .1s ease;
    transition: box-shadow .1s ease, transform .1s ease;
    transition: box-shadow .1s ease, transform .1s ease, -webkit-transform .1s ease;
    color: #007bff !important;
    font-size: 11px !important;
    font-weight: bold !important;
    cursor: pointer;
    line-height: 28px;
}

.zonelilink:hover {
    background-color: #007bff !important;
    color: #fff !important;
}

.zonelilink:hover a {
    color: #fff !important;
}

@media (max-width: 639px) {
    .entekhab {
        margin-top: 50px;
        font-size: 13pt;
    }

    .backbtn {
        float: none !important;
        margin-top: 20px;
        width: 100%;
    }

    .selectzone_sidebar {
        text-align: justify;
        padding: 15px !important;
    }
}

@media (max-width: 320px) {
    .zonelilink {
        flex: 0 0 128px;
    }
}

@media (min-width: 321px) and (max-width: 360px) {
    .zonelilink {
        flex: 0 0 96px;
    }
}

@media (min-width: 361px) and (max-width: 375px) {
    .zonelilink {
        flex: 0 0 100px;
    }
}

@media (min-width: 376px) and (max-width: 411px) {
    .zonelilink {
        flex: 0 0 100px;
    }
}

@media (min-width: 376px) and (max-width: 425px) {
    .zonelilink {
        flex: 0 0 113px;
    }
}

.modal-header {
    background: linear-gradient(90deg, rgba(17, 98, 205, 1) 0%, rgba(78, 180, 232, 1) 100%);
    box-shadow: 0 3px 6px -3px rgba(17, 98, 205, 1);
}

.modal-title {
    font-size: 1rem;
    color: #fff;

}

.loginlinkdiv {
    margin-left: 25px;
    margin-top: 12px;
}


.modal-header .close {
    color: #fff;
}

.mainbody {
    min-height: 500px;
    float: right;
    width: 100%;
    padding-bottom: 30px;
}

.khatmainbody {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

.box-title {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    margin-bottom: 10px;
}

.p-15 {
    padding: 15px !important;
}

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

.card-header {
    font-weight: bold
}

.blueinput {
    border-color: #1162cd;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .nemad {
        text-align: center;
        margin: 15px 0;
    }

    .nemad img {
        width: auto;
    }

    .appdw {
        text-align: center;
    }

    .appdw img {
        width: auto;
        height: auto;
    }
}

@media (max-width: 425px) {
    .nemad {
        text-align: center;
        margin: 15px 0;
    }

    .nemad img {
        width: auto;
    }

    .appdw {
        padding: 0 15px;
        text-align: center;
    }

    .appdw img {
        width: 100%;
        height: auto;
    }
}

.visible-1024 {
    display: none
}

@media (min-width: 1024px) {
    .visible-1024 {
        display: block
    }
}

.visible-mobile {
    display: none
}

.visible-desktop {
    display: block;
}

.visible-mobile {
    display: none;
}

.visible-768 {
    display: none;
}

@media (max-width: 425px) {
    .visible-mobile {
        display: block
    }
}

@media (max-width: 768px) {
    .visible-768 {
        display: block;
    }
}

@media (max-width: 767px) {
    .visible-mobile {
        display: block
    }

    .visible-desktop {
        display: none;
    }
}

.header-mobile {
    display: none;
}

@media (max-width: 767px) {
    .header-mobile {
        display: block;
        padding: 15px 0;
    }

    .title-home-banner h1 {
        font-size: 1.8rem;
    }

    .title-home-banner p {
        font-size: 0.9rem;
    }

    .home-slider-banner {
        height: 300px;
        overflow: unset;
    }

    .info-box-home {
        padding: 15px;
    }

    .home-last-doctors h2.title, .main-block-white h2.title {
        font-size: 1rem;
    }

    .blogPost .title {
        font-size: 14px;
    }

    .blogPost .descr, .footer-question .question-box .reply-box {
        font-size: 12px;
    }

    .linkfootertop li a {
        font-size: 14px
    }

    .footer-blog .lastnews .matlab h4, .footer-question .question-box .title {
        font-size: 14px
    }
}

.header-mobile .logo {
    text-align: center;
}

.header-mobile .logo img {
    width: 50px;
}

.header-mobile .logo .logo-text {
    margin-right: 4px;
    margin-top: 0;
}

.header-mobile .logo .logo-text .logo-title {
    font-size: 1.4rem;
}

.header-mobile .logo .logo-text .logo-descr {
    font-size: 10px;
}

.header-mobile .menu-mobile {
    line-height: 1;
    display: block;
    text-align: right;
}

.header-mobile .menu-mobile i {
    font-size: 24pt;
    line-height: 1;
    margin-top: 8px;
    display: block;
    color: #4f4f4f;
}

.header-mobile .accoumt-mobile {
    border: 0;background: #fff;}

.header-mobile .accoumt-mobile i {
    font-size: 24pt;
    line-height: 1;
    margin-top: 8px;
    display: block;
    color: #4f4f4f;
}

.dropdownaccountmobile {
}

.accoumt-mobile:before {
    content: none !important;
}

.owl-prev {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 30%;
    display: block !important;
    background: #1162CD !important;
    color: white !important;
    margin: 0 !important;
    margin-right: -55px !important;
    line-height: 1.1 !important;
    border-radius: 100% !important;
    font-size: 32pt !important;
}

.owl-next {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 30%;
    display: block !important;
    background: #1162CD !important;
    color: white !important;
    margin: 0 !important;
    left: -55px !important;
    line-height: 1.1 !important;
    border-radius: 100% !important;
    font-size: 32pt !important;
}

.owl-prev i, .owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}

.footerlinkmodal a {
    font-size: 14px;
}

.blogbody {
}

.blogbody .khatmainbody {
    margin-bottom: 0
}

.filter-search {
    text-align: center;
    padding-bottom: 4px;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 10px;
    border: 1px solid #dcedfa;
    padding-top: 4px;
    background: #f8fcff;
    border-radius: 4px;
}

.form-group .box-title {
    padding-top: 0;
    color: #0f72d5;
}

.pushy-submenu .logo {
    padding: 15px 10px;
    text-align: right;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}

.pushy-submenu .logo img {
    width: 54px
}

.pushy-submenu .logo .logo-text {
    margin-right: 0
}

.pushy-submenu .logo .logo-title {
    font-size: 1.4rem;
    text-align: right
}

.pushy-submenu .logo .logo-descr {
    text-align: right;
    font-size: 0.6rem
}

@media (min-width: 1200px) {
    .imagebimarestan {
        float: right;
        width: 150px;
        margin-left: 15px;
    }

    .detalsbimarestan {
        /* margin-right: 15px; */
        /* float: right; */
    }

    .detalsbimarestan .name {
        margin: 4px 0 10px;
    }

    .detalsbimarestan .special {
        margin-bottom: 0;
    }

    .detalsbimarestan .special span {
        font-size: 12px;
    }

    .morebimarestan {
        float: right;
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 1023px) and (max-width: 1200px) {
    .imagebimarestan {
        width: 100px !important;
    }

    .imagebimarestan {
        float: right;
        width: 150px;
        margin-left: 15px;
    }

    .detalsbimarestan {
        /* margin-right: 15px; */
        /* float: right; */
    }

    .detalsbimarestan .name {
        margin: 4px 0 10px;
    }

    .detalsbimarestan .special {
        margin-bottom: 0;
        height: 56px;
        overflow: hidden;
    }

    .detalsbimarestan .special span {
        font-size: 12px;
    }

}


.drpostcard {
    box-shadow: 0 2.5px 7.5px 0 rgba(17, 98, 205, 0.2);
    border-radius: 7px;
    padding: 16px;
    background-color: #fff;
    position: relative;
    height: 168px;
    display: flex;
    margin-bottom: 15px;
}

.post-card-body {
    min-width: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.post-card-title {
    color: rgba(0, 0, 0, .87);
    font-weight: 500;
    font-size: 1rem;
    line-height: 28px;
    height: 56px;
    margin-bottom: auto;
    overflow-wrap: break-word;
    overflow: hidden;
}

.post-card-special {
    overflow-wrap: break-word;
    line-height: 24px;
    color: rgba(0, 0, 0, .56);
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.post-card-clinic {
    overflow-wrap: break-word;
    line-height: 24px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #888;
}

.post-card-image {
    position: relative;
    width: 136px;
    height: 136px;
    flex: 0 0 136px;
    margin-right: 4px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 4px;
}

.post-card-image-block {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    padding-bottom: 100%;
}

.post-card-image-block img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.linkpostcard:hover .post-card-title, .linkpostcard:hover .post-card-clinic {
    color: #005ec7;
}

.linkpostcard:hover .drcardvisit {
    box-shadow: 0px 10px 30px rgba(17, 98, 205, 0.2);
}

.post-card-special .special {
    display: block;
}

.post-card-special .special span {
    /* padding: 2.5px 7px 1.5px 5.5px; */
    border-radius: 12px;
    /* box-shadow: 0 2.5px 7.5px 0 rgba(17, 98, 205, 0.2); */
    border: solid 0.5px #859ba9;
    background-color: #fff;
    color: #859ba9;
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    margin-left: 2px;
    padding: 2px 7px;
    margin-bottom: 4px;
}

.post-card-special .special span.plus {
    background: #1362cd;
    color: #fff;
    border: 0;
}

.doctorimageprofile {
    position: relative;
    width: 136px;
    height: 136px;
    flex: 0 0 136px;
    margin-right: 4px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 4px;
}

.pictureprofiledr {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
}

.pictureprofiledr img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.bestheaderuserprofile {
    color: #1976D2;
    background: #fff;
    line-height: 1;
    border-radius: 100%;
    font-size: 18pt;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
}

.linkdrcardvisit:hover > a.btn {
    border-radius: 20px;
}


.search-mobile-div {
    width: 90%;
    display: block;
    position: relative;
    right: 1px;
    top: 0px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
    margin-bottom: 20px;
}

.search-mobile-div .search {
    box-shadow: none;
    border-radius: 5px;
}

.search-mobile-div .search .search-input {
    padding: 13px;
    font-size: 12px;
}

.search-mobile-div .search .select-flag {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 5px;
}

@media (max-width: 500px) {
    .title-home-banner {
        margin-top: 25px;
    }
}

.resfastsearch {
    box-shadow: none;
    margin: 0;
    cursor: pointer;
}

.resfastsearch:hover {
    box-shadow: 0px 10px 30px #86868633;
}

.bottom-border {
    background: url(../nopardaz/images/sep.png) no-repeat scroll center center;
    padding: 10px 0 5px;
    width: 100%;
}

.resfastsearch .image {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
}

.resfastsearch .details .name {
    font-size: 13px;
}

.resfastsearch .details .special {
    margin: 3px 0;
}

.box_show_result {
    overflow-x: hidden;
    overflow-y: scroll;
}

.inputsearchplace {
    border-color: #027bfe;
}

.input-group-prepend i {
    line-height: 1
}

@media (max-width: 767px) {
    .blogPost .image, .blogPost .title, .blogPost .descr {
        height: auto
    }

    .blogPost .image img {
        height: auto
    }
}


.overlaysliderbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(150deg, #004e919e 10%, #03c8f4c7 100%);
    background-image: -webkit-linear-gradient(150deg, #004e919e 10%, #03c8f4c7 100%);
    background-image: -ms-linear-gradient(150deg, #004e919e 10%, #03c8f4c7 100%);
}


.title_spoiler {
    color: #636363;
    background-color: #f2f2f2;
    border: 1px dotted #bebebe;
    font-weight: bold;
    padding: 5px;
}

.text_spoiler {
    color: #757575;
    background-color: #f2f2f2;
    border: 1px dotted #bebebe;
    border-top: 0;
    text-align: justify;
    padding: 5px;
}

.language-markup {
    direction: ltr;
    background: #eee;
    border: 1px solid #ddd;
    text-align: left
}


/* OWL MAIN
    ------- owl main
*/
/* Feel free to change duration  */
.animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#owl-main {
    text-align: center;
    cursor: default;
    height: 100%;
}

#owl-main .item {
    height: 100%;
    border-radius: 0 5px 5px 0;
    margin-bottom: 0;
}

#owl-main .owl-nav {
    display: block;
    position: static;
    /*margin-top: -47px;*/
    width: 100%;
}

#owl-main .owl-prev, #owl-main .owl-next {
    bottom: 0;
}

#owl-main .owl-next {
    left: 0 !important;
    border-radius: 0px 3px 3px 0px;
}

#owl-main .owl-prev {
    right: 0px;
    border-radius: 0px 3px 3px 0px;
}

#owl-main .owl-prev, #owl-main .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 50px;
    font-size: 21px !important;
    background-color: #ffffff !important;
    border: none;
    margin: auto !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
    color: #333 !important;
    border-radius: 0 !important;
}

#owl-main:hover .owl-prev {
    right: 0;
    opacity: 0.8;
}

#owl-main:hover .owl-next {
    left: 0 !important;
    opacity: 0.8;
}

#owl-main .item .caption {
    color: #fff;
    left: 4%;
    position: absolute;
    top: 30%;
    z-index: 100;
    padding-left: 3%;
    text-align: right;
}

#owl-main .item .caption .slider-header {
    font-family: 'iransans-medium', sans-serif;
    font-size: 26px;
    /* font-weight: 700; */
    text-transform: uppercase;
    letter-spacing: normal;
}

#owl-main .item .caption .big-text {
    font-size: 58px;
    line-height: 50px;
    font-family: 'damavand', sans-serif;
    padding: 0 25px;
    background: #bbbbbb;
    color: #fff;
    font-weight: 800;
    letter-spacing: -2px;
    text-transform: uppercase;
}

#owl-main .item .caption.bg-color .big-text {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    color: #fff;
}

#owl-main .item .caption .excerpt, #owl-main .item .caption .small {
    font-size: 18px;
    /* line-height: 50px; */
    margin-top: 10px;
    font-family: 'iransans', sans-serif;
    padding-left: 23px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
}

#owl-main .item .caption.bg-color .excerpt, #owl-main .item .caption.bg-color .small {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
}

#owl-main .item img {
    border-radius: 7px;
}

.owl-carousel .owl-item img
#owl-main .btn-primary {
    border-radius: 5px;
    padding: 12px 25px 10px 25px;
    background: #ed4053;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px #d13648 solid;
    transition: all linear 0.2s;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-color: #d13648;
}

.chosen-container-single .chosen-single {
    height: 38px !important;
    padding: .375rem .75rem !important;
}

@media (max-width: 480px) {
    .col-maincategory {
        padding-left: 10px;
        padding-right: 10px;
    }

    .maincategory .name {
        font-size: 12px !important;
    }

    .maincategory .img {
        width: 38px !important;
        height: 38px !important;
    }
}

.maincategory {
    text-align: center;
    transition: 0.5s;
    border: 1px solid #dde2eb;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 5px 9px 10px;
    box-shadow: 0 5px 10px 0 rgb(59 102 135 / 10%);
}

.maincategory img {
    display: block;
    width: 48px;
    height: 48px;
    /* border-radius: 99px; */
    text-align: center;
    margin: 5px auto;
}

.maincategory .name {
    display: block;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.8;
    font-size: 15px;
    color: #004f89;
    margin-top: 10px;
}

.section-iconcategory {
    float: right;
    width: 100%;
    margin: 20px 0;
}

.maincategory:hover {
    background: #eaf3ff;
}

.banner-div-main {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f7f7f7;
    margin: 0;
    padding: 20px 0;
}

.bannerhome_a img {
    max-height: 200px;
}

.discountForm {
    background: #f9f9f9;
    padding: 17px 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 10px #0000001c;
    border: 1px solid #ddd;
    float: left;
    width: 70%;
}

.discountForm label {
    font-size: 13pt !important;
    color: #ff5722 !important;
    font-weight: bold;
}

.discountForm span.help {
    color: #009bae !important;
    font-size: 11px;
    float: left;
    text-align: left;
}

.input-timepicker {
    padding: 2px 5px;
    width: 80px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.timedivmon {
    font-size: 12px;
}

.timedivmon span {
    padding-left: 8px;
    font-weight: bold;
}

.timedivmon span.pr {
    padding-right: 8px;
}

.timedivmon span.mw {
    min-width: 83px;
    display: inline-block;
}

.shiftfm {
    font-size: 12px;
    margin: 5px;
}

.shiftfm input[type=checkbox], input[type=radio] {
    margin-left: 4px;
}


.bime_box {
}

.bime_box .title {
    color: #47179b;
    font-weight: bold;
    margin-bottom: 20px;
}

.bimeradio {
}

.card__blue {
    border-color: #027bfe;
    box-shadow: 0px 0px 14px #2296f378;
}

.card__blue .card-header {
    background: #2196f3;
    background: linear-gradient(45deg, #047afd, #005bbe);
    color: white;
}

.card__green {
    border-color: #31A732;
    box-shadow: 0px 0px 14px #4caf5057;
}

.card__green .card-header {
    background: #31A732;
    background: linear-gradient(45deg, #129218, #14b81a);
    color: white;
}

.help-block {
    margin: 0;
    padding: 10px;
    color: #273d4c;
    background: #e0f2ff;
    border: 2px solid #4c9fdf;
    display: inline-block;
    border-radius: 9px;
}

#TimeOrderMoshavere {
    display: none;
    margin: 10px 0;
    padding: 14px;
    background: #e6ffd3;
    border-radius: 6px;
}

.sartitle-narnji {
    background: #ff6435;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: white;
}

.tdprice {
    color: #cc0000;
    font-weight: bold;
    font-size: 14px;
}

.button__small {
    font-size: 11px;
    padding: 4px 5px;
}

table.program thead th {
    color: #fff;
    background-color: #607d8b;
    border-color: #607d8b;
    font-size: 13px !important;
    padding: 7px;
    font-weight: bold;
}

table.program tbody td {
    font-size: 13px !important;
    padding: 7px;
}

.t_deactive {
    background-color: #f7cec4 !important;
}

.bold {
    font-weight: bold
}

.table-tariffms tr td {
    cursor: pointer
}

.linkaccount i {
    float: right;
    font-size: 18px;
    margin-left: 6px;
    margin-right: -4px;
}

.linkaccount .caret {
}

.linkaccount:before {
}

.linkaccount:before {
    content: '\f0d9' !important;
    font-family: 'FontAwesome';
    border: 0 !important;
    margin: 0 !important;
    float: left;
    margin-right: 8px !important;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;

    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.card.primary {
    border-color: #2196f3;
}

.card.primary .card-header {
    background-color: #2196f3;
    color: white;
}

.post-card-image.smallsize {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
}

.post-card-title.smallsize {
    height: auto;
    margin-bottom: 4px;
}

.drpostcard.smallsize {
    height: auto;
    padding: 9px 12px;
    background: #fafafa;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2.5px 0 rgb(135 135 135 / 20%);
    margin-bottom: 7px;
    transition: 0.5s;
}

.post-card-special.smallsize {
    font-size: 12px;
    color: #969696;
}

.header-titlehm {
    color: #045ec7;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 16px;
    font-size: 18px;
    border-bottom: 2px solid;
    padding-bottom: 9px;
    display: inline-block;
    letter-spacing: .5px;
}

.drpostcard.smallsize:hover {
    background-color: #fff;
    border-color: #045ec7;
}

.total_sales {
    margin-bottom: 10px;
}

.total_sales .badge {
    font-size: 13px;
    padding: 6px 5px;
}

.form-control {
    font-size: 13px
}

.form-group {
    margin-bottom: 10px
}

.search_logs {
    background: #eee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

.search_logs .form-group label {
    font-weight: 500;
    margin-bottom: 4px;
}

.badgelarge {
    font-size: 13px;
    padding: 6px 5px;
}


table caption.nobatdehi {
    background: #0d47a1;
}

table caption.moshavere {
    background: #6c3f6e;
}

.moshaveretozih {
    color: #555;
    line-height: 2;
    font-weight:300;
    text-align: justify;
    font-size: 12px;
    background: #ffe6e6;border-radius: 7px;padding: 15px 20px;}

.moshaveretozih p {
    margin-bottom: 5px;
}

.moshaveretozih .subj {
    color: #dc2a1d;
    font-weight: 500;
    font-size: 14px;
}

.moshaveretozih span.pink {
    color: deeppink
}

.moshaveretozih ul {
    list-style: none;
    margin-right: 20px;padding-right: 0;}

.moshaveretozih li {
    color: #434343;
    border-bottom: 1px solid #bfbfbf5e;
    padding: 3px 0;
}
.moshaveretozih li:last-child{border:0}
.moshaveretozih{margin-bottom: 15px}
.ui-state-default, .ui-widget-content .ui-state-default{text-align: center}
.drcardvisit.full_div {
    display: block;
}
.drcardvisit.full_div .image {
    flex: none;
    margin: 0 auto 10px;
}

.drcardvisit.full_div .details {
    display: block;
    text-align: center;
}
.term_moshavere{line-height: 1.8;background: #eee;padding: 15px;border-radius: 5px;}
.term_moshavere h2{color: #aa0000;font-size: 1.2rem;line-height: 1.8;margin-bottom: 10px;}
.term_moshavere ol{padding-right: 20px;}
.term_moshavere li{font-weight: 200; text-align: justify;border-bottom: 1px solid #666;list-style: auto;}
.contact-info {
    font-size: 10pt;
    font-weight: 300;
    color: #00;
    line-height: 2;
}


.footerimglogo {
    width: auto;
    text-align: right;
    display: block;
    height: 66px;
    max-height: initial;
    padding: 0;
    margin-bottom: 15px;
}


.accordionCard{
    padding: 0 6px;
}
.accordionCard .card-header{
    padding: 0;
    background: transparent;
    border: 0;
    margin: 0;
}
.accordionCard .card-header h2{
    padding: 0;
    line-height: 1;
}
.accordionCard .card-header button{
    font-size: 13px;
    padding: 0;
    color: #009688;
}
.nopardaz_Pagination ul {
    padding: 0 !important;
    margin: 0
}
.pagination {
    display: inline-block;
    padding-right: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-right: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:focus, .pagination > li > a:hover {
    background-color: #edf1f2;
    border-color: #ddd;
}