@charset "UTF-8";

body {
    font-family: "IRANSans", tahoma;
    font-weight: normal;
    direction: rtl;
    background: #fff;

    font-size: 14px;
}

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: #FFFFFF;
    box-shadow: 0 1.5px 7.5px 0 rgb(150 150 150 / 17%);
    border-radius: 4px;
    /* height: 168px; */
    display: flex;
    border: 1px solid #ddd;
}

.drcardvisit.full_div {
    display: block;
}

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

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

.drcardvisit .image {
    /*width: 150px;*/
    position: relative;
    /*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    overflow: hidden;
    width: 136px;
    height: 136px;
    flex: 0 0 136px;
    margin-right: 4px;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-left: 15px;

}

.drcardvisit.full_div .image {
    flex: none;
    margin: 0 auto 10px;
}

.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: 76%;
    z-index: 9;
}

.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.full_div .details {
    display: block;
    text-align: center;
}

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

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

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

.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: 80px;
        margin: 0 auto;
        /*    border-radius: 100%;  */
        flex: 0 0 80px;
        height: 80px;
    }

    .drcardvisit .image .img {}

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

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

    .drcardvisit .details {
        margin-top: 0;
        margin-right: 10px;
    }

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

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

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

    .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: #efefef;
    position: relative;
    padding: 5px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 14px;
}

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

.blogPost .more .linkmore {
    color: #1154cd;
}

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

.logo {
    display: flex;
}

.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.5rem;
    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;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.logo .logo-descr {
    font-weight: 300;
    color: #8c8c8c;
    font-size: .8rem;
}

.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 #a5a5a5;
    padding: 10px 15px;
    border-radius: 40px;
    transition: 0.5s;
    color: #5a5a5a;
}

.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 {
    margin: 15px 0;
    background: #f7f7f7;
    border-radius: 10px;
}

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

.menu-desktop ul li {
    display: inline-block;

    padding: 10px;
}

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

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

.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: .85rem;
    }

    .menu-desktop ul li {
        margin-left: 0;
        padding: 10px 6px;
    }

    .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;
    margin-bottom: 8px;
}

/*
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%;
    /*border-top: 2px solid #444;*/
    margin-top: 20px;
    background-color: #f7f7f7;
}

.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: 16px;
}

.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: 15px;
    border-radius: 10px;
    overflow: hidden;
}

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

.footer-blog .lastnews .image {
    float: right;
    width: 100px;
    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: 16px;
    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;
    display: flex;
    gap: 10px;
}

.social-footer li {
    list-style: none;
    transition: all .25s ease;
    background: white;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 2px;
}

.social-footer li a {
}

.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;
    }
}
.only-mobile{display: block;}
@media (max-width: 768px) {
    .only-mobile {
        display: none !important;
    }
}
.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 {}

.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: 10px 10px 10px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}

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

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

.pushy-submenu .logo .logo-title {
    font-size: 1.2rem;
    text-align: center
}

.pushy-submenu .logo .logo-descr {
    text-align: center;
    font-size: 0.8rem
}

@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: #0068db
}

.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: #673ab7;
    border-color: #572aa5;
    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
}

.tozihbestdrvet {
    margin-bottom: 40px;
    position: relative;
    display: block;
    text-align: center;
}

.tozihbestdrvet:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75px;
    height: 5px;
    background-color: #0f61db;
}

.tozihbestdrvet h2 {
    font-weight: 500 !important;
    color: #383838 !important;
    font-size: 1.4rem !important;
    line-height: 1.4 !important;
    font-weight: bold;
}

.tozihbestdrvet p {
    font-size: 13px;
    color: #5f5f5f
}

.nav-menu-item {
    position: relative;
    transition: 0.3s;
}

.menu-desktop ul li:hover {
    background: #eee;
}

.nav-menu-item:hover .nav-submenu {

    height: auto;
    opacity: 1;
    transition: height 0ms 0ms, opacity 400ms 0ms;
}

