@charset "UTF-8";

body {
    font-family: "IRANSans", tahoma;
    font-weight: normal;
    direction: rtl;
    background: #f7f7f7;
    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: 20px;
    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: #0471eb !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(0 84 210) !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: 15px;
    transition: 0.5s;
    position: relative;
    background: #fff;
    border-radius: 10px;
    display: flex;
    /* flex-direction: column; */
    border: 1px solid #ddd;
}

.drcardvisit.full_div {flex-direction: column;}

.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: 0px 4px 11px -5px #1162cda6; */
    overflow: hidden;
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    margin-right: 4px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-left: 15px;
}

.drcardvisit.full_div .image {
    margin: 0 auto 3px;
}

.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.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: .8rem;
    color: #868686;
    margin: 0 0 0;
}

.drcardvisit .details .location {
    font-size: .8rem;
    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 {
    }

    .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 rgb(114 114 114 / 20%);
    background-color: #ffffff;
    padding: 10px;
    border-radius: 6px;
}

.markazbox .image {
    position: relative;
    /* border-radius: 6px; */
    /* box-shadow: 0 2.5px 7.5px 0 rgb(120 120 120 / 20%); */
    display: block;
    overflow: hidden;
}

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

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

.markazbox .name a {
    color: #333
}

.markazbox .special {
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    flex-wrap: wrap;
}

.markazbox .special span {
    border-radius: 4px;
    border: solid 0.5px #d6d6d6;
    background-color: #f7f7f7;
    color: #868686;
    font-size: .8rem;
    font-weight: 400;
    padding: 2px 7px;
    flex: auto;
    position: relative;
    margin: 3px;
    font-family: tahoma;
}

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

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

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


/*+++++++++++++++++++++++++++++++++++++*/
/* last blog home*/
/*+++++++++++++++++++++++++++++++++++++*/
.blogPost {
    margin-bottom: 15px;
    position: relative;
    padding: 20px 20px 10px;
    border-radius: 5px;
    /* box-shadow: 0 2.5px 7.5px 0 #00000021; */
    background-color: #ffffff;
    border: 1px solid #ccc;
}

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

.blogPost .title a {
    color: #333
}

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

.blogPost .more {
    position: relative;
    padding: 5px;
    font-size: .9rem;
    border-top: 1px solid #ddd;
}

.blogPost .more .date {
    color: #777;
    font-size: .9rem;
    font-weight: 300;
    right: -10px;
}

.blogPost .more .linkmore {
    color: #000;
}

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

.logo {
    /* height: 74px; */
}

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

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

.logo .logo-title a {}

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

    /* Create the gradient. */
    /* background-image: linear-gradient(96deg, #283dc9, #2340ff); */

    /* 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: #f9fcff;
    border-radius: 6px;
    padding: 3px 5px;
    position: relative;
    overflow: hidden;
    display: flex;
    border: 1px solid #d8dde5;
    align-items: center;
}

.search .search-input {
    padding: 15px;
    border: 0;
    width: 100%;
    display: flex;
    background: transparent;
}

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

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

.search .select-flag {
    display: flex;
    border-radius: 8px;
    color: #fff;
    padding: 10px 15px;
    transition: 0.5s;
    position: relative;
    width: 118px;
    text-align: center;
    background: #0471eb;
}

.search .select-flag:hover {
    background-image: linear-gradient(75deg, #0121ef 2%, #2238c6 123%);
    /* top: 10px; */
}

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

.linkaccount {
    border: 1px solid #0471eb;
    padding: 10px 15px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #0471eb;
}

.linkaccount:hover {
    color: #0471eb;
    background: #fff;
}

.loginlink {
    color: #000;
    display: block;
    line-height: 1;
    vertical-align: middle;
    font-size: 1rem;
}

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

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

.menu-desktop {
    border: 1px solid #ddd;
    margin: 20px 0;

    background: #f7f7f7;
    border-radius: 3px;
}

.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: #673ab7;
}

