.clrfix {
    display: block;
}

.clrfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#tooltip {
    font-family: "IRANSans";
    font-size: 10px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, .5);
    line-height: 1.5;
    color: #fff;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    background: -ms-radial-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    background: linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 100;
    padding: 8px;
    animation-name: fadeInUp;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

#tooltip h3 {
    font-family: iransnas;
    font-size: 13px;
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top-color: #333;
    border-top: 10px solid rgba(0, 0, 0, .8);
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom-color: #333;
    border-bottom: 10px solid rgba(0, 0, 0, .8);
    top: -20px;
    bottom: auto;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

p {
    font-size: 9pt;
    font-weight: normal;
    /*text-align: justify;*/
}

a {
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

input:focus {
    outline: none;
}

ul.header-social {
    float: left;
    padding-left: 5px;
}

ul.header-social li {
    float: right;
    list-style: none outside none;
    border: none;
}

ul.header-social li a {
    transition: all 0.8s ease 0s;
    background-color: transparent;
    background-image: url('../images/social-white.png');
    background-repeat: no-repeat;
    background-size: auto 96px;
    border: 0 none;
    color: #fff;
    direction: ltr;
    display: block;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    text-indent: -999em;
    transition: all 0.2s ease 0s;
    width: 32px
}

ul.header-social li:after {
    content: "";
    width: 0.5px;
    height: 13px;
    float: left;
    margin: -22px 20px 0 -1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

ul.header-social li:last-child:after {
    display: none;
}

.ie7 ul.header-social li a,
.ie8 ul.header-social li a {
    background-image: url('../images/social-white.png');
}

ul.header-social li.facebook a {
    background-position: 0 0
}

ul.header-social li.instagram a {
    background-position: -32px 0
}

ul.header-social li.telegram a {
    background-position: -64px 0
}

ul.header-social li.googleplus a {
    background-position: -96px 0
}

ul.header-social li.linkedin a {
    background-position: -128px 0
}

ul.header-social li.aparat a {
    background-position: -160px 0
}

ul.header-social li.rss a {
    background-position: -192px 0
}

ul.header-social li.skype a {
    background-position: -224px 0
}

ul.header-social li.twitter a {
    background-position: -256px 0
}

ul.header-social li.vimeo a {
    background-position: -288px 0
}

ul.header-social li.youtube a {
    background-position: -320px 0
}

ul.header-social li.facebook a:hover {
    background-position: 0 -32px
}

ul.header-social li.instagram a:hover {
    background-position: -32px -32px
}

ul.header-social li.telegram a:hover {
    background-position: -64px -32px
}

ul.header-social li.googleplus a:hover {
    background-position: -96px -32px
}

ul.header-social li.linkedin a:hover {
    background-position: -128px -32px
}

ul.header-social li.aparat a:hover {
    background-position: -160px -32px
}

ul.header-social li.rss a:hover {
    background-position: -192px -32px
}

ul.header-social li.skype a:hover {
    background-position: -224px -32px
}

ul.header-social li.twitter a:hover {
    background-position: -256px -32px
}

ul.header-social li.vimeo a:hover {
    background-position: -288px -32px
}

ul.header-social li.youtube a:hover {
    background-position: -320px -32px
}
.dropright .dropdown-menu {
    right: auto !important;
    left: 0 !important;
}

.best_doctor {
    float: right;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #eee;
    overflow: hidden;
    /* height: 450px; */
}

.tozihbestdoctor {
    /*padding-top: 40px;*/

}

.tozihbestdoctor h2 {
    font-family: "IRANSans";
    font-weight: bold;
    color: #a55f0d;
    font-size: 15pt;
    line-height: 1.4;
}

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

.flickity-spacing-doctorclinic-list {
    width: 20%;
    margin-right: 0;
    height: auto;
    margin-top: 0;
    padding: 0 15px 30px 7px;
    cursor: auto;
}

.doctorclinicitems {
    width: 100%;
    margin-right: 0;
    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;
}

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

.doctorclinicitems 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%;
}

.doctorclinicitems .info {
    margin: 5px 0 20px;
}

.doctorclinicitems .info .name {}

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

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

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

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

.doctorclinicitems .button-daryaft {
    border-radius: 20px;
    color: #ffffff;
    background: #FF5722;
    border: 1px solid #FF5722;
    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;
}

.doctorclinicitems .button-daryaft:hover {
    background-color: #fff;
    color: #FF5722;
    border-color: #FF5722;
}

.blogdiv {
    padding: 30px 0;
    float: right;
    width: 100%;
}

.lastmainblog {
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.lastmainblog .item {
    position: relative;
    margin-right: 0;
    height: auto;
    margin-top: 0;
    padding: 10px 15px;
    cursor: auto;
}

.lastmainblog .item:hover {
    /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1411764705882353);*/
}

.lastmainblog .item .image {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.lastmainblog .item .image img {
    transition: all 1.3s;
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-bottom: 0;
}

.lastmainblog .item .image:hover img {
    transform: scale(1.2) !important;
    filter: brightness(1.3) !important;
}

.lastmainblog .item .date {
    position: absolute;
    background: #efefef !important;
    padding: 2px 5px !important;
    bottom: 15px;
    right: 10px;
    border-radius: 16px;
}

.lastmainblog .item .title {
    font-size: 18px;
    margin-top: 15px;
    font-family: "IRANSans", tahoma;
    font-weight: bold;
    color: #212121;
    line-height: 1.7;
}

.lastmainblog .item .title a {
    color: #212121;
}

.lastmainblog .item .title a:hover {
    color: #037ad9;
}

.lastmainblog .item .descr {
    font-family: "IRANSans", tahoma;
    font-weight: 300;
    font-size: 13px;
    color: #333;
    line-height: 2;
    text-align: justify;
}

.main-bestdoctor .flickity-prev-next-button.previous {
    left: auto;
    right: -10px !important;
}

.main-bestdoctor .flickity-prev-next-button.next {
    right: auto;
    left: -20px !important;
}

.main-bestdoctor .flickity-button {
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .11) !important;
    background-color: #fff !important;
}

.site-footer {
    display: block;
    float: right;
    width: 100%;
    background-color: #eee;
    padding: 2em 0;
    /* margin-top: 20px; */
}

.site-footer__title {
    font-size: 12pt;
    text-align: right;
    display: block;
    font-weight: 700;
    color: #005fb3;
    background-color: transparent;
    margin: 1.5em 0 .5em;
    padding: 0;
}

@media (min-width: 768px) {
    .site-footer__list.multipart {
        margin-bottom: 0;
    }
}

.site-footer__list {
    padding-right: 1em;
    margin: 0 0 1.5em;
}


.site-footer__item>a,
.site-footer__item span {
    color: #000000;
    cursor: pointer;
}

@media (min-width: 768px) {
    .site-footer .app-download p {
        font-size: .9em;
        font-weight: 300;
    }
}

.site-footer .app-download__link img {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
}
.site-footer__logo {
    width: 210px;
    max-width: none;
    margin-top: 1.5em;
    text-align: center;
}

.signs-container .signs {
    list-style: none;
    padding: 0;
    margin: 1em auto;
    max-width: 280px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.signs-container .signs>li {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    /* flex-shrink: 0; */
    /* flex-basis: 87px; */
    /* min-width: 87px; */
    /* min-height: 87px; */
    float: right;
    margin: 3px;
    width: 110px;
    margin: 5px;
    text-align: center;
    padding: 10px 0px;
}

.signs-container .signs>li>img {
    width: 90%;
    height: 90%;
}

.signs-container .signs>li>img {
    width: 90%;
    height: 90%;
}

.app-download__links {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: start;
}

.app-download__links a {
    /* display: flex; */
    display: inline-block;
    max-width: 121px;
    margin: 5px 5px 0;
    vertical-align: top;
    width: 100%;
}

.navbar-ghanoni .navbar-brand {
    padding: 5px;
}

.navbar-ghanoni .navbar-brand img {
    height: 60px;
}

.app-download__links a img {
    width: 100%;
}

@media (max-width: 425px) {

    .imageapp img {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .appinfo .downloadbox .dwapplink {
        max-width: 126px;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    .home-hero {
        /* height: 75vh !important; */
    }

    .home-hero .waves {
        height: 110px !important;
    }
}

@media (min-width: 768px) {

    .imageapp img {
        width: 100%;
    }

    .home-hero {
        height: 600px;
    }

    .home-hero .waves {
        height: 110px !important;
    }
}

@media (min-width: 1024px) {
    .flickity-spacing-doctorclinic-list {
        width: 30%;
    }


}

@media (min-width: 1440px) {
    .flickity-spacing-doctorclinic-list {
        width: 20%;
    }


}

@media (min-width: 1025px) and (max-width: 1440px) {
    .home-hero {
        /* height: 90vh !important; */
    }

    .home-hero .waves {
        height: 110px !important;
    }
}

@media (min-width: 2560px) {
    .home-hero {
        height: 30vh;
    }

    .home-hero .waves {
        display: none
    }

    .search-div {
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .navbar-ghanoni .navbar-header {
        float: none;
    }

    .navbar-ghanoni .navbar-toggle {
        display: block;
    }

    .navbar-ghanoni .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-ghanoni .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-ghanoni .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-ghanoni .navbar-nav>li {
        float: none;
    }

    .navbar-ghanoni .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-ghanoni .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-ghanoni .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-ghanoni .collapsing {
        overflow: hidden !important;
    }

    .navbar-ghanoni .navbar-left {
        float: right;
        width: 100%;
    }

    .navbar-ghanoni .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-ghanoni .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
        display: block;
        clear: both;
    }

    .navbar-ghanoni .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px;
    }

    .navbar-ghanoni .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-ghanoni .navbar-nav .dropdown-menu .divider {
        background-color: #bf350b;
        box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
    }
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {


    /* Force table to not be like tables anymore */
    .table-responsive-block>.table table,
    .table-responsive-block>.table thead,
    .table-responsive-block>.table tbody,
    .table-responsive-block>.table th,
    .table-responsive-block>.table td,
    .table-responsive-block>.table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-responsive-block>.table thead tr {
        position: absolute;
        top: -9999px;
        right: -9999px;
    }

    .table-responsive-block>.table tr {
        border: 1px solid #ccc;
    }

    .table-responsive-block>.table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-right: 50%;
    }

    .table-responsive-block>.table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        right: 6px;
        width: 45%;
        padding-left: 10px;
        white-space: nowrap;
    }

    .table-responsive-block>.table>tbody>tr>td,
    .table-responsive-block>.table>tbody>tr>th,
    .table-responsive-block>.table>tfoot>tr>td,
    .table-responsive-block>.table>tfoot>tr>th,
    .table-responsive-block>.table>thead>tr>td,
    .table-responsive-block>.table>thead>tr>th {
        white-space: normal;
        width: 100% !important;
    }
}

.floatwhats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    left: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 39px;
    box-shadow: 2px 2px 3px #999;
    line-height: 1.5;
    z-index: 999999999;
    transition: box-shadow .2s ease-in-out !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16) !important;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.floatwhats:hover {
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24) !important;
    transition: all 0.2s !important;
}