.nav-submenu {
    box-shadow: inset 0px 3px 4px -2px #0000003b;
    position: absolute;
    right: 0px;
    top: 100%;
    width: 200px;
    background: #eeeeee;
    border-radius: 0 0 10px 10px;
    padding: 10px !important;
    line-height: 1.8;
    font-size: 13px;
    border: 1px solid #ddd;
    z-index: 999;
    border-top: 0;

    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0ms 200ms, opacity 200ms 0ms;
}

.menu-desktop .nav-submenu li {
    padding: 3px 5px !important;
    display: block;
}

.icon-image-menu {
    width: 18px;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
}

.bg-instagram {
    background-image: linear-gradient(266deg, #283cbc, #8127a1 35%, #b72674 68%, #d7593c);
}

.social {
    margin-top: 15px;
}

.social {
    width: 210px;
    height: 45px;
    text-align: center;
    border-radius: 9px;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    line-height: 45px;
}

.bg-instagram {
    background-image: linear-gradient(266deg, #283cbc, #8127a1 35%, #b72674 68%, #d7593c);
}

.social img {
    width: 40px;
    height: auto;
    padding-right: 3px;
    padding-top: 3px;
    margin-left: 0 !important;
}

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


.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-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 !important;
}

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

.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
}

.div-tb-clear {
    clear: both;
    margin: 50px auto 0;
    border-bottom: 1px solid #ddd;
}

.home_video h1 {
    font-weight: bold;
    color: #0c80ef;
    line-height: 1.8;
    font-size: 22pt;
}

.home_video .content {
    line-height: 1.8;

    color: #404040;
    font-size: .97rem;
    font-weight: 300;
    text-align: justify;
}

.home_video .content p {

    font-size: .97rem;
    font-weight: 300;
    text-align: justify;
}

.home_video .content li {
    list-style: inside;
    padding-right: 20px;
}

.videobox {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%);
    margin: 10px;
    position: relative;
}

.videobox video {
    width: 100%;
}

.flickity-spacing-matab-list {

    padding: 0 15px 30px 7px;
    cursor: auto;
}

.matabitems {
    width: 100%;
    margin-right: 0;
    min-height: auto;
    margin-top: 28px;
    cursor: auto;
    display: inline-block;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -o-transition: all .25s ease;
    border-radius: 25px;
    padding: 12px;
    background-color: #fff;
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    position: relative;
}