.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, #0471eb 0%, rgb(0 224 255) 100%);
    background: linear-gradient(to right, #77a1d3, #79cbca, #e684ae); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #1488CC;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    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: 20px 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 {

    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: block;
    position: relative;
    padding: 50px 0;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #1488CC;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.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 #074a82;
    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%;
    background: #fff;
}

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

.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: #e9e9e9;
    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;
    text-align: left;
}

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

.social-footer li a {
    color: #0471eb;
    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;
    font-size: 1rem;
}

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

.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: .85rem;
    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;
    font-size: 12px;
}

.post-card-image {
    position: relative;
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
    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: #fff; */
    overflow: hidden;
    /* border-radius: 3px; */
}

.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: 95%;
    display: none;
    position: relative;
    right: 1px;
    top: 10px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
    margin-bottom: 20px;
}

.search-mobile-div .search {
    box-shadow: none;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #0471eb;
}

.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: 768px) {
    .search-mobile-div{
        display: block;
    }
}
@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;
    background: #fff;
    border-color: #ccc;
    box-shadow: none;
}

@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: #0471eb;
    border-color: #0062cf;
    font-size: .85rem !important;
    padding: 7px;
    font-weight: normal;
}

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: #0471eb;
}

.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: #e2e2e2;
}

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

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

.nav-submenu {
    box-shadow: 3px 8px 14px -8px rgb(0 0 0 / 27%);
    position: absolute;
    right: 0px;
    top: 100%;
    width: 200px;
    background: #ffffff;
    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: 16px;
    margin-left: 4px;
    vertical-align: middle;
}

.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-control {
    font-size: 13px
}

.form-group {
    /* margin-bottom: 0; */
    margin-right: auto;
    width: 100%;
}

.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: 0;
    border-bottom: 1px solid #ddd;
}

.home_video h1 {
    font-weight: bold;
    color: #000;
    line-height: 1.8;
    font-size: 22pt;
    /* text-shadow: #00000036 1px 1px 2px; */
}

.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;
    height: auto;
    margin-top: 28px;
    cursor: auto;
    display: inline-block;
    transition: all .25s ease;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 32%) 1px 1px 10px -3px;
    position: relative;
}

.matabitems .image {
    display: block;
    position: relative;
    padding: 5px;
    float: none;
    z-index: 999;
    width: 128px;
    height: 128px;
    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: 2px 4px 11px -5px rgb(0 0 0 / 24%);
    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;
}