.my-floatwhats {
    margin-top: 16px;
}


.navbar-ghanoni .dropdown-menu {
    min-width: 200px !important;
}

.navbar-ghanoni .dropdown-menu a i {
    margin-left: 5px;
}

.navbar-ghanoni .dropdown-menu a {
    font-size: 11pt !important;
}


.linkprofile {
    margin: 0;
    padding: 0;
}

.linkprofile li {
    position: relative;
    list-style: none;
    /* background: #fff; */
    padding: 5px 0px;
    border-bottom: 1px solid #ffffff38;
    transition: all ease .25s;
}

.linkprofile li:hover {
    background: #f7f7f714;
}

.linkprofile li i {
    padding-left: 10px;
    color: #ffffff;
    font-size: 14pt;
    line-height: 1;
}

.linkprofile li a {
    color: #ffffff;
    font-size: 10pt;
}

.linkprofile li a:hover {
    /*color: #ff5623;*/
}

.linkprofile li:hover {
    background: #f7f7f714;
}

.linkprofile li:hover i {
    /*color: #ff5623;*/
}


.table.wihte,
.table.white {
    background-color: #fff
}

.table-middle tr td,
.table_middle tr td,
.valign tr td {
    vertical-align: middle !important
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: left;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}

.noindexpage {
    float: right;
    width: 100%;
    /* padding: 10px 0 20px; */
    background: #f7f7f7;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-default .panel-body {}

.panel-default>.panel-heading {}

.form-control.input-lg {
    height: 49px;
    line-height: 49px;
}

.form-group label {
    color: #000;
    font-size: 10pt;
}

.starf {
    color: red;
}

.help-block {
    margin: 0;
    padding: 10px;
    color: #6b603d;
    background: #FFECB3;
    border-right: 3px solid #FF9800;
    border-radius: 4px 0px 0px 4px;
}

.chosen-container {
    min-height: 26px;
    line-height: 26px;
}

.chosen-container-multi .chosen-choices {
    padding: 5px 6px !important;
}


.label-primary {
    background-color: #007bff;
    color: #fff !important;
}

.alert-warning {
    color: #504520;
    background-color: #ffefbd;
    border-color: #e6b31b;
    background-image: none;
}

.alert-animate {
    line-height: 2;
    font-family: "IRANSans", tahoma;
    font-weight: 300;
    color: #fff;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

.alert-animate,
.alert-animate strong,
.alert-animate p {
    font-size: 12pt;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.alert-animate i {
    font-size: 20pt;
    line-height: 1;
}

.alert-animate strong {
    font-family: "IRANSans";
    font-weight: bold;
}

.iki {
    width: 500px;
    margin: 12px auto;
}

@media (max-width: 767px) {
    .iki {
        width: 100%;
        padding: 0px 15px;
        /* margin: 0; */
    }
}

.bootstrap-filestyle .group-span-filestyle .btn {
    padding: 8px 12px;
}



.info-box {
    display: block;
    min-height: 66px;
    background: #eff8ff;
    width: 100%;
    /* box-shadow: -3px 0px 19px #00000024; */
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #008aff;
}

.info-box small {
    font-size: 14px
}

.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0
}

.info-box .progress .progress-bar {
    background: #fff
}

.info-box-icon {
    border-top-right-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    display: block;
    float: right;
    height: 66px;
    width: 63px;
    text-align: center;
    font-size: 36px;
    line-height: 70px;
    background: #008aff;
    box-shadow: -4px 0px 7px #00000038;
    color: #fff;
}

.info-box-icon>img {
    max-width: 100%
}

.info-box-content {
    padding: 0 7px;
    margin-right: 63px;
    height: 66px;
    position: relative;
    line-height: 5.5;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 13pt;
    color: #008aff;
    position: absolute;
    left: 9px;
    line-height: 1;
    position: absolute;
    top: -11px;
    background: #eff8fe;
    line-height: 1;
    padding: 3px 12px;
    /* border-radius: 100%; */
    vertical-align: middle;
    border: 1px solid #008aff;
    border-bottom: 0;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 11pt;
    font-family: "IRANSans", serif;
    font-weight: bold;
    color: #008aff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    padding-top: 21px;
    padding-right: 9px;
}
.info-box-text a{
    color: #008aff;
}
.info-box-text {
    text-transform: uppercase
}

.info-box-more {
    display: block
}

.progress-description {
    margin: 0
}

.bg-red {
    background-color: rgba(231, 36, 23, 0.7) !important;
    color: #fff;
}

.bg-gold {
    /*background-color: #f9d01f !important;*/
    background-color: #ffc107 !important;
    color: #fff;
}

.bg-info {
    background-color: #00c0ef !important;
    color: #fff;
}

.bg-default {
    background-color: #f7f7f7 !important;
    color: #7e7e7e;
}

.bg-doctorclinic {
    background-color: #4CAF50 !important;
    color: #fff;
}


.checkbox.rtl {
    padding-left: 0px;
    padding-right: 20px;
}

.checkbox.rtl label {
    padding-left: 0px;
    padding-right: 5px;
}

.checkbox.rtl label::before {
    left: auto;
    right: 2px;
    margin-left: 0;
    margin-right: -20px;
}

.checkbox.rtl label::after {
    left: auto;
    right: 0;
    margin-left: 0px;
    margin-right: -20px;
    padding-left: 0px;
    padding-right: 3px;
}

.checkbox.rtl input[type="checkbox"] {
    margin-left: 0px;
}

.radio.rtl {
    padding-left: 0px;
    padding-right: 20px;
}

.radio.rtl label {
    padding-left: 0px;
    padding-right: 5px;
}

.radio.rtl label::before {
    left: auto;
    right: -3px;
    margin-left: 0;
    margin-right: -20px;
}

.radio.rtl label::after {
    left: auto;
    right: 0;
    margin-left: 0px;
    margin-right: -20px;
    padding-left: 0px;
    padding-right: 3px;
}

.radio.rtl input[type="radio"] {
    margin-left: 0px;
}


.filterbox .radio-inline input {
    visibility: hidden;
}

.filterbox div.radio[id^="uniform-"] span {
    width: 71px;
    height: 39px;
    border-radius: 0 !important;
}

.filterbox .radio-inline,
.checkbox-inline {
    width: 66px
}

.filterbox .radio-inline div[id^="uniform-"],
.radio-inline div[id^="uniform-"] span,
.radio-inline div[id^="uniform-"] input {
    position: relative;
    z-index: -1
}

.filterbox label.radio-inline {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    width: 60px;
    color: #444;
    text-align: right;
    padding: 0;
    line-height: 32px;
    float: right;
    position: relative;
    margin: 0;
}

.filterbox label.radio-inline>.radio {
    position: absolute
}

.filterbox label.radio-inline i {
    font-size: 19px;
    margin-left: 4px;
}

.filterbox label.radio-inline:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0
}

.filterbox label.radio-inline:last-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0
}

.filterbox label.radio-inline.active {
    background: #FF9800;
    color: #fff;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.filterbox div.radio[id^="uniform-"] span {
    visibility: hidden;
}

.filterbox label.radio-inline i {
    font-size: 19px;
    margin-right: 2px;
    /* top: 8px; */
    vertical-align: middle;
    line-height: 1;
    display: block;
    float: right;
    margin-top: 5px;
}

.filterbox i.glyph,
.sort_doctors i.glyph {
    position: relative;
    top: 7px;
}

.chat {
    float: right;
    width: 100%;
    overflow: scroll;
}


/*
//   CHAT FOOTER BOX
*/
.chat_users_index {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0px;
    float: right;
    width: 96%;
    margin: 0 auto;
    z-index: 1024;
    background: #f2f2f4 url(../images/bg-bar.png) repeat-x 0 0;
    border: 1px solid #dddfe2;
    border-bottom: 0;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, .5);
    font-size: 11px;
    height: 29px;
    margin-top: 8px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.chat-box {
    display: inline-block;
    background: white;
    width: 200px;
    /* border-radius: 5px 5px 0px 0px; */
}

.chat-head {
    background: #f2f2f4 url(../images/bg-bar.png) repeat-x 0 0;
    padding-right: 5px;
    white-space: nowrap;
    /*width: 260px;*/
    border-right: 1px solid transparent;
    border-left: 1px solid #dddfe2;
}

.chat-head h2 {
    margin: 0;
    font-size: 9pt;
    color: #555;
    padding: 8px;
    display: inline-block;
    line-height: 1.2;
    direction: rtl;
    font-family: "IRANSans", tahoma;
    font-weight: bold;
}