.matabitems .image {
    display: block;
    position: relative;
    padding: 5px;
    float: none;
    z-index: 999;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

.matabitems img {
    -ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    border: 2px solid #fff;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    /* border-radius: 100%; */
    max-width: 100%;
}

.matabitems .info {
    margin: 5px 0 20px;
    min-height: 100px;
}

.matabitems .info .name {}

.matabitems .info .name {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.7;
}

.matabitems .info .spec {
    text-align: center;
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.7;
}

.matabitems .info .cities {
    font-weight: 400;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 13px;
}

.matabitems .btngo {
    text-align: center;
    display: block;
    margin-bottom: 14px;
    width: 100%;
}

.matabitems .button-daryaft {
    border-radius: 20px;
    color: #ffffff;
    background: #1062cd;
    border: 1px solid #1062cd;
    height: 40px;
    padding: 7px 15px;
    font-size: 14px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.matabitems .button-daryaft:hover {
    background-color: #fff;
    color: #1062cd;
    border-color: #1062cd;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.drbtn-primary.green {
    border: 0;
    background-color: #07c117 !important;
    background: linear-gradient(90deg, #17d52a 0%, #04c117 100%);
    box-shadow: 0 3px 6px -3px #009010;
    color: #fff !important;
}






@media (max-width: 767px) {
    .doctorimageprofile {
        width: 100px !important;
        height: auto !important;
        flex: 0 0 100px !important;
    }
}

@media (max-width: 768px) {
    .ratingbox .br-theme-bootstrap-stars .br-widget {
        text-align: center !important;
    }

    .profile-doctor .bgoverly {
        height: 100% !important;
    }

    .ratingbox {
        margin: 20px auto 0;
        text-align: center;
    }

    .res_rating {
        display: inline-block;
    }

    .sectionRegister {
        padding: 0;
    }

    .registration-text {
        padding: 0;
    }
}

/*.doctorimageprofile img {*/
/*    height: 100%;*/
/*}*/



.nobatdehitag {
    position: relative;
    left: 0;
    top: 0;
    padding: 2px 6px;
    background-color: #1e65e9;
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
}

.moshaveretag {
    position: relative;
    left: 0;
    top: 0;
    padding: 2px 6px;
    background-color: #2faf09;
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
}

.btngroupicon {


    position: relative;
}
.btngroupicon:before{
    top: 0;content: "";
    width: 45px;height: 100%;background: #00000059;position: absolute;right: 0;}
.btngroupicon:after{
    content: "";
    box-shadow: inset -42px 0 0 0px #00000054;
}

.btngroupicon i {
    position: absolute;
    right: 7px;
    font-size: 28px;
    top: -3px;
}
.form-searchpage{
    background: rgb(36,95,167);
    background: linear-gradient(180deg, rgba(36,95,167,1) 0%, rgba(36,95,167,1) 25%, rgba(214,31,36,1) 93%);
    padding: 17px;
    border-radius: 10px;
}
.form-searchpage .box{border-radius: 5px;background: #ffffff54;box-shadow: 0px 1px 3px #00000085;}
.form-searchpage .box .box-title{color: #fff;text-shadow: 0px 1px 1px #000000a6;font-size: 14px;border-bottom: 1px solid #fff3;padding: 5px;}
.form-searchpage .box .form-group label{color:#fff;text-shadow: 0px 1px 1px #000000a6;}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.pagination {
    padding-right: 0
}

.pagination > li > a, .pagination > li > span {
    float: right;
    margin-right: -1px;
    margin-left: 0
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-right: -1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.form-control{font-size: .9rem}

.margin-top-10{
    margin-top: 10px;
}
.margin-top-15{
    margin-top: 15px;
}
.label-register{
    color: #0935ab !important;
}
.myform .form-group input.form-control, .myform .form-group select.form-control{
    height: 43px !important;
    font-family: IRANSans, tahoma !important;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}
#Background>path {
    fill: #999;
}

#states>a>path {
    fill: #f7f7f7;
    stroke: #333;
    stroke-width: 0.4;
    stroke-miterlimit: 4;
}

g[id*="-name"] {
    fill: #232425;
    stroke: none;
}

#States a:hover path {
    fill: #cfbca6;
    transition: fill 0.3s;
}

#States a:hover g[id*="-name"] path {
    fill: #000;
}
#States a g[id*="-name"] path {
    fill: #000;
}
#States a path{
    fill: #eae3db;
    color: white;
}
.label {
    color: #232425;
}


.card-input {
    line-height: 30px;
    font-weight: 600;
    height: 100%;
    display: block;
    background: #F4F9F9;
    border: 2px solid #4d77ff;
    border-radius: 20px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
    position: relative;

}

.card-input-elementarash {
    display: none;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-elementarash:checked + .card-input {
    background: #4d77ff;
    color: white;
    box-shadow: 0px 0px 20px rgb(60, 138, 255);

}

.card-input-elementarash:checked + .card-input::after {
    color: #3d3f43;
    font-family: FontAwesome;
    border: 2px solid #4d77ff;
    content: "";
    font-size: 18px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgb(173, 213, 255);

}
.card-barname{
    margin-bottom: 15px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    display: flex;
    position: relative;
    background: #f7f7f7;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.card-barname .radio{
    width: 100px;
    text-align: center;
    border-left: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.card-barname .body{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.card-barname.active, .card-barname.active .radio, .card-barname.active .body .head{
    border-color: green;
    background-color: rgba(0, 136, 0, 0.16);
}

.form-group-barname{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}
.form-group-barname label{
    margin: 0;
    color: #333;
    font-size: .9rem;
    width: 100px;
}
.form-group-barname .input-barname{
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.card-barname .body .head{
    padding: 7px;
    background: #fafafa;
    border-bottom: 1px solid #d3d3d3;
    /* margin-bottom: 10px; */
}
.card-barname .body .data{
    padding: 10px;
}


.help-block-gold {
    padding: 10px;
    background: #ffca2c;
    border-radius: 4px;
    font-size: 13px;
    border: 2px solid #ffca2c;
    box-shadow: inset 0px 0px 0px 2px #fff;
    width: 100%;
    line-height: 1.8;
}


.listcat {
    margin: 0;
    padding: 0
}

.listcat li {
    list-style: none;
    line-height: 1.8;
    padding: 5px 10px;
    border-radius: 4px;
    border-bottom: 1px solid #ddd
}

.listcat li:last-child {
    border: 0
}

.listcat li:hover {
    background: #f7f7f7;
    cursor: pointer
}

.listcat li:hover a {
    color: #009688
}

.listcat li a {
    font-size: 10pt;
    color: #5d4740;
    font-weight: 300;
}

.listcat li a i {
    padding-left: 5px
}

.listcat li a:hover {
    color: #009688
}


.hr_line {
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    clear: both;
    display: block
}

.catcount {
    float: left;
    background: pink;
    text-align: center;
    font-size: 14px;
    padding: 5px 5px;
    line-height: 1;
    width: 32px;
    color: #86555dfc
}

.porsesh_box {
    margin-bottom: 10px;
    float: right;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 8px rgb(107 107 107 / 20%);
}

.count_reply {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #4caf5030;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 18pt;
    line-height: 2.4;
    color: #27612a85;
    border-radius: 0 6px 6px 0;
}

.porsesh_box .category_name {
    background-color: #cddc3994;
    float: right;
    clear: both;
    display: block;
    color: #79803a;
    padding: 7px 15px;
    font-weight: bold;
}

.porsesh_box .porsesh {
    float: right;
    width: 100%;
    font-size: 10pt;
    line-height: 2;
    margin: 12px 0 10px;
}

.porsesh_box .porsesh i {
    color: #ff9800;
    font-size: 18pt;
    line-height: 1;
}

.porsesh_box .porsesh a {
    color: #333;
}

.porsesh_box .more a {
    color: #00bcd4;
    font-size: 11pt;
    font-weight: bold;
    border: 1px solid #00bcd4;
    padding: 2px 10px;
    border-radius: 3px;
}

.porsesh_box .more a:hover {
    text-decoration: none;
    background-color: #00bcd4;
    color: #fff;
}

.porsesh_box .addon-item-qa {
    text-align: left;
    color: #00bcd4;
    float: left;
    margin: 0 7px;
}

.porsesh_box .date {
    text-align: left;
    color: #afafaf;
}

.titlesoal {
    line-height: 2;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 500;
    color: #0075c9;
}

.repmatn {
    line-height: 2;
    background: #bae6b8;
    padding: 15px;
    border: 1px solid #93c690;
    border-radius: 4px;
    color: #234822;
    letter-spacing: 0;
    font-size: 12pt;
}

.imagegallery {
    position: relative;
    float: right;
    padding: 8px;
    margin: 0;
    margin-bottom: 10px;
    color: #444;
    list-style: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25%;
    box-sizing: border-box;
    box-shadow: inset 0 0 15px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.05);
    background: #eee;
}
.imagegallery:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.thumbnailgall{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: opacity .1s;
}
.centered{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translate(-50%,50%);
}

.thumbnailgall .centered img {
    transform: translate(50%,-50%);
}

.thumbnailgall img {
    position: absolute;
    padding: 10px;
    width: 100%;
}
.thumbnailgall img {
    top: 0;
    right: 0;
}

.gallery:last-child{
    margin-left: 0;
}
.gallery a{
    color: #5693de;
    text-decoration: none;
}
.gallery a:hover {
    text-decoration: underline;
    color: #226ecc;
}
.gallery i{
    line-height: 0.7;
    padding-top: 36px;
    padding-bottom: 11px;
    font-size: 33pt;
}

.removefile {
    /*background: #cc0000;*/
    /*color: #fff;*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*border-radius: 32px;*/
    /*position: absolute;*/
    /*line-height: 1;*/
    /*top: -6px;*/
    /*left: -7px;*/
    background: #cc0000;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 0;
    position: absolute;
    line-height: 1;
    top: 6px;
    left: 7px;
    z-index: 99;
}
.removefile i{
    color: #fff;
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
    line-height: 1.3;
}
.slider_doctor_gallery {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    filter: drop-shadow(0px 0px 30px rgba(155, 163, 177, 0.15));
    box-shadow: 0px 0px 10px rgb(155 163 177 / 15%);
    margin-bottom: 25px;
}
.is_slider_caption{
    position: absolute;
    bottom: 4px;
    font-size: 1rem;
    right: 4px;
    background: #4b00cc;
    padding: 3px 5px;
    color: #fff;
    border-radius: 10px;
}

.single-comment {
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    background: #fbf8ff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 6px -4px #888;
}

.single-comment.left-m {
    margin-right: 30px;
    /* border-color: #4caf50; */
}

.single-comment .comment-img {
    float: right;
    margin-left: 15px;
    vertical-align: middle;
}

.single-comment .comment-img
img {
    border-radius: 4px;
}

.single-comment .comment-content {
    color: #333;
    text-align: justify;
    font-weight: 300;
    line-height: 1.8;

}

.single-comment .comment-content h4 {
    color: #555;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 13px;
}

.single-comment .comment-content p {
    margin-bottom: 4px;
    font-size: 1rem;
}
.single-comment .comment-content span.date{
    color: #999;
    font-weight: 300;
}

.single-comment .comment-content a {
    position: absolute;
    right: 25px;
    bottom: 25px;
    color: #e60c3d;
    text-transform: uppercase;
}

.leave-a-reply {
    padding: 25px;
    background: #fff;
    margin-top: 50px
}

.leave-a-reply .form-control {
    border: 1px solid #eee
}

.leave-a-reply .btn{margin-top:20px}

@media (max-width: 560px) {
    .single-comment .comment-img img {
        width: 40px;
    }
}
.user-panel-sidebar .box{
    box-shadow: 0 0 20px rgba(0,0,0,0.13);
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}
.user-panel-sidebar-toggle{
    cursor: pointer;
    position: absolute;
    top: 140px;
    right: -40px;
    background: #939393;
    height: 40px;
    width: 40px;
    border-radius: 0 5px 5px 0;
    z-index: 4;
    display: none;
}
.user-panel-sidebar-toggle span{
    display: block;
    width:20px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 10px;
    transition: 250ms;
}
.user-panel-sidebar-toggle span:nth-child(2){
    width: 10px;
    top: 18px;
}
.user-panel-sidebar-toggle span:nth-child(3){
    width: 16px;
    top: 26px;
}
.user-panel-sidebar-toggle.open{

}
.user-panel-sidebar-toggle.open span:nth-child(2){
    width: 0;
}
.user-panel-sidebar-toggle.open span:nth-child(1){
    transform: rotate(45deg);
    top: 17px;
}
.user-panel-sidebar-toggle.open span:nth-child(3){
    width: 20px;
    transform: rotate(-45deg);
    top: 17px;
}

.sidebar-backdrop{
    z-index: 3;
}

@media (min-width: 992px) {
    .sidebar-backdrop{
        display: none!important;
    }
}
.backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(62,62,62,0.51);
    display: none;
    z-index: 7;
}

.user-panel-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
}

.user-panel-sidebar{
    width: 280px;
}
.user-panel-content{
    width: calc(100% - 310px);
}
.panel{border-radius: 10px !important;}

@media (max-width: 992px) {
    .user-panel-sidebar{display: none}
    .user-panel-content{
        width: 100%;
    }
    .user-panel-sidebar-toggle{
        display: block;
    }
    .user-panel-wrapper{
        display: block;
    }
}

.dropdown-item{
    font-size: .8rem !important;
    padding: 5px 10px;
}
.dropdown-item i{
    vertical-align: middle;
    width: 12px;
    padding: 0;
    line-height: 1;
}
.card.gray{
    border-color: #cdcdcd;
}
.card.gray .card-header{
    background-color: #cdcdcd;
}
.card.gray .card-body{}

input.form-control,
select.form-control {
    /*height: 38px;*/
    height: calc(1.7em + 1rem + 3px);
    color: black;
    border-color: #c3c3c3 !important;
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation)>.custom-select:not(:last-child), .input-group:not(.has-validation)>.form-control:not(:last-child){
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ui-datepicker .ui-datepicker-next{
    left: 2px !important;
    right: initial !important;
}
a.ui-datepicker-next .ui-icon{
    background-image: url("../images/prev-a.png") !important;
    background-position: center;
    background-size: 100%;
}

a.ui-datepicker-prev .ui-icon{
    background-image: url("../images/next-a.png") !important;
    background-position: center;
    background-size: 100%;
}
.ui-datepicker .ui-datepicker-prev{
    left: initial !important;
    right: 2px !important;
}

.ui-datepicker-unselectable.ui-state-disabled span{
    color: red !important;
}
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button{*/
/*    color: #416ba3;*/
/*}*/
.ui-datepicker th{
    font-size: .8rem !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #cfcfcf;
    box-shadow: 3px 4px 11px #0000002b;
    border-radius: 7px;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    background: #fff;
    border: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #e8e6e6;
    box-shadow: 0px 2px 9px -8px #000;
}
.ui-datepicker .ui-datepicker-title select{
    font-size: .8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 2px;
    text-align: center;
}
/*.ui-state-hover, .ui-widget-content .ui-state-hover{*/
/*    color: #fff !important;*/
/*}*/
.info_manual_nobat{
    margin: 4px 0;
    font-size: .8rem;
    color: #0776cf;
}

.left-menu-links{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.left-menu-links .itemlink{}
.paymembership{
    color: #fff;
    background: #0175d1;

    border-color: #0175d1;
}
.paymembership:hover{
    color: white;
    background: #0063b2;
    border-color: #0063b2;
}
@media (max-width: 990px ) {
    .paymembership{display: none}
}
.membershipcarditem{}
.acbtnpm{}
.acbtnpm .btn{
    margin: 10px 0;
    background: white;
    border-color: #4d78ff;
    box-shadow: none;
}
.acbtnpm .btn:hover{
    background-color: #315de9;
}

.social_doctor .item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 1rem;
}
.social_doctor .item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.social_doctor .item i {
    font-size: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.social_doctor .item span {
    font-size: 1rem;
    font-weight: 500;
}

.instagram-box{
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}
.telegram-box{
    background: #0088cc;
}
.eitaa-box{
    background: #ff8100;
}
.faqDoctor {
    position: relative;
    padding: 20px 15px;
}
.faqDoctor .accordion-item {
    display: block;
    margin-bottom: 15px
}

.faqDoctor .accordion-title {
    color: #004eb7;
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.faqDoctor .accordion-title span.title{
    margin-left: auto;
    font-size: .875rem;
    font-weight: 500;
}
.faqDoctor .accordion-title i.fa{}
.faqDoctor .accordion-content {
    position: relative;
    overflow: hidden;
    padding: 15px 15px 0;
    font-size: .875rem;
    text-align: justify;
    line-height: 2;
    color: #000;
    font-weight: 300;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
    padding-left: initial !important;
    padding-right: calc(1.5em + .75rem) !important;
    background-position: right calc(.375em + .1875rem) center !important;
}
.form-control.is-valid, .was-validated .form-control:valid{
    padding-left: initial !important;
    padding-right: calc(1.5em + .75rem) !important;
    background-position: right calc(.375em + .1875rem) center !important;
}
.popover{font-family: "iransans", Sans-Serif !important; font-size: 1rem}
.popover-header, .popover-body{font-size: 13px}

.edit-btn, .note-btn{
    background-image: url("../images/edit-a.png");
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    outline: none;
    border: 0;
    background-color: transparent;
}
.note-btn{
    background-image: url("../images/note-a.png") !important;
}

@keyframes blinkHighlight {
    0% { background-color: yellow; }
    50% { background-color: transparent; }
    100% { background-color: yellow; }
}

.blink-highlight {
    animation: blinkHighlight 1s linear infinite;
}
.stroypages h1{
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2b5978;
}
.stroypages h2{
    font-size: 1.2rem;
    color: #2a5878;
}
.stroypages h3{}
.header-social-item{
    gap: 10px;
    align-items: center;
    height: 100%;
    margin-left: 10px;
    justify-content: end;
}
.header-social-item a{
    width: 32px;
    height: 32px;
    background: white;
    padding: 4px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.header-social-item a img{}
.logo img{
    width: auto;
    height: 60px;}

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

.header-special-select{
    align-items: center;
    display: flex;
    background: #fff;
    box-shadow: 0 3px 15px #ececec;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    height: 48px;
    padding: 0;
}

.header-special-select .selectbox{flex-basis: 100%;height: 100%;align-items: center;display: flex;width: 100%;}
.header-special-select .citbox{flex-basis: 100%;border-right: 1px solid #ccc;height: 100%;align-items: center;display: flex;}
.header-special-select .selectbox .select2-container{
    width: 100%;
}

.header-special-select .select2-container--default .select2-selection--single{
    border: 0
}
.btn-header-search {
    display: block;
    box-shadow: 0 5px 15px 0 rgba(3, 118, 253, 0.2);
    background-image: linear-gradient(75deg, #0175d1 2%, #03c8f4 123%);
    color: #fff;
    transition: all 0.3s ease;
    border: 0;
    outline: none;
    height: 100%;
    padding: 0 25px;
    border-radius: 0;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    flex-basis: 150px;
}

.btn-header-search:hover {
    box-shadow: 0 8px 20px 0 rgba(3, 118, 253, 0.3);
}

.btn-header-search:active {
    box-shadow: 0 2px 10px 0 rgba(3, 118, 253, 0.15);
    transition: all 0.1s ease;
}

/* افزودن افکت موج برای کلیک (اختیاری) - سازگار با RTL */
.btn-header-search::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%; /* تغییر از left به right برای RTL */
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1) translate(50%, -50%); /* تغییر translate برای RTL */
    transform-origin: 50% 50%;
}

.btn-header-search:focus:not(:active)::after {
    animation: ripple-rtl 0.8s ease-out;
}

@keyframes ripple-rtl {
    0% {
        transform: scale(0) translate(50%, -50%); /* تغییر translate برای RTL */
        opacity: 0.5;
    }
    100% {
        transform: scale(20) translate(50%, -50%); /* تغییر translate برای RTL */
        opacity: 0;
    }
}

/* افزودن افکت سایه داخلی برای حس واقعی‌تر */
.btn-header-search:active::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    pointer-events: none;
}
@media (max-width: 768px) {
    .header-special-select{
        flex-direction: column;
        /* gap: 15px; */
        height: 100%;
        margin: 10px;
        padding: 15px;
        border-radius: 10px;
    }
    .btn-header-search{
        height: auto;
        flex-basis: auto;
        padding: 10px 15px;
        border-radius: 8px;
        width: 100%;
    }
    .header-special-select .selectbox{
        width: 100%;border-bottom: 1px solid #ccc;margin-bottom: 10px;
    }

    .header-special-select .citbox{
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }
}

.helpverifylogin{
    font-weight: 300;
    font-size: 1rem;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 11px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #E91E63;
}
.helpverifylogin #maskedNumber{
    direction: ltr;
    margin: 0 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer-contactus{
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 6px;
}
.socialphone{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h3contacttitle{font-size: 1rem;}
.phonecontact{
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #c8f1c8;
    padding: 0 0 0 10px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.phonecontact i{
    background-color: green;
    color: white;
    padding: 6px 8px;
    line-height: 1;
    border-radius: 0;
}
.social-footer li a{}
.social-footer li a img{
    width: 100%;
    vertical-align: middle;
}
.contact-info{
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-info a{}
.contact-info a img{
    height: 100px;
    vertical-align: middle;
}
.contact-info p{
    margin: 0;
    font-size: .95rem;
    text-align: justify;
    font-weight: 300;
    color: #111111;
    line-height: 1.67;
}
.site-footer__list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none; /* حذف نقطه‌ها کنار آیتم‌ها */
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 15px;
}
.site-footer__item {
    padding: 4px 8px;
    text-align: right; /* برای راست‌چین */
    box-sizing: border-box;
    flex: 0 0 50%;
}

@media (max-width: 768px) {
    .socialphone{
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
    .contact-info p{
        font-size: .9rem;
    }

}

.nemad-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    justify-content: center;
    padding: 16px 0;
}

.nemad-footer .item {
    max-width: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nemad-footer .item img {
    max-width: 100px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 900px) {
    .nemad-footer {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 12px 0;
    }
    .nemad-footer .item {
        max-width: 100px;
    }
}

@media (max-width: 600px) {
    .nemad-footer {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 8px 0;
    }
    .nemad-footer .item {
        max-width: 80px;
    }
}

.card-question-quest{
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 7px #0000002b;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.card-question-quest .title{
    font-weight: 700;
    font-size: 1.2rem;
    text-align: right;
    color: green;
}
.card-question-quest .descr{
    font-weight: 300;
}
.question-wrappage{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 15px;
}
.question-wrappage .title{
    font-size: 1.2rem;
    font-weight: 600;
}
.question-wrappage .searchqbox{}
.question-wrappage .searchqbox .input-group .form-control{
    height: 40px;
    width: 300px;
}
.question-wrappage .searchqbox .btn{
    height: 40px;
}

.replyquestionbox{
    display: flex;
    position: relative;
    gap: 3px;
    /*max-width: 300px;*/
}
.replyquestionbox .doctor-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 7px;
}
.replyquestionbox .doctor-box .imagedoctor{
    max-width: 256px;
    border-radius: 7px;
    padding: 6px;
}
.replyquestionbox .doctor-box .imagedoctor img{
    object-fit: cover;
}
.replyquestionbox .doctor-box .detaildr{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.replyquestionbox .doctor-box .detaildr .drname{
    font-weight: 500;
}
.replyquestionbox .doctor-box .detaildr .special{}

.repquestion .replymatn{
    font-weight: 300;
    line-height: 1.66;
    /* background: #d7f3dd8f; */
    padding: 15px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .replyquestionbox{
        flex-direction: column;
    }
    .titlesoal{font-size: 1rem}
    .repquestion .replymatn{padding: 10px 0}
    .replyquestionbox .doctor-box .imagedoctor{max-width: 120px;}
    .question-wrappage{
        flex-direction: column;
        gap: 10px;
    }
    .question-wrappage .searchqbox .input-group .form-control{
        width: auto;
    }
}
#maskedNumberLogin{margin: 0 15px;}

@media (max-width: 768px) {
    .header-mobile .logo img{width: auto; max-width: initial;}
    .contact-info{flex-direction: column}
    .home_video h1{font-size: 1.2rem;}
}