.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: .7rem;
    color: #555;
    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: #0471eb;
    border: 1px solid #0471eb;
    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: #319935 !important;
    /* background: linear-gradient(90deg, #17d52a 0%, #04c117 100%); */
    box-shadow: 0 3px 6px -3px #02520b;
    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: 10px;
    font-size: 1.4rem !important;
    top: 7px;
}
.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: 15px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 7px 0px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 5px;
}
.form-searchpage .box{border-radius: 0;background: transparent;box-shadow: none;width: 100%;display: flex;align-items: center;border-bottom: 1px solid #eee;margin-bottom: 5px;padding: 8px 0;}
.form-searchpage .box .box-title{font-weight: normal;color: #393939;text-shadow: none;font-size: .85rem;border-bottom: 0;padding: 0;margin-bottom: 0;width: 96px;}
.form-searchpage .box .form-group label{color: #5f5f5f;/* text-shadow: 0px 1px 1px #000000a6; */margin-bottom: 5px;font-size: .85rem;}


.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: .85rem;height: 38px;color: #333 !important;}

.margin-top-10{
    margin-top: 10px;
}
.margin-top-15{
    margin-top: 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;
}
.logo img{
    width: auto;
    height: 60px;}

.header-mobile .logo img{
    width: 170px;
}
/*
    NEW THEME
*/
.header-desktop-new{
    /* display: flex; */
    flex-wrap: nowrap;
    /* -webkit-box-pack: justify; */
    /* justify-content: space-between; */
    /* -webkit-box-align: center; */
    /* align-items: center; */
    height: 100%;
    max-width: 100%;
    box-shadow: rgb(152 152 152) 0px 0px 5px 0px;
    padding: 10px 0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}
.logo-header{
    display: flex;
    align-items: center;
    gap: 5px;
}
.logo-header .logolink{width: 64px;display: flex;/* margin-left: 10px; */}
.logo-header .onvansite{display: flex;flex-direction: column;}
.logo-header .sitename{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    color: #0471eb;
}
.logo-header .sitedescr{font-weight: 300;color: #555;font-size: .8rem;}
.logo-header img{
    border-radius: 8px;
}

.header-desktop-new .search-header{
    width: 40%;
    margin-right: 25px;
    position: relative;
}
.header-desktop-new .account-header{
    display: flex;
    align-items: center;
    margin-right: auto;
}
.header-desktop-new .account-header .subaccountheader{
    display: flex;
    align-items: center;
}
.header-desktop-new .account-header .action-link-account{
    margin-right: 15px;
}
.labelbutton{
    display: inline-block;
}
.pushy-logo{
    padding: 25px 10px 25px 0;
    background: #eee;
    border-bottom: 1px solid #ddd;
}
.linkaccount:before, .linkaccount:after{content: unset !important;}
.menumobile-div-header{display: none}
.containerheader{display: flex;align-items: center;padding: 0;}

.pushy a {
    color: #444 !important;
    padding: 6px 8px !important;
    font-size: .83rem !important;
}
.pushy a:before{
    content: "\f053";
    font-family: "FontAwesome";
    padding-left: 7px;
    vertical-align: middle;
    color: #333;
}

.menu-navbar-site{
    padding: 10px 0 0;
    margin: 10px auto 0;
    border-top: 1px solid #ddd;
}
.menu-navbar-site ul{
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex: 1 0 auto;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}
.menu-navbar-site ul li{
    /* padding: 10px 15px; */
}
/*.menu-navbar-site ul li:first-child{*/
/*    padding-right: 0;*/
/*}*/
/*.menu-navbar-site ul li:last-child{padding-left: 0}*/
.menu-navbar-site ul li a{
    font-size: .9rem;
}
.menu-navbar-site ul li a:hover{
    color: #0471eb;
}
.menu-navbar-site ul li a img{}
.menu-navbar-site ul li ul{
    flex-direction: column;
    text-align: right;
    align-items: normal;
    gap: 0;
}
.menu-navbar-site ul li ul li{
    padding: 3px 0 !important;
}
.nav-menu-item:after{
    content: "\f0d7";
    font-family: "FontAwesome";
    padding-right: 10px;
    vertical-align: middle;
}
@media (max-width: 1024px) {
    .menu-navbar-site ul li{
        /* padding: 6px; */
    }
    .menu-navbar-site ul li a{
        font-size: .8rem;
    }
}
@media (max-width: 768px) {
    .logo-header .logolink{
        width: 48px;
    }
    .logo-header .sitename{
        font-size: 1.2rem;
    }
    .logo-header .sitedescr{
        font-size: .7rem;
    }

    .header-desktop-new .search-header{
        width: 55%;
    }
}
@media (max-width: 767px) {
    .menu-navbar-site{display: none}
    .account-header{display: none !important;}
    .search-header{
        display: none;
    }
    .menumobile-div-header{
        display: flex;
        align-items: center;
        margin-right: auto;
        gap: 5px;
    }

    .button-mob-onlyicon{
        display: flex;
        width: auto;
        height: auto;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        border: 0;
        outline: none;
        box-shadow: none;
        background-color: transparent;
        color: rgb(97, 109, 122);
        transition: 0.2s;
        /* margin-right: 10px; */
    }
    .button-mob-onlyicon i{
        font-size: 1.2rem;
    }

    .button-mob-onlyicon:active{
        transform: translateY(4px);
    }
    .search-icon-header{}
    .search-icon-header i{}
}

.MainSlider {
    margin-top: 25px;
}
.markazbox .locationhospital{
    position: absolute;
    top: 15px;
    right: 15px;
    background: #009688;
    padding: 3px 7px;
    border-radius: 6px;
    color: white;
    font-size: .7rem;
}
.markazbox .locationhospital i{
    vertical-align: middle;
    line-height: 1;
    font-size: 1rem;
}
.boxregdr{
    float: right;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

.cherasamanemain{
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    position: relative;
}
.flexdirection-sch{
    display: flex;
    flex-direction: column;
    margin-right: 0;
}
.chosen-container .chosen-results li{font-size: .75rem !important;}

.btn i{
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1;
    padding-left: 3px;
}
.barnametimedate{
    margin-right: auto;
}
.orderpage {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 2px 2px 9px hwb(0deg 0% 100% / 13%);
}
.orderpage .titlepage{
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0471eb;
}
.orderpage .descrpage{
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.7;
    color: #555;
}
.orderpage .form-group{
    display: flex;
    align-items: center;
}
.orderpage .form-group label{
    display: inline-flex;
    width: 250px;
    flex: 0 auto;
}
.orderpage.w250 .form-group label{
    /* display: block; */
}
@media (max-width: 768px) {
    .orderpage.w250 .form-group label {
        width: 100%;
    }
}
.factorbox{
    border: 1px solid #0471eb;
    border-radius: 5px;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.factorbox .title{
    padding: 10px;
    background: #0471eb;
    color: white;
    font-weight: 400;
    font-size: 1rem;
}
.factorbox .details{
    padding: 10px;
}
.orderpage .form-group .input{
    position: relative;
    flex: 1;
    /* overflow: hidden; */
}
.orderpage .form-group.has-error input, .orderpage .form-group.has-error textarea, .orderpage .form-group.has-error select{box-shadow: 0 0 0 0.2rem rgb(217 0 0 / 15%);border-color: #d65656;}
.orderpage .form-group input, .orderpage .form-group select, .orderpage .form-group textarea{
    border-color: #c2c2c2;
    background: #fcfcfc;
}
.form-control:focus {
    color: #000 !important;
    background-color: #fff;
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}
.orderpage .form-group .help-block{
    display: block;
    margin: 0;
    padding: 0 !important;
    line-height: 1.5;
    position: relative;
    font-size: .8rem;
    border-radius: 0;
}
.subcart{
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.subcart .name{
    font-size: .9rem;
    font-weight: 300;
}
.subcart .price{
    margin-right: auto;
    font-size: .9rem;
}
.total_pricefactor{
    padding: 10px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    background: #f7f7f7;
}
.total_pricefactor label{
    margin: 0;
    font-weight: 400;
}
.total_pricefactor span{}
#totalpricefactor{
    margin-right: auto;
    font-size: 1rem;
    font-weight: 500;
    color: #118540;
}
.removecart{border: 0;color: #cc0000;font-size: .8rem;line-height: 1;background: transparent;outline: none;margin-left: 5px;vertical-align: middle;}
.inline-flexdate{
    display: flex;
    align-items: center;
    font-size: .9rem;
    font-weight: 300;
    padding: 0;
    margin-bottom: 5px;
}
.inline-flexdate label{
    margin: 0;
    width: 132px;
    font-weight: 400;
    /* background: #f7f7f7; */
    /* padding: 5px; */
    /* border-radius: 4px; */
}
.inline-flexdate span, .inline-flexdate div.datavalue{
    margin-right: 10px;
    padding: 5px;
}
.pushy-submenu-open>ul{background: #eeeeee !important;}
@media (max-width: 1024px) {
    .drcardvisit .image{
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
    }
    .menu-navbar-site ul{
        justify-content: right !important;
    }
}
@media (max-width: 768px) {
    .dmhitem{
        flex-direction: column;
    }
    .health-blog-item-img{
        margin: 0 auto;
        text-align: center;
        width: 100%;
        flex: auto;
    }
    .health-blog-item-img-caption{
        display: none;
    }
    .health-blog-item-info{
        margin-top: 10px;
    }

}
@media (max-width: 767px) {
    .inline-flexdate{flex-direction: column;}
    .inline-flexdate label, .inline-flexdate span{
        width: 100%;
    }
    .drcardvisit{
        flex-direction: column;
    }
    .drcardvisit .image {
        width: 100px;
        height: 100px;
        flex: 0 0 100px;
        margin: 0 auto;
    }
    .drcardvisit .details>div {
        margin: 0 auto;
    }
    .header-desktop-new{ padding: 10px 10px}
    .orderpage .form-group{
        flex-direction: column;
    }
    .orderpage .form-group label{
        width: 100%;
    }
    .factorbox{
        margin-top: 20px;
    }
}
.main-services{
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
    margin: 20px 0;
    padding: 0 15px;
    flex-wrap: wrap;
    flex-direction: row;
}
.main-services .item{
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 32%), 0 1px 2px -1px rgb(0 0 0 / 25%);
    gap: 5px;
    transition: 0.3s;
    border-radius: 6px;
    background-image: linear-gradient(
            45deg,
            hsl(219deg 100% 31%) 0%,
            hsl(214deg 100% 37%) 11%,
            hsl(209deg 100% 41%) 22%,
            hsl(205deg 100% 44%) 33%,
            hsl(200deg 100% 45%) 44%,
            hsl(194deg 100% 45%) 56%,
            hsl(187deg 100% 43%) 67%,
            hsl(178deg 100% 43%) 78%,
            hsl(169deg 100% 46%) 89%,
            hsl(162deg 100% 50%) 100%
    );
    align-items: center;
    align-content: center;
    padding: 25px 5px;
    flex: 1 1 200px;
}
.main-services .item img{
    line-height: 1;
    vertical-align: middle;
}
.main-services .item .image{
    height: 120px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 100%;
}
.main-services .item .name{
    font-weight: bold;
    color: white;
    letter-spacing: .5px;
    font-size: 1rem;
    margin-top: 15px;
}
.main-services .item:hover{
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.containerflex{
    padding-right: 0;
    padding-left: 0;
}

.box-body {
    padding: 15px 15px;
    margin-bottom: 20px;
}
.box-body .heading-title {
    color: deeppink;
    font-weight: bold;
    font-size: 16pt;
    padding-bottom: 9px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

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

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

}

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

.news_home_link input.link_en {
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font: bold 12px/32px "IRANSans";
    overflow: hidden;
    text-decoration: none;
    background: #2e844e !important;
    float: left;
    height: 32px;
    width: 200px;
    margin-right: 10px;
}

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

.titlequestion{
    margin: 0;
    padding: 10px;
    font-size: 14px;
}

.panel-group .panel, .panel-group .panel-heading{
    border-radius: 5px !important;
    box-shadow: none;
}
.panel-group .panel{
    margin-bottom: 15px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.panel-group .panel-body{
    padding: 10px;
}
.cardChecbox{
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
}
.cardChecbox .checkbox{
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
}

.factor_price{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: green;
}
.datafactor{
    font-weight: 300;
    color: #444;
}
.prefeatureitm{
    margin-bottom: 5px;
}
.prefeatureitm i{
    color: green;
    margin-left: 5px;
    vertical-align: middle;
}

.multi-select-container {
    display: block;
    position: relative;
    /* overflow: hidden; */
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 30px;
    display: flex;
    z-index: 1;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    padding: 0.4em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.multi-select-menu input {
    margin-right: 0.3em;
    vertical-align: 0.1em;
}

.multi-select-button {
    display: block;
    font-size: .9rem;
    padding: 10px;
    max-width: 100%;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.multi-select-button:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
    position: absolute;
    left: 6px;
    top: 50%;
}

.multi-select-container--open .multi-select-menu {display: flex;flex-direction: column;}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}
.multi-select-menuitem{
    width: 100% !important;
    margin-bottom: 5px;
    gap: 5px;
}
.inline-flexdate.prescridata{
    border-bottom: 1px solid #ccc;
    padding: 7px;
}
.inline-flexdate.prescridata label{
    width: 200px;
}
@media (max-width: 768px) {
    .inline-flexdate.prescridata{
        align-items: start;
    }
    .inline-flexdate.prescridata label{
        width: 100%;
        margin-bottom: 10px;
    }
    .orderpage .form-group .input{
        width: 100%;
    }
    .multi-select-button{}
}
.chosen-container-multi .chosen-choices li.search-field input[type=text]{
    width: 100% !important;
}