.chat-head img {
    cursor: pointer;
    float: left;
    width: 13px;
    margin-top: 7px;
    margin-left: 10px;
}

.white-head {
    background: #fff;
}

.chat-head:hover {
    cursor: pointer;
}

.chat-body {
    /* height: 300px; */
    background: #fff;
    border-bottom: 1px solid #333;
    position: fixed;
    width: 260px;
    font-size: 11px;
    text-align: left;
    z-index: 9999;
    line-height: normal;
    bottom: 29px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    overflow: scroll;
}

.chat-body .titlebox {
    position: relative;
    color: #fff;
    padding-top: 5px;
    font-family: "IRANSans", tahoma;
    font-weight: bold;
    cursor: pointer;
    background-color: #ff9800;
    padding-right: 0px;
    text-align: center;
    height: 27px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    z-index: 999;
}

.chat-text {
    position: relative;
    bottom: 0;
    width: inherit;
    padding: 9px;
    margin-top: 0px;
    border-top: 1px solid #ddd;
}

.chat-text textarea {
    width: inherit;
    height: inherit;
    box-sizing: border-box;
    border: 1px solid #bdc3c7;
    padding: 10px;
    resize: none;
}

.chat-text textarea:active,
.chat-text textarea:focus,
.chat-text textarea:hover {
    border-color: royalblue;
}

.msg-receive {
    background: #ccc;
    color: #000 !important;
}

.msg-send,
.msg-receive {
    display: inline-block;
    clear: both;
    padding: 9px 15px;
    border-radius: 30px;
    margin-bottom: 2px;
}

.msg-receive {
    background: #eee;
    float: left;
}

.msg-send {
    float: right;
    background: #0084ff;
    color: #fff;
}

.msg-receive+.msg-send {
    border-bottom-right-radius: 5px;
}

.msg-send+.msg-send {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.msg-send:last-of-type {
    border-bottom-right-radius: 30px;
}

.msg-insert {
    padding: 10px;
    position: relative;
    overflow: scroll;
    height: 300px;
}

.online {
    color: green !important;
}

.offline {
    color: #ccc !important;
}


span.tapicker {
    float: right;
    padding: 10px 15px 0 0;
    color: blue;
    font-weight: bold;
    font-size: 12pt;
    line-height: 1;
}

.bootstrap-timepicker-widget table {
    direction: ltr;
}


.go_to_map {
    display: inline-block;
    width: 150px;
}

.go_to_map img {}

.input-sm {
    height: 30px !important;
}

.rowform {
    background: #eee;
    border: 1px solid #ddd;
    border-bottom: 0;
    padding: 15px 0 0;
    border-radius: 4px 4px 0 0;
}

@media (max-width: 768px) {
    .dropdown-menu-responsive {
        display: block;
        position: relative;
        width: 100%;
        background: #ffffff;
        min-width: 100% !important;
        margin: 20px 0;
        padding: 3px;
    }

    .dropdown-menu-responsive li {
        padding: 3px 0;
    }

    .dropdown-menu-responsive li a {}
}

.blockwelcome {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 11pt;
    background: #fff;
}

.namefamilydash {
    font-family: "IRANSans";
    font-weight: bold;
    color: #000000;
}

.datedash {
    color: #999;
}

.go_to_map {
    display: inline-block;
    width: 150px;
}

.go_to_map img {}

.f_req {
    color: red;
}

.flickity-spacing-doctor-list {
    min-width: 220px;
    max-width: 320px;
    margin-right: 0;
    height: auto;
    margin-top: 0;
    padding: 0 15px 30px 7px;
    cursor: auto;
}

.doctoritems {
    width: 100%;
    margin-right: 0;
    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;
}

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

.doctoritems 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%;
}

.doctoritems .info {
    margin: 5px 0 20px;
}

.doctoritems .info .name {}

.doctoritems .info .name {
    text-align: center;
    font-size: 14px;
    font-family: "IRANSans";

    font-weight: 700;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.7;
}

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

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

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

.doctoritems .button-daryaft {
    border-radius: 20px;
    color: #ffffff;
    background: #2196f3;
    border: 1px solid #2196f3;
    height: 40px;
    padding: 7px 15px;
    font-size: 12px;
    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;
}

.doctoritems .button-daryaft:hover {
    background-color: #fff;
    color: #2296f3;
    border-color: #2296f3;
}

.site-header {
    background: #fff;
    position: relative;
    display: block;
    border-bottom: 1px solid #7b7b7b;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 30%);
}


.login_box {
    height: 80px;
    padding-top: 24px;
}

.login_box .link {
    float: right;
    position: relative;
    padding: 0;
    margin: 0;
    /* border-left: 1px solid #ababab; */
}

.login_box .link li.item {
    /* float: right; */
    list-style: none;
    font-size: 14pt;
    /* padding: 0 10px; */
    /*font-family: "iransans-medium";*/
    display: inline-block;
    clear: both;
    position: inherit;
    text-align: right;
    z-index: 10;
}

.login_box .link li.item a {
    padding: 0 10px;
    display: block;
    height: 35px;
    font-size: 14px;
    /* line-height: 34px; */
    color: #444;
    text-transform: capitalize;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    outline: 0;
}

.login_box .link li.item a:hover {
    /* color: #ff4e00; */
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    color: #fff !important;
    background-color: #2196f3;
    border-radius: 5px;
}

.login_box .dropdown {
    margin-top: 0px;
    list-style: none;
    padding: 0 18px 0 0;
    /*font-family: "iransans-medium";*/
    display: inline-block;
    clear: both;
    position: inherit;
    text-align: right;
    z-index: 10;
    position: relative;
}

.login_box .dropdown .loginlinkheader,
.login_box .dropdown .dropdown-toggle {
    padding: 0 3px;
    display: block;
    height: 35px;
    /* font-size: 12px; */
    line-height: 34px;
    color: #444;
    text-transform: capitalize;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    outline: 0;
    position: relative;
    border-radius: 4px;
}

.login_box .dropdown a.loginlinkheader i,
.login_box .dropdown .dropdown-toggle i {
    margin-left: 5px;
    vertical-align: middle;
    line-height: 1;
    /* position: relative !important; */
    /* right: 0 !important; */
    /* top: 0 !important; */
    /* color: #fff !important; */
}


.btn-reg i,
.btn-account i {
    position: absolute !important;
    right: -28px !important;
    top: 3px !important;
    font-size: 14pt !important;
    color: #ffffff !important;
}

.btn-reg,
.btn-account {
    background: #ffffff !important;
    padding: 5px 25px !important;
    height: auto !important;
    color: #0175d1 !important;
}

#searchfilters .select--city+span.select2-container {
    border-radius: 30px !important;
    font-size: 12pt;
    color: #495057;
}

.imglogo {
    max-height: 66px;
    margin-top: 7px;
    padding: 10px
}

.dropdown-menu li {
    list-style: none;
}

.login_box .dropdown-menu {
    width: 250px;
}

.login_box .dropdown-menu li {
    padding: 3px 13px;
    line-height: 1.8;
    position: relative;
}

.login_box .dropdown-menu li a {}

.navbar-toggle {
    background-color: #1976d2;
    border: 1px solid #1875d1;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}


.navbarmenu {}

@media (max-width: 768px) {

    .header-right-content .navbar-header {
        float: left;
        display: block;
        margin: 0;
        padding: 0;
    }

    .header-right-content .navbar-header .navbar-toggle {
        display: block !important;
        margin: 0;
        margin-left: 10px;
    }

    .home-hero {
        height: 460px;
    }

    .search-div {
        border-radius: 0;
        padding: 9px;
    }

    #searchfilters .select--city+span.select2-container,
    #searchfilters .select--expertise+span.select2-container,
    #searchfilters .select--type+span.select2-container {
        margin-bottom: 10px !important;
    }

    #searchfilters .input--searchquery {
        margin-bottom: 10px !important;
    }

    .navbarmenu {
        display: block !important;
        background-color: #1d1d1d;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .61);
        position: fixed;
        z-index: 9999999;
        visibility: hidden;
        right: 0;
        bottom: 0;
        width: 269px;
        max-width: 80%;
        height: 100%;
        padding: 50px 0;
        overflow: auto;
        transition: all .5s;
        transform: translateX(105%);
        text-align: right;
    }

    .navbarmenu .dropdown-menu {
        width: 100%;
        position: relative;
        margin: 0;
        background: #3a3a3a;
    }

    .navbarmenu .dropdown-menu li {}

    .navbarmenu .dropdown-menu li a {
        line-height: 1 !important;
    }

    .show-menu {
        visibility: visible;
        transform: translateX(0);
    }

    .navbarmenu .link {
        float: none;
        box-shadow: 0 4px 2px -2px #101010;
        border-bottom: 1px solid #444;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-left: 0;
    }

    .navbarmenu .link .item {
        display: block !important;
        margin: 0;
        padding: 0;
    }

    .navbarmenu .link .item a {
        color: #fff !important;
        height: auto !important;
        line-height: 2;
        padding: 5px 15px !important;
    }

    .navbarmenu .link .item a:hover,
    .navbarmenu .dropdown a:hover {
        color: #ff4e00 !important;
    }

    .navbarmenu .dropdown {
        display: block;
        margin: 0;
        padding: 0 15px;
    }

    .navbarmenu .dropdown a {
        color: #fff !important;
        height: auto !important;
        line-height: 2 !important;
        margin-bottom: 11px;
        background: transparent !important;
        padding: 0 !important;
        border: 0 !important;
        /* margin: 0 !important; */
    }

    .navbarmenu .dropdown-toggle {}

}

.menu-mobile-active {
    visibility: visible;
}


@media (min-width: 1024px) {

    .login_box .link li.item a {
        line-height: 34px;
    }

    .linkacc {
        margin-top: 0 !important;
        padding: 0 3px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login_box .link li.item {
        padding: 0 3px;
    }
}

.bgf7f7f7 {
    background: #f7f7f7;
}

.fun-facts-area {
    background: rgb(12 115 87);
    background-image: linear-gradient(131deg, #005ccf, #33c5cd);
    float: right;
    width: 100%;
    position: relative;
}

.fun-fact {
    padding-right: 80px;
    padding-left: 0;
    text-align: right;
}

.fun-fact {
    position: relative;
    padding-left: 80px;
}

.fun-fact i {
    color: rgb(16 114 218);
}

.fun-fact i {
    right: 0;
    left: auto;
}

.fun-fact i {
    font-size: 30px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: rgb(255 255 255);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.fun-fact h2 {
    color: rgb(255 255 255);
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: "IRANSans";
}


.fun-fact p {
    color: rgb(255 255 255);
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
}

@media only screen and (max-width: 767px) {
    .fun-fact h2 {
        font-size: 35px;
        margin-top: 10px;
        text-align: right;
    }

    .fun-fact p {
        font-size: 16px;
        text-align: right;
    }

    .fun-facts-area {
        padding-bottom: 30px;
    }

    .fun-fact {
        text-align: center;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .fun-fact i {
        position: absolute;
        margin-bottom: 15px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fun-fact {
        margin-bottom: 30px;
    }

    .fun-fact h2 {
        font-size: 40px;
    }

    .fun-facts-area {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fun-fact h2 {
        font-size: 42px;
    }

    .fun-fact p {
        font-size: 15px;
    }
}

.ptb-100 {
    padding-top: 90px;
    padding-bottom: 82px;
    position: relative;
}

.site-header.notindex {
    /* background: #f7f7f7; */
    /* border-bottom: 1px solid #d8d8d8; */
    /* box-shadow: 0 2px 17px -2px rgb(0 0 0 / 21%); */
}

.video-background {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -100;
}

.help-block.with-errors {
    background: transparent !important;
    border: 0 !important;
    padding: 5px 0 !important;
    color: #cc0000;
}

#time_reg {
    text-align: left;
    display: block;
    color: #cc0000;
    font-family: "IRANSans", serif;
    padding: 5px 0 0 3px;
    float: left;
}

.shadow-groupform {
    box-shadow: 0px 0px 10px #ddd;
    padding: 15px;
}

.none-shadow {
    box-shadow: none !important;
}


.inline-data {
    float: right;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 10px
}

.inline-data label.subj {
    display: inline-block;
    min-width: 120px;
    margin-left: 20px;
    font-family: "IRANSans";
    font-weight: bold;
    vertical-align: baseline;
}

.inline-data .data {
    display: inline-block;
}

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

.help-info {
    margin: 3px 0;
    padding: 0;
    color: #999;
    line-height: 1.6;
}

.clockpicker-popover .popover-title {
    direction: ltr;
}

.onlinelaw img {
    border-color: #4DAF4D !important;
}

.online-drlist {
    animation: crescendo 1s alternate infinite ease-in;
    background: #5aec41 !important;
}

@keyframes crescendo {
    0% {
        transform: scale(.8);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}

.closeicon {
    display: none;
}

/* step */
@media (max-width: 500px) {
    .closeicon {
        display: block;
        position: absolute;
        top: 14px;
        color: #fff;
        left: 10px;
        font-size: 16pt;
        line-height: 1;
        /* width: 24px; */
        /* height: 24px; */
        background: #cc0000;
        text-align: center;
        vertical-align: middle;
        padding: 4px 3px 4px;
    }

    .setup-panel li {
        width: 100%;
    }
}

.qrcode {
    text-align: left;
}

.qrcode img {
    width: 50%;
}

.label-level {
    margin-bottom: 13px;
    clear: both;
    display: block;
    font-size: 11pt;
    color: #e91e63;
    font-family: "IRANSans", serif;
    font-weight: bold;
}

@media (max-width: 786px) {}

.btnrefresh {
    line-height: 1;
    color: #008000;
}

.btnrefresh i {
    vertical-align: middle;
}

.btnrefresh:hover,
.btnrefresh:focus,
.btnrefresh:active {
    color: #008000;
}

@media (max-width: 426px) {
    .fontsizedsvk {
        font-size: 9pt;
    }

    .label-sch-top {
        padding-top: 0 !important;
        text-align: center;
        display: block;
    }

}

@media (min-width: 769px) {
    .tasaatdiv {
        padding-left: 0;
        padding-right: 0;
    }

}

@media (min-width: 768px) {
    .setup-panel li {
        margin-left: 10px;
    }

    .setup-panel li.active a:before,
    .setup-panel li.active :after {
        right: 100%;
        top: 50%;
        border: solid #0000;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .setup-panel li.active a:before {
        border-color: #c2e1f500;
        border-right-color: #2196f3;
        border-width: 17px;
        margin-top: -17px;
    }
}

@media (max-width: 767px) {
    .fontsizedsvk {
        font-size: 9pt;
    }

    .setup-panel li {
        margin-bottom: 10px;
    }

    .setup-panel li.active a:before,
    .setup-panel li.active :after {
        top: 100%;
        left: 50%;
        border: solid #0000;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .setup-panel li.active a:before {
        border-color: #c2e1f500;
        border-top-color: #3379b7;
        border-width: 15px;
        margin-left: -9px;
    }
}

.btn-account {
    background: #fd5721;
    padding: 9px 13px !important;
    height: auto !important;
    color: #fff;
    line-height: 1.3 !important;
    vertical-align: middle;
    border-radius: 4px;
}

.linkacc {}

.accountdroplink li {
    border-bottom: 1px solid #ddd;
    padding: 2px 10px !important;
}
.accountdroplink li:last-child {
    border-bottom: 0;
}

.accountdroplink li a {
    color: #000000;
    line-height: 1.5;
    font-size: 0.8rem;
}

.accountdroplink li a i {
    vertical-align: middle;
    padding-left: 7px;
    color: #787878;
    font-size: 14pt;
    border-left: 1px solid #ddd;
    margin-left: 7px;
}

.member_nameutop {
    display: inline-block;
    padding-right: 10px;
    padding-left: 5px;
    color: #f90748;
    font-size: 12px;
}

@media (max-width: 768px) {
    .member_nameutop {
        text-align: center;
        display: block;
        margin: 15px 0;
        padding-bottom: 13px;
        box-shadow: 0 4px 2px -2px #101010;
        border-bottom: 1px solid #444;
        color: #1cca23;
    }

    .tozihbestdoctor h2 {
        font-size: 14pt;
    }

    .accountdroplink li {
        border-bottom: 1px solid #ddd !important;
    }
    .accountdroplink li:last-child {
        border-bottom: 0 !important;
    }
}

.waitingforcall_count {
    position: absolute;
    left: 10px;
    background: #FFC107;
    color: #fff;
    width: 20px;
    text-align: center;
    line-height: 1.5;
    height: 20px;
    top: 8px;
    font-size: 10pt;
}


@media (min-width: 1200px) {
    .col-lg-25 {
        width: 20%;
    }

    .col-lg-95 {
        width: 80%;
    }
}

.table-middle tr td,
.table_middle tr td,
.valign tr td {
    vertical-align: middle !important
}

.bdgalerterror {
    color: red;
    font-family: "IRANSans", serif;
    font-weight: bold;
}

.btn-icon i {
    vertical-align: middle;
    line-height: 1;
    font-size: 14pt;
}

.label {
    font-size: 100% !important;
}


.register-mobile {
    display: none;
}

@media (max-width: 425px) {
    .floatwhats {
        /* display: none; */
    }

    .register-mobile {
        display: block;
        position: relative;
        float: right;
        margin-left: 20px;
    }

    .setup-panel {}

    .setup-panel li {
        margin-bottom: 4px;
    }

    .setup-panel li.active a:before {
        border-width: 8px;
        margin-left: 0px;
    }

    .list-group-item-heading {
        margin-bottom: 4px;
        font-size: 10pt;
        display: inline-block;
    }

    .list-group-item-text {
        display: inline-block;
        opacity: 0.8;
        font-size: 9pt;
        border-right: 2px solid #ccc;
        padding-right: 7px;
        margin-right: 4px;
    }

    .nav-pills>li+li {
        border-bottom: 1px solid #ddd;
    }

    .nav-pills>li+li:last-child {
        border-bottom: 0;
    }

    .nav>li>a {
        padding: 8px 10px;
    }
}

.copyright {
    font-size: 9pt;
    color: #737373;
    text-align: center;
}

.imageprofile-mobile {
    display: none;
}

.imageprofile-mobile img {}

@media (max-width: 425px) {
    .imageprofile-mobile {
        display: block;
        margin-right: 5px;
        width: 100px;
        float: left;
    }

    .headermobile {
        padding: 0;
    }

    .headermobile .logo {}

    .headermobile .logo img {}
}

@media screen and (min-width: 576px) {
    #badge_support {
        border-radius: 20px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #fff;
        width: 170px;
        height: 180px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 91;
        cursor: pointer;
        flex-flow: column;
    }

    #badge_support:before {
        content: '';
        background: url(../images/sprites.png) no-repeat;
        width: 103px;
        height: 113px;
    }

    #badge_support span {
        font-size: 21px;
        color: #000;
        font-family: "IRANSans", serif;
        font-weight: bold;
        display: inline-block;
        margin-top: 3px;
    }
}

.supportmobile {
    display: none;
}

@media screen and (max-width: 576px) {
    .badge_support {
        display: none
    }

    .supportmobile {
        display: block;
        /* box-shadow: 0 -3px 4px rgb(0 0 0 / 20%); */
        /* position: fixed; */
        /* bottom: 0; */
        /* right: 0; */
        /* left: 0; */
        /* padding: 10px 0; */
        /* justify-content: space-evenly; */
        /* align-items: center; */
        /* background: #3e3e3e; */
        /* font-size: 12px; */
        /* z-index: 91; */
    }

    .supportmobile .btn {
        font-size: 13px;
        padding: 6px 8px;
    }
}

@media screen and (max-width: 375px) {
    .register-mobile {
        margin-left: 7px;
    }

    .register-mobile a {
        font-size: 13px;
        padding: 6px 4px;
    }

    .header-right-content .navbar-header .navbar-toggle {
        margin-left: 5px;
    }
}

.speciallistprofile li {
    width: 50%;
    display: inline-block;
}

@media screen and (max-width: 768px) {

    .speciallistprofile li {
        width: 100%;
        display: block;
    }
}

.home-hero:before {
    /* opacity: 0.7; */
}

.search_page_hero {
    background: url(../images/homeBanner-810x469.jpg) center top no-repeat #333;
    height: 180px;
    min-height: 148px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: 0 -171px;
}

.loginhero {
    background: url(../images/secur-img-pichi.jpg) center no-repeat #333 !important;
    background-size: cover !important;
    margin-bottom: 30px;
}

.loginhero:before {
    opacity: .6 !important;
}

.search_page_hero h1 {
    margin-top: 30px;
    font-size: 25pt;
}

.search_page_hero .descrweb {
    font-size: 10pt;
}

.doctorimageprofile {
    /* width: 120px; */
    /* display: block; */
    /* height: 120px; */
    /* overflow: hidden; */
    margin: 0 auto !important;
}

.doctorimageprofile img {
    /* max-width: 100%; */
    /* border-radius: 50% !important; */
    /* width: 100%; */
    /* height: 100%; */
    /* border: 2px solid #fff; */
    /* box-shadow: 0 7px 10px 0 rgb(0 0 0 / 15%); */
    /* -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 48%); */
    /* box-shadow: 0 0 5px 0 rgb(0 0 0); */
}

.doctornamefamily {
    margin-top: 0px;
}

.doctornamefamily h1 {
    text-align: right;
    font-size: 25px;
    line-height: 1.8;
    margin-top: 0;
    font-family: "IRANSans";
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.aboutdoctor {
    color: #fff;
    text-align: right;
    line-height: 1.7;
    font-size: 11px;
    text-align: right;
}

.aboutdoctor span {
    padding: 0 6px;
}

.qrcodeprofile {
    /* background: #0009; */
    padding: 0;
    margin: 0 auto;
    text-align: center;
    /* display: block; */
    margin-top: 23px;
    border-radius: 4px;
    width: 100px;
}

.qrcodeprofile img {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .search_page_hero {
        height: 130px;
        min-height: 130px;
    }

    .profilesearch {
        height: 173px;
    }


}

@media (max-width: 768px) {
    .linkboxprofile {
        margin-top: 20px;
    }

    .doctornamefamily {
        margin-top: 10px;
    }
    .aboutdoctor{
        text-align: center;
    }
    .doctornamefamily h1 {
        margin-top: 0;
        font-size: 18px;
        text-align: center;
    }
    .qrcodeprofile{
        width: 80px;
        margin-top: 7px;
    }
}


@media (max-width: 425px) {
    .profilesearch {
        height: 193px;
    }
}

@media (max-width: 375px) {
    .doctorimageprofile {
        width: 80px;
        height: 80px;
    }

    .profilesearch {
        height: 220px;
    }
}

@media (min-width: 1024px) {
    .stickysearch {
        position: sticky;
        position: -webkit-sticky;
        top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.ratingbox .rating {
    text-align: right;
}

.ratingbox {
    margin-top: 20px;
}

.ratingbox .subj {
    float: right;
    color: #ffffffbd;
}

.res_rating {
    border-radius: 100px;
    box-shadow: 0 3px 10px 0 rgb(255 187 0 / 34%);
    -webkit-box-shadow: 0 3px 10px 0 rgb(255 187 0 / 34%);
    -moz-box-shadow: 0 3px 10px 0 rgba(255, 187, 0, .34);
    -o-box-shadow: 0 3px 10px 0 rgba(255, 187, 0, .34);
    -ms-box-shadow: 0 3px 10px 0 rgba(255, 187, 0, .34);
    background-color: #fb0;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 0 8px;
    display: inline-block;
}

.br-theme-bootstrap-stars .br-widget {
    height: auto !important;
}

.ratingbox .br-theme-bootstrap-stars .br-widget {
    text-align: right;
}

.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 20px;
    /*height: 18px;*/
    width: 100px;
    /* margin: 0 auto; */
    position: relative;
    text-shadow: 0 1px 0 #a2a2a2;
}

.star-ratings-css::before {
    font-family: "Material Design Icons";
    content: "\F04CE\F04CE\F04CE\F04CE\F04CE";
    opacity: .7;
}

[title="0"]::after {
    width: 0;
}

[title="1"]::after {
    width: 20%;
}

[title="2"]::after {
    width: 40%;
}

[title="3"]::after {
    width: 60%;
}

[title="4"]::after {
    width: 80%;
}

[title="5"]::after {
    width: 100%;
}

.star-ratings-css::after {
    color: gold;
    font-family: "Material Design Icons";
    content: "\F04CE\F04CE\F04CE\F04CE\F04CE";
    text-shadow: 0 1px 0 #ab5414;
    position: absolute;
    z-index: 1;
    display: block;
    right: 0;
    top: 0;
    width: attr(rating);
    overflow: hidden;
}

.blcrate {
    /* float: right; */
    /*margin-top: 10px;*/
}

.check-decagram {
    color: #1976D2;
}

.onlinedoctor img {
    border-color: #4caf50 !important;
    box-shadow: 0 0 5px 0 #00b31280 !important;
}

.btn.btn-primary.toggle-on {
    color: #fff
}

.panel-default>.panel-heading {
    background-image: linear-gradient(to bottom, #f7f7f7 0, #dadada 100%);
}

.setup-panel li h4 {
    font-size: 10pt;
    font-family: 'IRANSans', serif;
    font-weight: bold;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #2196f3;
}

.specialcheckdsg {
    color: green;
}

.wallet_totalprice {
    display: block;
    padding: 10px;
    color: #2d2d2d;
    border: 2px solid #56af56;
    margin-bottom: 10px;
    border-radius: 4px;
    /* background: #e2ffe2; */
    /* box-shadow: 0 0 2px #8fd48f; */
    /*border-right: 0;*/
    /*border-left: 0;*/
}

.label-a1 {
    background-color: #00BCD4;
}

.reqazadsazi {
    margin-top: 10px;
}

.ja_title>div {
    font-size: 15px !important;
    font-family: "IRANSans", Serif !important;
    font-weight: bold;
}

.ja_body {
    font-size: 10pt;
    font-family: "IRANSans", Serif !important;
    font-weight: bold;
    color: #333 !important;
}

.bestuserProfileicon {
    color: #1976D2;
    z-index: 9999;
    position: relative;
    background: #fff;
    line-height: 1;
    border-radius: 99%;
    font-size: 20px;
    vertical-align: middle;
    top: 0;
    /* left: 41px; */
    width: 20px;
    height: 20px;
    display: inline-block;
}

.onlinedoctor {
    background: #008000;
    color: white;
    line-height: 1;
    padding: 4px 8px;
    font-size: 10px;
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
    border-radius: 0 9px 9px 0;
    box-shadow: 0px 0px 10px #008000;
}

.btngroup {
    border: 0;
    font-weight: 400 !important;
    position: relative;
    padding: 5px 11px 5px 15px !important;
    line-height: 1.8 !important;
    /* box-shadow: inset #007c7d -33px 0 0!important; */
    border: 1px solid #0175d1;
    border-right: 36px solid #0175d1;
    border-radius: 4px;
}

.btngroup i {
    margin: 0;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 8px;
    right: 11px;
    font-size: 15px;
}

.formgroup_center {
    margin-top: 25px;
}

@media (max-width: 768px) {

    .formgroup_center,
    .formgroup_center_xa {
        margin-top: 0px;
        margin-bottom: 15px;
    }

}

.badge-success {
    background: green;
}

.badge-info {
    /* background: #2196F3; */
}

.badge-primary {
    background: #2196F3;
}

.badge-default {
    background: #2196F3;
}

.badge-danger,
.badge-error {
    background: #cc0000;
}

.badge-outline-green {
    background: #fff;
    border: 1px solid #ccc;
    color: #008000;
}

.badge-warning {
    background: #FF5722;
}

.helpinforegnobat {
    font-size: 10px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #264461;
    background: #bcdfff;
    display: inline-block;
    padding: 5px 6px;
    border-radius: 4px;
    border: 1px solid #8db5d8;
}

.toggle-group .btn-success {
    color: white !important;
}

.site-footer__item a:hover {
    color: #005fb3;
}

.lawbartar {}

.lawbartar .tozihbestdoctor h2 {
    font-size: 13pt;
    color: #616161;
}

.lawbartar .tozihbestdoctor p {
    font-size: 11px;
    color: #929292;
}

.menunavpages li {
    padding: 4px 10px !important;
}

.menunavpages li a {
    padding: 0 !important;
    height: auto !important;
    line-height: 1.8 !important;
}

.menunavpages li:hover {}

.menunavpages li a:hover {
    background: transparent;
}

.panel {
    background-color: #fff;
    -o-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 rgb(0 0 0 / 9%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 9%);
    border-radius: 20px;
    padding: 20px 16px;
}

.panel .panel-heading {
    font-size: 11pt !important;
}

.panel .panel-heading {
    background: #e5ebf2 !important;
    border-radius: 25px !important;
    font-family: "IRANSans", serif;
    font-weight: bold;
    font-size: 15px;
    border: 0 !important;
}

.tarapage {
    background-image: linear-gradient(131deg, #00c395, #065482);
    padding: 30px 0;
}

.alert-info {
    border-color: #90CAF9;
    background-image: none;
    background-color: #E3F2FD;
}

.intro-section {
    /*background-image: linear-gradient(131deg, #00c395, #065482);*/
    /*padding: 3rem 0;*/
}

.titlepage {
    font-size: 16pt;
    font-family: "IRANSans", serif;
    font-weight: bold;
    line-height: 1.8;
}

h5.bt-color:after {
    content: '';
    width: 80px;
    height: 2px;
    background-color: #45d3a6;
    display: block;
    /* text-align: center; */
    /* margin: 0 auto; */
    margin-top: .6em;
}

.panel.panel-primary {
    background-image: linear-gradient(131deg, #03a6f4, #0175d1);
}

.panel-primary .panel-heading {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 15px;
}

.panel-primary .panel-heading a {
    color: white !important;
}

.panel .panel-heading.khat:after {
    content: '';
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    /* text-align: center; */
    /* margin: 0 auto; */
    margin-top: .6em;
}

.label-success {
    background-color: #32c052;
}

.label-danger {
    background-color: #ed1846;
}


.filterbox .select2-container--default .select2-selection--single {
    background: #ffffff24;
    border-bottom-width: 1px !important;
    border-color: #ffffff2b !important;
}

.filterbox .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.filterbox .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-color: #ffffff36 !important;
    background: #0000000d;
}

.filterbox .select2-selection__arrow>i {
    color: #fff !important;
}

.filterbox .form-control {
    background: #ffffff24;
    color: #fff;
    border-color: #ffffff36 !important;
}

.filterbox .form-control::placeholder {
    color: #fff;
}


.badge-success {
    background: green;
}

.badge-info {
    /* background: #2196F3; */
}

.badge-primary {
    background: #2196F3;
}

.badge-default {
    background: #2196F3;
}

.badge-danger,
.badge-error {
    background: #cc0000;
}

.badge-outline-green {
    background: #fff;
    border: 1px solid #ccc;
    color: #008000;
}

.badge-warning {
    background: #FF5722;
}

.helpinforegnobat {
    font-size: 10px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #264461;
    background: #bcdfff;
    display: inline-block;
    padding: 5px 6px;
    border-radius: 4px;
    border: 1px solid #8db5d8;
}

.panel-default .panel-heading {
    background-color: #eee !important;
}

.panel-success .panel-heading {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

.linkverify {
    margin-top: 8px;
    display: block;
    color: #1976d2 !important;
    font-size: 8pt;
}

.profile-doctor {
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 9%);
    -ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    border-radius: 9px;
    margin-bottom: 23px;
    background: #fff;
    position: relative;
    padding: 15px;
    float: none;
    /*width: 100%;*/
}

.imageprofile {}

.imageprofile img {}

.profile-doctor .bgoverly {
    background: linear-gradient(82deg, #035fb0 10%, #03a9f4 92%);
    height: 55%;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}



.page-title {
    width: 100%;
    height: 87px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.ipt-title {
    font-size: 30px;
    font-family: "IRANSans", serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #484848;
    line-height: 1.6;
}

.post-layout {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: block;
}

.type-post {
    margin-bottom: 30px;
}

.post-layout .top-image {
    overflow: hidden;
    position: relative;
    margin: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.rtl .post-layout .top-image .list-categories {
    right: 10px;
    left: auto;
}

.post-layout .top-image .list-categories {
    top: 10px;
    left: 10px;
    z-index: 1;
    position: absolute;
}

.post-layout .top-image .categories-name {
    font-size: 14px;
    display: inline-block;
    background: #ff5a5f;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    text-transform: capitalize;
    padding: 0 15px;
    color: #fff !important;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

figure {
    margin: 0;
}

.post-layout .post-thumbnail {
    overflow: hidden;
    display: block;
    position: relative;
}

.post-layout .post-thumbnail img {
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    max-width: 100%;
    height: auto;
}

.post-grid .col-content {
    padding: 5px 20px 15px;
}

.post-grid .entry-title {
    font-size: 18px;
    margin: 0 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-grid .entry-title a {
    color: #131313;
    font-family: "IRANSans", serif;
    font-weight: bold;
    line-height: 1.8;
    font-size: 12pt;
}

.post-grid .date {
    white-space: nowrap;
}

.post-layout .date {
    color: #777;
    font-size: 10pt;
}

.rtl .post-layout .date i {
    float: right;
}

.rtl .post-layout .date i {
    margin-left: 8px;
    margin-right: 0;
}

.post-layout .date i {
    margin-right: 8px;
    font-size: 18px;
}

.post-grid .info-bottom {
    padding: 20px;
}

.post-layout .info-bottom {
    padding: 15px;
    border-top: 1px solid #ebebeb;
}

.ali-right {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
}

.btn-readmore {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #ff5a5f;
}

.btn-readmore:hover,
.btn-readmore:focus {
    color: #ff5a5f;
    outline: 0;
}

.btn-readmore:hover:before {
    left: 0;
    width: 100%;
}

.btn-readmore:before {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 0;
    width: 0;
    height: 1px;
    display: block;
    background: #ff5a5f;
    -webkit-transition: width .3s ease-in-out 0s;
    -o-transition: width .3s ease-in-out 0s;
    transition: width .3s ease-in-out 0s;
}

.col-content .description {
    font-size: 10pt;
}

.col-content .description {
    font-size: 10pt;
    color: #666;
}

.blog-sidebar .widget {
    margin: 0 0 30px;
    padding: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.widget-search {
    background: #fff;
    overflow: hidden;
}

.widget .widget-title {
    font-size: 18px;
    font-family: "IRANSans", serif;
    font-weight: bold;
    margin: 0 0 25px;
}

.widget_categories ul li {
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}

.widget_categories ul li a {
    padding-right: 15px;
    color: #484848;
}

.widget_categories ul li a:before {
    right: 0;
    left: auto;
    content: "\f104";
    top: 5px;
    font-family: 'FontAwesome';
    font-weight: 900;
    display: inline-block;
    position: absolute;
    line-height: 1;
}

.properties-sidebar article {
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.flex-middle {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}


.property-list-simple .property-thumbnail-wrapper {
    position: relative;
    width: 75px;
}

.property-list-simple .property-thumbnail-wrapper .property-image {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.property-list-simple .property-thumbnail-wrapper .property-image img {
    max-width: 100%;
    height: auto;
}

.property-list-simple .property-information {
    padding-right: 20px;
    padding-left: inherit;
}

.property-list-simple .property-information {
    width: calc(100% - 75px);
    padding-left: 0;
    padding-right: 7px;
}

.property-list-simple .property-title {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* -webkit-box-orient: vertical; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    line-height: 1.8;
    vertical-align: top;
}

.property-list-simple .property-title a {
    color: #171717;
    font-family: "IRANSans", serif;
    font-size: 8pt;
}

.property-list-simple .property-metas {
    margin-top: 7px;
    color: #555;
    font-size: 11pt;
}

.widget-search .form-control {
    background: #fff;
    color: #484848;
    height: 46px;
    border: 0;
    font-size: 13pt;
    font-family: "IRANSans", serif;
    box-shadow: none;
}

.widget-search .form-control:hover,
.widget-search .form-control:focus,
.widget-search .form-control:active {
    border: 0;
    box-shadow: none;
}

.widget-search .input-group {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

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

.widget-search .btn {
    border: 0 !important;
    padding: 10px 25px;
    font-size: 21px;
    height: 50px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: 0 0 !important;
}

.descrblog {
    background: #e1edfe;
    line-height: 1.8;
    padding: 10px;
    border: 1px solid #d1ddec;
    border-radius: 3px;
}

.signs img {
    height: 100px !important;
}

.blog-hero {
    background-image: url(../images/19385-pichi.jpg);
    min-height: 290px;
    height: 290px;
    background-size: cover;
    background-position: 0;

    position: relative;
    overflow: hidden;
    float: right;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-bottom-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;

}
.overlybg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: hsla(14, 100%, 8%, 0.69); */
    /* background: #cfe1e46e; */
    background-image: linear-gradient(
            131deg
            , #0052c3, #4dd6ff);
    opacity: 0.8;
}

.blog-hero h1 {
    margin: 94px auto 5px;

    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
    color: #fff;
    position: relative;
    font-family: "IRANSans", tahoma;
    font-weight: bold;
    /* font-size: 4rem; */
    line-height: 1.7;
    /* margin-bottom: 25px; */
    font-size: 36px;
    text-transform: capitalize;
    text-shadow: -1px 2px 2px #000000bd;
}
.descrweb {
    line-height: 1.7;
    display: block;
    margin: 5px auto 10px;
    text-align: center;
    /* z-index: 999; */
    color: rgba(255, 255, 255, 0.68);
    position: relative;
    font-family: "IRANSans", tahoma;
    font-weight: 300;
    color: #ffffff;
    font-size: 17px;
    /* background: #05a28fc4; */
    /* display: inline; */
    padding: 2px 10px;
    border-radius: 3px;
}
.blog-navbox {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 9%);
    border-radius: 25px;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    max-width: 800px;
    width: auto;
    height: 104px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -47px;
}

.main-blog {
    margin-top: 85px;
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.categorybloglink {
    width: auto;
    display: inline-block;
    max-width: 100%;
}

.categorybloglink li {
    list-style: none outside none;
}

.categorybloglink a {
    display: inline-block;
    margin: 0px 5px;
    text-align: center;
    transition: all .2s ease-in-out;
    padding: 8px 20px;
    border-radius: 6px;
}

.categorybloglink a:hover {
    background: #eee;
}

.categorybloglink li img {
    width: 40px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}

.categorybloglink li span {
    font-weight: 400;
    color: #032133;
    font-size: 14px;
}

.sectionnavblog {
    position: relative;
    display: block;
    clear: both;
}

.dmhitem {
    box-shadow: 0px 10px 30px rgba(17, 98, 205, 0.2);
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 25px;
    margin-bottom: 36px;
    min-height: 430px;
}

.health-blog-item-img {
    margin: 0;
    position: relative;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    max-height: 207px;
    overflow: hidden;
    min-height: 208px;
    background-color: #1565c0;
}

.health-blog-item-img img {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    top: -21px;
    border-radius: 25px;
    opacity: 1;
    transition: opacity .35s, transform .35s;
    transform: translate3d(0, 5%, 0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.health-blog-item-img-caption {
    z-index: 999;
    font-size: 10px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 13px;
    right: 13px;
}

.health-blog-item-img-caption {
    font-size: 12px;
    font-weight: 400;
    bottom: 17px;
    right: 20px;
}

.health-blog-item-info {
    padding: 15px 20px 14px;
    display: block;
    float: right;
    width: 100%;
}

.health-blog-item-title {
    font-size: 18px;
    margin-bottom: 15px !important;
    font-weight: 500;
    line-height: 1.7em;
    font-family: "IRANSans";
}

.health-blog-item-info p {
    line-height: 1.8;
    font-size: 10pt;
    font-family: "IRANSans";
    font-weight: 300;
}

.formsearchblog {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 36px;
}

.formsearchblog .apus-search {
    overflow: hidden;
    border: 1px solid #bfbfbf;
    height: 50px;
    border-radius: 0 10px 10px 0 !IMPORTANT;
    font-family: "IRANSans", tahoma !important;
}

.formsearchblog .btn-search {
    background: #1565c0;
    height: 50px;
    padding: 0 17px;
    color: #fff;
    font-size: 12pt;
    border-radius: 10px 0 0 10px !important;
}

.formsearchblog .btn-search:hover,
.formsearchblog .btn-search:focus {}

@media (max-width: 768px) {
    .login_box .dropdown .dropdown-toggle i {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        color: #fff !important;
    }
}

@media (max-width: 425px) {
    .blog-hero {
        height: 202px;
        min-height: 200px;
        border-radius: 0;
    }

    .blog-hero h1 {
        margin-top: 60px;
    }

    .blog-navbox {
        position: relative;
        bottom: 0;
        height: auto;
        border-right: 0;
    }

    .categorybloglink a {
        margin-bottom: 10px;
    }

    .main-blog {
        margin-top: 20px;
    }

    .formsearchblog {
        padding: 0 15px;
        width: 100%;
    }

    .dmhitem {
        min-height: auto;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .dmhitem {
        min-height: 460px;
    }
}

@media (min-width: 767px) and (max-width: 1188px) {
    .hidden-1024 {
        display: none;
    }
}

.listnews article {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease 0s;
}

.listnews article:hover {
    background-color: #f7f7f7;
}

.msnof {
    background: #b2b2b2 !important;
    color: #000 !important;
    float: left !important;
}

.msnof .files a {
    background: #339510 !important;
}

.messageMoshavere {
    background: #009688;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: white;
    float: right;
    min-width: 310px;
    clear: both;
}

.messageMoshavere .files {}

.messageMoshavere .files a {
    background: #e91e63;
    color: white;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 10px;
}

.messageMoshavere .descr {
    margin-top: 15px;
    line-height: 1.8;
}

.messageMoshavere .namef {
    display: block;
    margin-bottom: 10px;
    opacity: 0.7;
    text-align: left;
    font-size: 11px;
}

/*======================================================================*/
/* Register Section Home
=========================================================================
*/
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.sectionRegister {
    display: grid;
    padding: 0 20px;
    float: right;
    width: 100%;
}

.registration-body {
    padding: 20px;
    background-color: #eceef2;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    margin: 60px 0;
    float: right;
    width: 100%;
}

.registration-img {
    width: 90px;
    height: 250px;
    position: absolute;
    margin: 0;
    z-index: 9;
    background-size: 88px
}

.registration-text {
    margin: 0;
    list-style: none;
}

.registration-text>li {
    margin: 0 0 12px
}

.registratoin-caption {
    font-size: 14px;
    font-family: "IRANSans";
    font-weight: bold;
}

.registrtion-explain {
    font-size: 12px;
    font-weight: 400;
    color: #777;
    margin: 0;
    line-height: 2;
    font-family: "IRANSans";
}

.registrtion-link {
    width: 112px;
    display: block;
    clear: both;
    text-align: center
}

.registrtion-result-text {
    clear: both;
    position: relative;
    top: 5px
}

.registrtion-result-text>span {
    font-size: 11px;
    font-weight: 300;
    color: #333
}

.registrtion-result-text>label {
    font-size: 11px;
    font-weight: 700;
    color: #333
}

.registration-text-nav {
    width: calc(100% - 75px)
}

.doctor-registration-caption {
    color: #0058c3;
}

.registration-text-doctor-nav {
    direction: ltr;
    text-align: left
}

.doctor-registrtion-link {
    float: left;
    -ms-box-shadow: 0 7px 10px 0 rgba(0, 195, 149, .3);
    -moz-box-shadow: 0 7px 10px 0 rgba(0, 195, 149, .3);
    -webkit-box-shadow: 0 7px 10px 0 rgb(0 95 195 / 30%);
    box-shadow: 0 7px 10px 0 rgb(0 95 195 / 30%);
}

.registration-text>li:last-child {
    margin: 0
}

.doctor-registration-img {
    background-image: url(../images/doctor-reg-ilstrr.svg);
    top: -45px;
    right: 0
}

.user-registration-caption {
    color: #ed1846
}

.user-registrtion-link {
    float: right;
    -ms-box-shadow: 0 7px 10px 0 rgba(237, 24, 70, .3);
    -moz-box-shadow: 0 7px 10px 0 rgba(237, 24, 70, .3);
    -webkit-box-shadow: 0 7px 10px 0 rgba(237, 24, 70, .3);
    box-shadow: 0 7px 10px 0 rgba(237, 24, 70, .3)
}

.user-registration-img {
    background-image: url(../images/user-reg-ilstrtr.svg);
    top: -45px;
    left: 0
}

.registration-message-img {
    right: 35px;
    background-image: url(../images/reg-voice-message.svg)
}

.registration-text-img {
    left: 35px;
    background-image: url(../images/reg-text-message.svg)
}

.registration-message-type {
    display: block;
    position: absolute;
    top: -95px;
    width: 120px;
    height: 60px;
    z-index: 9;
    background-size: 120px
}

@media screen and (min-width:768px) {
    .sectionRegister .section-body {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        grid-gap: 20px
    }

    .registration-body {
        padding: 30px;
        margin-top: 130px;
        margin-bottom: 0;
    }

    .registration-message-type {
        width: 131px;
        background-size: 131px;
        top: -120px
    }

    .registration-img {
        width: 125px;
        height: 350px;
        background-size: 123px
    }

    .doctor-registration-img {
        top: -39px;
        right: 30px
    }

    .user-registration-img {
        top: -64px;
        left: 30px;
        width: 140px;
        background-size: 143px;
        height: 375px
    }

    .registration-text>li {
        margin: 0 0 15px
    }

    .registratoin-caption {
        font-size: 24px
    }

    .registrtion-explain {
        font-size: 18px;
        font-weight: 300
    }

    .registrtion-link {
        width: 150px;
    }

    .registrtion-result-text {
        top: 15px
    }

    .registrtion-result-text>span {
        font-size: 16px
    }

    .registrtion-result-text>label {
        font-size: 16px
    }

    .registration-text-nav {
        width: calc(100% - 125px)
    }

    .registration-message-img {
        right: 0
    }

    .sectionRegister {
        padding: 0px 0 50px;
    }

    .registration-text-img {
        left: 110px
    }
}

.red-primary-btn {
    background-color: #ed1846;
    border: 1px solid #ed1846;
    color: #fff;
}

.top-interaction-btn-transform {
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -o-transition: all .25s ease;
}

.top-interaction-btn-transform:hover {
    transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.user-registrtion-link {
    float: right;
    -ms-box-shadow: 0 7px 10px 0 rgba(237, 24, 70, .3);
    -moz-box-shadow: 0 7px 10px 0 rgba(237, 24, 70, .3);
    -webkit-box-shadow: 0 7px 10px 0 rgb(237 24 70 / 30%);
    box-shadow: 0 7px 10px 0 rgb(237 24 70 / 30%);
}

.green-primary-btn {
    background-color: #0059c3;
    border: 1px solid #0059c3;
    color: #fff;
}

.green-primary-btn:hover,
.red-primary-btn:hover {
    color: white;
    text-decoration: none;
}

.doctor-registrtion-link {
    float: left;
    -ms-box-shadow: 0 7px 10px 0 rgba(0, 195, 149, .3);
    -moz-box-shadow: 0 7px 10px 0 rgba(0, 195, 149, .3);
    -webkit-box-shadow: 0 7px 10px 0 rgb(0 95 195 / 30%);
    box-shadow: 0 7px 10px 0 rgb(0 95 195 / 30%);
}

.corner-btn {
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.lg-drsaina-btn {
    /*height: auto;*/
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .lg-drsaina-btn {
        font-size: 16px;
        height: 48px;
        padding: 10px 15px;
    }
}

/*
======================================================
    Download Box Home app
======================================================
*/
.appSection {
    float: right;
    width: 100%;
    position: relative;
    padding: 90px 0;
    /*background: #edebeb;*/
    border-top: 1px solid #ddd;
}

.download-section-body {
    background-image: linear-gradient(106deg, #065482, #00c395);
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 30px 25px;
    width: 100%;
    position: relative;
    /* margin:100px 0 0 0; */
    -ms-box-shadow: 0 5px 40px 0 #00c3953d;
    -moz-box-shadow: 0 5px 40px 0 #00c3953d;
    -webkit-box-shadow: 0 5px 40px 0 #00c3953d;
    -o-box-shadow: 0 5px 40px 0 #00c3953d;
    box-shadow: 0 5px 40px 0 #00c3953d;
}

.download-section-title {
    color: #fff !important;
    margin: 0 0 23px 0
}

.download-content {
    padding: 0
}

.download-link-box {
    display: block
}

.download-link-box:first-child {
    margin-bottom: 13px
}

.download-link {
    -ms-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -ms-box-shadow: 0 6px 20px 0 rgba(51, 51, 51, .33);
    -moz-box-shadow: 0 6px 20px 0 rgba(51, 51, 51, .33);
    -webkit-box-shadow: 0 6px 20px 0 rgba(51, 51, 51, .33);
    box-shadow: 0 6px 20px 0 rgba(51, 51, 51, .33);
    background-color: #fff;
    display: block;
    text-align: right;
    padding: 0 5px;
    max-width: 128px;
    height: 40px
}

.download-link i {
    display: inline-block;
    float: right
}

.download-title {
    font-size: 8px;
    font-weight: 400;
    color: #032133;
    display: inline-block;
    position: relative;
    top: -2px
}

.download-send-link-text {
    font-size: 18px;
    color: #fff;
    display: block;
    font-weight: 300;
    margin: 0 0 10px 0
}

.download-send-link-input {
    position: relative;
    width: 410px;
    margin: 0 0 65px
}

.send-link-input {
    direction: ltr;
    -ms-border-radius: 80px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -ms-box-shadow: 0 6px 20px 0 rgba(51, 51, 51, .33);
    -moz-box-shadow: 0 6px 20px 0 rgba(51, 51, 51, .33);
    -webkit-box-shadow: 0 6px 20px 0 rgba(51, 51, 51, .33);
    box-shadow: 0 6px 20px 0 rgba(51, 51, 51, .33);
    border: 1px solid #fff;
    width: 100%;
    padding: 6px 6px 6px 110px;
    height: 47px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    color: #242424;
}

@media screen and (min-width: 1600px) {
    .send-link-button {
        height: 38px;
    }
}

.send-link-button {
    background-color: #ed1846;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    border: 1px solid #ed1846;
    -ms-border-radius: 80px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    z-index: 999;
    left: 5px;
    top: 5px;
    width: 87px;
    text-align: center
}

.download-source {
    font-size: 14px;
    font-weight: 700;
    color: #032133;
    position: relative;
    top: -10px
}

.download-googleplay {
    width: 23px;
    height: 27px;
    background-image: url(../images/google-play.svg);
    background-size: 24px;
    margin: 8px 0 0 7px
}

.download-drsaina {
    width: 32px;
    height: 32px;
    -ms-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-box-shdow: 0 3px 10px 0 rgba(237, 24, 70, .49);
    -moz-box-shadow: 0 3px 10px 0 rgba(237, 24, 70, .49);
    -webkit-box-shadow: 0 3px 10px 0 rgba(237, 24, 70, .49);
    box-shadow: 0 3px 10px 0 rgba(237, 24, 70, .49);
    background-image: url(../images/drsaina-down.svg);
    margin: 4px 0 0 7px
}

.download-img {
    width: 130px;
    position: absolute;
    left: 25px;
    top: -100px;
    z-index: 9;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .24);
    border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px
}

.download-img>img {
    width: 103%;
    margin: 0 -2px 0 0
}

.download-img-double-phone {
    width: 460px;
    position: absolute;
    left: 47px;
    top: -188px;
    z-index: 999;
    border-radius: 10px
}

.download-img-double-phone>img {
    width: 100%;
    margin: 0 -2px 0 0;
    -ms-transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg)
}

@media screen and (min-width:768px) {
    .download-section-body {
        -o-border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

@media screen and (min-width:1200px) {
    .download-img-double-phone {
        left: 107px
    }
}

@media screen and (min-width:1024px) {
    .download-img-double-phone {
        width: 430px;
        left: 67px;
        top: -156px
    }
}

@media screen and (min-width:992px) {
    .download-section-body {
        overflow: hidden;
        padding: 50px 60px;
    }
}

@media screen and (min-width:768px) {
    .download-link {
        max-width: 162px;
        height: 60px;
        padding: 7px 10px
    }

    .download-googleplay {
        width: 35px;
        height: 40px;
        background-size: 34px;
        margin: 4px 0 0 7px
    }

    .download-title {
        font-size: 10px;
        margin: 0 0 5px 0
    }

    .download-source {
        font-size: 17px
    }

    .download-drsaina {
        width: 40px;
        height: 40px
    }

    .download-img {
        width: 193px
    }

    .download-send-link-input {
        width: 100%
    }

    ul.download-app-stores {
        display: flex;
        max-width: 360px;
        margin: 0
    }
}

@media screen and (max-width:340px) {
    .download-section-body {
        padding: 25px 20px
    }

    .download-img {
        width: 122px;
        height: 251px;
        left: 20px;
        top: -88px
    }

    .download-link {
        width: 110px
    }

    .download-source {
        font-size: 12px
    }
}

.section-title {
    font-size: 16px;
    font-family: "IRANSans";
    font-weight: bold;
    color: #032133;
    text-align: right;
    display: block;
}

@media screen and (min-width: 768px) {
    .section-title {
        font-size: 25px;
    }
}


/*
========================================================================
 */

@media screen and (min-width: 768px) {
    .serviceHomeDiv .section-body {
        text-align: center;
        padding: 10px 20px 27px 0;
    }
}
.serviceHomeDiv .section-body {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 20px 27px 0;
}

.section-body {
    width: 100%;
    padding: 0 20px 0 0;
}



@media screen and (min-width: 768px){
    .sevice-list-item {
        -ms-border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        padding: 30px 20px 30px 20px;
        width: 240px;
        margin-left: 43px;
        height: 235px;
    }
}
.sevice-list-item {
    margin-left: 23px;
    margin-right: 0;
    height: auto;
    display: inline-block;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -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 rgb(0 0 0 / 9%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 9%);
    padding: 17px;
    background-color: #fff;
    width: 136px;
    height: 136px;
    text-align: center;
}
.top-interaction-box-transform {
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -o-transition: all .25s ease;
}
.sevice-list-item>a {
    display: block;
}
.consultation-service .service-icon {
    background-image: url(../images/consultation-icon.svg);
}

@media screen and (min-width: 768px){
    .service-icon {
        width: 100px;
        height: 100px;
        background-size: 100px;
        margin: 0 auto 27px!important;
    }
}

.service-icon {
    width: 58px;
    height: 58px;
    display: block;
    background-size: 57px;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center center;
}
.m-auto {
    margin: auto!important;
}
@media screen and (min-width: 768px){
    .service-title {
        font-size: 18px;
        margin: 14px 0 4px;
    }
}
.service-title {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    color: #031f30;
    margin: 14px 0 3px;
    white-space: nowrap;
}

@media screen and (min-width: 768px){
    .service-explaine {
        font-size: 14px;
    }
}
.service-explaine {
    font-size: 9px;
    font-weight: 300;
    color: #193a4d;
    margin: 0;
    white-space: nowrap;
}
.service-exp{
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 9%);
    padding: 17px 17px 30px;
    background-color: #fff;
    text-align: center;
    position: relative;
}
.service-exp .image{
    width: 160px;
    height: auto;
    background-size: 100px;
    margin: 0 auto 10px!important;
}
.service-exp .image img{}
.service-exp .title{font-family: "IRANSans";font-size: 14pt;color: black;line-height: 1.8;font-weight: bold}
.service-exp .descr{font-family: "IRANSans";font-weight:300;color: #333;line-height: 2;margin-top: 2px;font-size: 14px;}

.blockbbe{
    background: #d7ebf2;
    padding: 15px 15px;
    margin-bottom: 9px;
    border-radius: 7px;
}
.smallinfo{
    background: #fbf9d9;
    padding: 3px 10px;
    border-radius: 4px;
}
.tdstrprice{
    font-size: 11pt !important;
    font-family: "IRANSans", tahoma;
    font-weight: bold;
}
.tdprice{font-family: "IRANSans", tahoma;color: #CC0004;font-size: 14pt;font-weight: bold}
.tdstrf{
    color: #182ea5;
}

.tdstrprice-s{
    font-size: 10pt !important;
    font-family: "IRANSans";
    font-weight: bold;
    color: #666;
}
.tdprice-s{font-family: "IRANSans";font-weight:bold;color: #333;font-size: 10pt;}


@media screen and (max-width: 430px){
    .service-exp .image{
        width: 100%;
        margin-bottom: 0 !important;
    }
    .service-exp .title{
        font-size: 12pt;
    }
    .appinfo .downloadbox{
        margin: 30px auto;
        margin-bottom: 0;
        text-align: center;
    }
    .appinfo .downloadbox a{
        margin-bottom: 10px;
    }
}
.service-exp {
    transition: all .25s ease;
}
.service-exp:hover{
    transform: translateY(-8px);
}
.serviceHomeDiv{
    float: right;
    width: 100%;
    position: relative;
    z-index: 9;
}

.bezoodi{
    background: gold;
    padding: 5px 10px;
    border-radius: 16px;
    position: absolute;
    left: 5px;
    top: 15px;
    box-shadow: inset 0px 0px 5px #0000005c;
    font-size: 12px;
}
.bezoodi i{
    vertical-align: middle;
    line-height: 1;
}

.accountdroplink{
    padding: 0;
    margin: 0;
    width: 250px;
}
.nav-level {
    box-shadow: 0 2px 7px rgb(0 0 0 / 9%);
    margin-bottom: 15px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}
.nav-level li{
    padding: 15px 8px;
}
.nav-level li.active{
    background: #e3f4e4;
    border-left: 1px solid #ccc;
}
.nav-level .nav-link{
    padding: 0;
    color: #aaa;
}
.nav-level li.active a{color: #157218;}
.nav-level .nav-link p{
    margin-bottom: 0;
}
