.today {
    font-size: 11pt !important;
}

.commentlist {
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "IRANSans", tahoma;
}

.commentbody {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px #d4d4d4;
}

.comment-meta::before, .comment-meta::after {
    content: '';
    display: table;
    clear: both
}

.comment-meta .comment-avatar {
    display: inline-block;
    float: right
}

.comment-meta .comment-avatar
.avatar {
    display: block;
    padding: 3px;
    margin-left: 20px;
    float: right;
    border: 1px solid #e5e5e5
}

.comment-meta .comment-author {
    display: block
}

.commentbody
.fn {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 3px
}

.comment-date {
    font-size: 12px;
    color: #c6c6c6
}

.comment-content {
    margin-right: 88px;
    color: #8e8e8e;
    text-align: justify
}

.comment-reply-link {
    line-height: 24px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 0 12px;
    color: #83868a;
    font-size: 11px;
    transition: all .2s ease-in-out 0s
}

.comment-reply-link:hover {
    color: #f09217
}

@media (max-width: 1000px) {
    .commentbody {
        text-align: right
    }

    .comment-meta {
        margin-bottom: 7px
    }

    .comment-content {
        margin-right: 0
    }
}

a, a:hover, button, img {
    outline: none !important;
}

.line-top {
    border-top: 1px solid #ddd;
    display: block !important;
    padding-top: 20px;
}

.osxbutton {
    font: 400 11px/18px "IRANSans", Arial, sans-serif;
    text-decoration: none;
    color: black;
    padding: 1px 7px;
    border: 1px solid #9C9C9C;
    margin: 2px 2px;
    display: inline-block;
    background-image: -webkit-linear-gradient(
            #ffffff 0%, #F6F6F6 30%,
            #F3F3F3 45%, #EDEDED 60%,
            #eeeeee 100%);
    border-radius: 3px;
    cursor: default;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.20);
}

.osxbutton:active {
    border-color: #705ebb;
    background-image: -webkit-linear-gradient(
            #acc5e9 0%, #a3c0f2 18%,
            #61a0ed 39%, #55a3f2 70%,
            #82c2f1 91.72%, #9AD2F2 100%);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.65);
}

.osxbutton.disabled {
    color: #999 !important;
    background-image: -webkit-linear-gradient(#fbf8f8 0%, #f0f0f0 30%, #e3e3e3 45%, #d7d7d7 60%, #cbc9c9 100%);
}

.osxbutton:hover, .osxbutton:focus {
    color: black;
}

.osx, .osx:hover {

    color: #000;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .2);
    font: 400 12px/18px "IRANSans", Arial, sans-serif;

    -webkit-tap-highlight-color: transparent;

    padding: 0 12px;

    border: 1px solid;
    border-top-color: #9d9d9d;
    border-bottom-color: #939393;
    border-left-color: #949494;
    border-right-color: #949494;

    -webkit-border-radius: 4px;
    box-shadow: 0 1px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.1);

    -webkit-appearance: none;

    background: #ffffff; /* Old browsers */

    background: -webkit-gradient(linear, left top, left bottom,
        /* Chrome, */ color-stop(0%, #ffffff),
        /* Safari4+ */ color-stop(25%, #ffffff),
    color-stop(30%, #fcfcfc),
    color-stop(35%, #f9f9f9),
    color-stop(40%, #f7f7f7),
    color-stop(45%, #f5f5f5),
    color-stop(50%, #f2f2f2),
    color-stop(50%, #ececec),
    color-stop(80%, #ededed),
    color-stop(95%, #efefef),
    color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 25%, #fcfcfc 30%, #f9f9f9 35%,
        /* Chrome10+, */ #f7f7f7 40%, #f5f5f5 45%, #f2f2f2 50%, #ececec 50%,
        /* Safari5.1+ */ #ededed 80%, #efefef 95%, #f2f2f2 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 25%, #fcfcfc 30%, #f9f9f9 35%,
        /* FF3.6+ */ #f7f7f7 40%, #f5f5f5 45%, #f2f2f2 50%, #ececec 50%,
    #ededed 80%, #efefef 95%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 25%, #fcfcfc 30%, #f9f9f9 35%,
        /* Opera 11.10+ */ #f7f7f7 40%, #f5f5f5 45%, #f2f2f2 50%, #ececec 50%,
    #ededed 80%, #efefef 95%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 25%, #fcfcfc 30%, #f9f9f9 35%,
        /* IE10+ */ #f7f7f7 40%, #f5f5f5 45%, #f2f2f2 50%, #ececec 50%,
    #ededed 80%, #efefef 95%, #f2f2f2 100%);
    background: linear-gradient(top, #ffffff 0%, #ffffff 25%, #fcfcfc 30%, #f9f9f9 35%,
        /* W3C */ #f7f7f7 40%, #f5f5f5 45%, #f2f2f2 50%, #ececec 50%,
    #ededed 80%, #efefef 95%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        /* IE6-9 */ startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);

    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

}

.osx:active, .osx.primary, .osx.primary:hover {
    background: #bcd6ef; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom,
        /* Chrome,  */ color-stop(0%, #bcd6ef),
        /* Safari4+ */ color-stop(5%, #a3c1ef),
    color-stop(10%, #98b8e9),
    color-stop(15%, #91b3e9),
    color-stop(20%, #8ab1e9),
    color-stop(25%, #8ab2ea),
    color-stop(30%, #83abe8),
    color-stop(35%, #7cabe9),
    color-stop(40%, #73a6e8),
    color-stop(45%, #6ca4e9),
    color-stop(50%, #67a1e9),
    color-stop(50%, #4693ea),
    color-stop(70%, #579eec),
    color-stop(75%, #64a7ee),
    color-stop(80%, #6eaeee),
    color-stop(85%, #7db6ef),
    color-stop(90%, #88bfef),
    olor-stop(95%, #97caef),
    color-stop(100%, #abd4ef));
    background: -webkit-linear-gradient(top, #bcd6ef 0%, #a3c1ef 5%, #98b8e9 10%, #91b3e9 15%,
        /* Chrome10+, */ #8ab1e9 20%, #8ab2ea 25%, #83abe8 30%, #7cabe9 35%,
        /* Safari5.1+ */ #73a6e8 40%, #6ca4e9 45%, #67a1e9 50%, #4693ea 50%,
    #579eec 70%, #64a7ee 75%, #6eaeee 80%, #7db6ef 85%,
    #88bfef 90%, #97caef 95%, #abd4ef 100%);
    background: -moz-linear-gradient(top, #bcd6ef 0%, #a3c1ef 5%, #98b8e9 10%, #91b3e9 15%,
        /* FF3.6+ */ #8ab1e9 20%, #8ab2ea 25%, #83abe8 30%, #7cabe9 35%,
    #73a6e8 40%, #6ca4e9 45%, #67a1e9 50%, #4693ea 50%,
    #579eec 70%, #64a7ee 75%, #6eaeee 80%, #7db6ef 85%,
    #88bfef 90%, #97caef 95%, #abd4ef 100%);
    background: -o-linear-gradient(top, #bcd6ef 0%, #a3c1ef 5%, #98b8e9 10%, #91b3e9 15%,
        /* Opera 11.10+ */ #8ab1e9 20%, #8ab2ea 25%, #83abe8 30%, #7cabe9 35%,
    #73a6e8 40%, #6ca4e9 45%, #67a1e9 50%, #4693ea 50%,
    #579eec 70%, #64a7ee 75%, #6eaeee 80%, #7db6ef 85%,
    #88bfef 90%, #97caef 95%, #abd4ef 100%);
    background: -ms-linear-gradient(top, #bcd6ef 0%, #a3c1ef 5%, #98b8e9 10%, #91b3e9 15%,
        /* IE10+ */ #8ab1e9 20%, #8ab2ea 25%, #83abe8 30%, #7cabe9 35%,
    #73a6e8 40%, #6ca4e9 45%, #67a1e9 50%, #4693ea 50%,
    #579eec 70%, #64a7ee 75%, #6eaeee 80%, #7db6ef 85%,
    #88bfef 90%, #97caef 95%, #abd4ef 100%);
    background: linear-gradient(top, #bcd6ef 0%, #a3c1ef 5%, #98b8e9 10%, #91b3e9 15%,
        /* W3C */ #8ab1e9 20%, #8ab2ea 25%, #83abe8 30%, #7cabe9 35%,
    #73a6e8 40%, #6ca4e9 45%, #67a1e9 50%, #4693ea 50%,
    #579eec 70%, #64a7ee 75%, #6eaeee 80%, #7db6ef 85%,
    #88bfef 90%, #97caef 95%, #abd4ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        /* IE6-9 */ startColorstr='#bcd6ef', endColorstr='#abd4ef', GradientType=0);

    border-top-color: #5158ab;
    border-bottom-color: #464872;
    border-left-color: #4b4d8c;
    border-right-color: #4b4d8c;

}

.osx.primary, .osx.primary:hover {
    -webkit-animation: pulsate 730ms infinite alternate ease-in-out;
    -moz-animation: pulsate 730ms infinite alternate ease-in-out;
    animation: pulsate 730ms infinite alternate ease-in-out;
}

.osx.primary:active {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 0 19px 2px #d2f7ff;
        box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 0 19px 2px #d2f7ff;
    }
    100% {
        -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 0 19px 0px #a0c1ed;
        box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 0 19px 0px #a0c1ed;
    }
}

@-moz-keyframes pulsate {
    0% {
        -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 0 19px 2px #d2f7ff;
        box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 0 19px 2px #d2f7ff;
    }
    100% {
        -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 0 19px 0px #a0c1ed;
        box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 0 19px 0px #a0c1ed;
    }
}

@keyframes pulsate {
    0% {
        box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 0 19px 2px #d2f7ff;
    }
    100% {
        box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 0 19px 0px #a0c1ed;
    }
}

.osx:focus {
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 0 4px hsl(204, 100%, 88%);
    -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 0 4px hsl(204, 100%, 88%);
    box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 0 4px hsl(204, 100%, 88%);
    border-color: hsl(204, 68%, 58%);
}

.osx.round {
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    padding: 0 10px;
}

.osx.single {
    padding: 0 6px;
}

.osx b, .osx strong {
    font-weight: 500;
}

.osx i, .osxbutton i {
    padding-left: 5px;
    padding-right: 0px;
}

.invalid {
    color: red;
}

.formdest {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #fafafa;
}

.formdest legend {
    font-size: 12pt;
    color: #fff;
    padding: 6px 15px;
    width: auto;
    background: #FF9800;
    border-radius: 4px;
}

/** -----------------------------------------------------------------------*/
.redError {
    text-align: right;
    margin-bottom: 16px;
    color: #F44336;
}

.successMsg {
    text-align: right;
    margin-bottom: 16px;
    color: #4CAF50;
}

.divmainnews {
    color: #e0dfde;
    text-align: justify;
    padding: 0px 20px;
    line-height: 2;
    font-size: 20px;
}

/* Addons ------------------------------------ */
.blogpost {
    text-align: right;
}

.blogpost h2 {
    font-size: 15pt;
    font-weight: 400;
    clear: both;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 0px;
}

.blogpost .image {
    text-align: center;
}

.blogpost .image img {
    width: 100%;
    height: auto;
}

.blogpost .lead {
    padding: 10px;
    background: #eee;
    color: #777;
    font-size: 10pt;
    line-height: 2;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.blogpost .fullstory {
    font-size: 11pt;
    font-weight: 300;
    line-height: 2;
}

.fullstory img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.blogpost .fullstory p {
    font-size: 11pt;
    line-height: 2;
}

.blogpost .date {
    background: #eee;
    float: left;
    padding: 10px;
    border-radius: 0px 0px 4px 4px;
    font-size: 10pt;
    text-align: center;
    margin-bottom: 20px;
}

a.NavigationPrimary-link:focus {
    color: #fff;
}

.change-price {
    color: #666666;
    font-size: 24px;
    margin: 20px 0 10px 0;
}

.text-success {
    color: green;
}

a.trash {
    font-size: 16px;
    line-height: 16px;
    color: #cc0000;
}


.table-middle tr td {
    vertical-align: middle !important;
}

.cart_name {
    display: block;
    font-weight: 500;
    color: #73859f;;
}

.cart_opt {
    margin-right: 30px;
    margin-top: 7px;
    font-size: 8pt;
}

.cart_optname {
    display: inline-block;
    margin-left: 30px;
    font-weight: 500;
    width: 145px;
    color: #8a6d3b;

}

.cart_optprice {
    display: inline-block;
}

.btn-cart-success {
    background-color: #449d44 !important;
    border-color: #398439 !important;
}

.btn-cart-info {
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

.newlogo {
    float: left;
    display: none;
    position: absolute;
    left: 0;
}

.newlogo img {
    width: 172px;
    height: 52px
}

.loginpanel {
    background: #f7f7f7;
    padding: 30px 20px;
    border-radius: 2px;
}

#register_box {
    display: none;
    background: #f7f7f7;
    padding: 20px;
}

#register_box .control-label, .loginpanel .control-label {
    color: #67674f;
}

.loadingdiv {
    margin: 10px 0px;
    text-align: center;
}

.alert-block {
    line-height: 1.5;
}

.alert-block li {
    margin-right: 20px;
}

.f_req {
    color: red;
    padding: 0 5px;
}

#expresstime_data {
    display: block;
}

.expreshelp {
    color: #4CAF50;
    font-weight: normal;
}

.blinkprice {
    color: red;
    text-decoration: line-through;
}

#payment_list tbody tr td:hover {
    cursor: pointer;
}

.table-shadow {
    box-shadow: inset rgba(224, 224, 224, 0.44) 0px 6px 28px 0;
}

.checkout {
    padding: 0 15px 20px;
}

.checkout .top_wrap {
    margin-top: 30px;
}

.checkout .top_wrap .columns .right {
    float: right;
}

.checkout .top_wrap .columns .thanks {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.checkout .top_wrap .columns .thanks h1.green {
    font-size: 15px;
}

.green {
    color: #4caf50 !important;
}

.checkout .top_wrap .columns .thanks .email {
    margin-top: 15px;
    font-size: 16px;
}

.checkout .top_wrap .columns .thanks .h48 {
    margin: 15px 0 27px;
    font: 14px/32px "IRANSans";
    font-weight: 300;
    text-align: justify;
    color: #777;
}

.checkout .top_wrap .columns .thanks .btn {
    direction: ltr;
}

.red {
    color: #ff6b6b;
}

.checkout .top_wrap .columns .thanks .note {
    margin: 5px 0 15px;
    background: #fffce0;
    border-radius: 2px;
    color: #957f38;
    padding: 10px;
    font: 14px "IRANSans";
}

.checkout .top_wrap .columns .thanks .btn .dk-button-container, #content .checkout .top_wrap .columns .thanks .bankinfo .dk-button-container {
    margin: 32px 0 0;
}

.dk-button-container {
    display: inline-block;
    line-height: 0;
    margin: 4px;
    min-height: 38px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
}

.checkout .top_wrap .columns .thanks .error-msg {
    font: 14px "IRANSans";
}

.checkout .top_wrap .columns .bottom-box {
    color: #777;
    font: 16px "IRANSans";
    margin-top: 35px;
}

.checkout .top_wrap .columns .bottom-box .tel {
    direction: ltr;
    color: #2196f3;
    display: inline-block;
    font-family: "IRANSans";
    font-size: 14px;
    margin-top: 10px;
}

.tablefactor {
    width: 100%
}

.tablefactor tr td {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 10pt;
    padding: 10px;
    line-height: 1.5
}

.headerdropdownmenu li {
    border-left: 0px !important;
}

.headerdropdownmenu li a {
    line-height: initial;
    padding: 3px 10px
}

.note_block {
    margin: 5px 0 15px;
    background: #fffce0;
    border-radius: 2px;
    color: #957f38;
    padding: 10px;
    text-align: justify;
    font: 13px "IRANSans";
}

.address_item {
    border: 1px solid #f0f1f2;
    border-radius: 2px;
    margin-top: 10px;
    height: 152px;
    font: normal 9pt "IRANSans";
    overflow: hidden;
}

.address_item table {
    width: 100%;
    height: 152px;
    color: #777777;
    overflow: hidden;
}

.address_item table td {
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #f0f1f2;
    line-height: 26px;
    display: table-cell;
    padding-right: 15px;
}

.address_item table td.fr {
    border-bottom: 1px solid #f0f1f2;
}

.address_item table td.fr h3 {
    font: 15px/20px "IRANSans", tahoma;
    font-weight: bold;
    color: #777777;
    padding: 5px;
    margin: 0px;
}

.address_item table span.labeltel {
    display: inline-block;
    margin-left: 7px;
}

.address_item table .txtright {
    text-align: right;
}

.control-btn {
    width: 25px;
    text-align: center;
}

.address_item .control-btn td.edit {
    background: #e3f3fc;
    text-align: center;
}

.address_item .control-btn td.edit a {
    color: #42a2e5;
}

.address_item .control-btn tr td {
    border: 0 !important;
    padding-right: 0px;
}

.address_item .control-btn td a {
    vertical-align: middle;
}

.address_item .control-btn td.delete {
    background: #ffedee;
}

.address_item .control-btn td.delete a {
    color: #ee4141;
}

.address_item table td.last {
    border-left: 0 !important;
    padding: 0;
    width: 40px;
    text-align: center;
}

.address_item.selected {
    border: 1px solid #c0f0c1;
}

.address_item.selected table td.first {
    background: #f7fff7;
    border-left: 1px solid #c0f0c1;
}

.address_item table td.first {
    position: relative;
    right: -1px;
}

.address_item table td.first {
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    padding: 0;
}

.address_item table td.first {
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    padding: 0;
}

.address_item table td.first .active-address {
    border-left: 39px solid transparent;
    border-top: 39px solid #8cd98e;
    display: inline-block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    opacity: 0;
    transition: 150ms ease;
}

.address_item table td .radio-control {
    margin: 0;
    right: 1px;
    top: 7px;
}

.clear-bottom {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.pagecontent {
    margin-top: 20px;
}

.datepicker-plot-area .header {
    width: initial;
    height: initial;
    background: none;
}

.open > .dropdown-menu {
    direction: rtl;
}

/*.dropdown-menu li a{*/
/*color: #666;*/
/*font-size: 10pt;*/
/*}*/

/* ContactUS */

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}



/* Filter */
.filterprice {
    padding: 10px;
    background: #eee;
}

.address_item .fr {
    float: initial !important;
}

/* Color */
.product-color a {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #ddd;
}

.c-orange {
    background-color: #ffc334;
}

.c-blue {
    background-color: #7bcacf;
}

.c-black {
    background-color: #262e31;
}

.c-gray {
    background-color: #8a97a0;
}

.active.c-orange:after {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 32px;
    height: 32px;
    content: '';
    opacity: .4;
    border-radius: 32px;
    background-color: #ffc334;
}

.active.c-blue:after {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 32px;
    height: 32px;
    content: '';
    opacity: .4;
    border-radius: 32px;
    background-color: #7bcacf;
}

.active.c-black:after {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 32px;
    height: 32px;
    content: '';
    opacity: .4;
    border-radius: 32px;
    background-color: #ffc334;
}

.active.c-gray:after {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 32px;
    height: 32px;
    content: '';
    opacity: .4;
    border-radius: 32px;
    background-color: #8a97a0;
}

/* price */
.mc-price ins {
    text-decoration: none;
}

.mc-price del {
    display: block;
}

/* Dropdown menu z-index */

.dropdown-menu {
    z-index: 999999 !important;
}


.attachment {
    position: relative;
    position: relative;
    margin: 10px 0;
}

.attachment .atclas {
    background: linear-gradient(to bottom right, #3fd845, #1a941f);
    float: right;
    padding: 5px 15px;
    text-align: center;
    direction: ltr;
    border-radius: 0px 5px 5px 0px;
    font-size: 8pt;
    margin-left: 0;
    color: #fff;
}

.attachment .atclas a {
    color: #fff;
}

.attachment .atsize {
    border-radius: 5px 0px 0 5px;
    background: linear-gradient(to bottom right, #848484, #2d2d2d);
}

/*search form*/

.search-icon {
    cursor: pointer;
}

.search-box-area {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
    display: none;
    -webkit-transition: 1s;
    transition: 1s;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.search-box-area input, .search-box-area select {
    width: 400px;
    padding: 15px;
    line-height: 1;
    box-shadow: 0px 2px 40px #eee;
    border: 1px solid #eee;
    border-radius: 12px;
    outline: none;
}

.search-box-area .button {
    width: 400px;
}

/*
.search-box-area button {
    margin:  0;
    width: 70px;
    height: 50px;
    margin-right: -3px;
    overflow:  hidden;
    background-color: #fff;
    box-shadow: 2px 3px 5px #ddd;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 0;
}
 */
.cross-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 50px;
    height: 50px;
    line-height: 55px;
    box-shadow: 0px 0px 5px #ddd;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 17pt;
    background: #F44336;
}

.product-options .radio {
    margin: 10px 0;
    margin-right: 20px;
    color: #000;
    font-weight: 400;
}

.enname {
    text-align: right;
    direction: ltr;
    color: #999
}


.catlistblog a {
    color: #555;
}

.catlistblog li a:hover {
    color: #157ed2;
}

#imageproduct {
    border: 1px solid #e5e5e5;
    display: block;
    position: relative;
    overflow: hidden;
}

.gallerythumb {
    height: 110px;
    overflow: hidden;
}

.product-info .name {
    color: #0f6cb2;
    font-size: 11pt;
    margin-bottom: 15px;
    font-family: "IRANSans", tahoma;
    font-weight: bold;
}




.pro-header {
    border-bottom: 1px solid #d7d7d7;
    background: #f5f5f5;
    padding: 10px 0;
}

.pro-links {
    display: block;
    margin: 0;
    padding: 0;
    direction: ltr;
}

.pro-links li {
    display: inline-block;
    float: left;
}

.pro-links li a {
    font-size: 18px;
    float: left;
    padding: 15px 12px 0;
    color: #8a8a8a;
}


.sharelink li {
    display: block !important;
    font-size: 10px !important;
    float: none !important;
    padding: initial !important;
    color: #000 !important;
}

.sharelink li a {
    display: block !important;
    font-size: 10px !important;
    float: none !important;
    padding: initial !important;
    color: #000 !important;
    padding: 5px !important;
}

ul.dropdown-menu.sharelink img {
    border-radius: 5px;
    width: 24px;
}

.pro-links li a:hover {
    color: #363636;
}

.favlink:hover {
    color: #f44337 !important;
}

.pro-desc {
    border-bottom: 1px dotted #d7d7d7;
    padding: 10px 0;
}

.pro-desc p {
    font-size: 13px;
    text-align: justify;
    color: #333;
}

.red-txt {
    color: #f44337;
}

.pro-info2 {
    padding: 15px;
    background: #fafafa;
    border-bottom: 1px dotted #d7d7d7;
}

.pro-info2 p {
    font-size: 13px;
    margin-bottom: 5px;
}

.grey-lbl {
    float: right;
    width: 100px;
    font-size: 13px;
    font-weight: normal;
    color: #999;
}

.quantity {
    font-family: 'IRANSans';
    font-weight: 300;
    float: right;
    width: 70px;
}

.btn-number {
    font-size: 8px;
    float: right;
    height: 18px;
    padding: 0 7px;
    border-radius: 0 !important;
}

.input-number {
    font-family: 'IRANSans';
    font-size: 13px;
    min-height: 36px;
}

.quantity-txt {
    padding-left: 10px;
    font-family: 'IRANSans';
    font-size: 13px;
}

.btn-shop {
    font-size: 11px;
    float: left;
    height: 36px;
    margin: 0;
    padding: 0;
    transition: all .5s ease;
    color: #fff;
    border: #f44337 solid 1px;
    border-radius: 0;
    background: #f44337;
}

.btn-shop span {
    line-height: 36px;
    float: left;
    padding: 0 15px;
}

.btn-shop i {
    font-size: 18px;
    line-height: 34px;
    width: 35px;
    height: 34px;
    color: #f44337;
    background: #fff;
}

.btn-shop:hover {
    color: #363636;
    border: #d7d7d7 solid 1px;
    background: #eee;
}

.oldprice {
    font-size: 13px;
    text-decoration: line-through;
    color: #999;
    padding-left: 10px;
}

.new-price {
    font-size: 13px;
    line-height: 36px;
    color: #f44337;
}

.productcart .control-label {
    font-family: "IRANSans", tahoma;
    font-weight: normal;
}

#updateprice,
.numprd {
    background: #fff;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px;
}

.customorderproduct {
    padding: 10px 10px 10px;
    background: #E0E0E0;
    border-radius: 4px;
    /* margin-bottom: 25px; */
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.customorderproduct .control-label {
    border-radius: 4px;
    background: #e0e0e0;
    color: #000;
    padding: 3px 15px;
    position: absolute;
    top: -14px;
    font-size: 9pt;
    text-align: center;
}

.noprice {
    color: #f44337;
    font-size: 12pt;
}


.pro-tab {
    background: #167ed2;
    overflow: hidden;
    padding-bottom: 1px;
    line-height: 2;
}

.pro-tab > li.active > a,
.pro-tab > li.active > a:focus,
.pro-tab > li.active > a:hover {
    color: #fff;
    border-radius: 0;
    background-color: #0f6bb2;
}

.pro-tab li a {
    color: #add9ff;
    border-radius: 0;
}

.pro-tab li a:hover {
    background: #0f6bb2;
}

.pro-tab-content {
    margin-top: -1px;
    border-top: 1px solid #d7d7d7;
}

.tab-title2 {
    font-size: 16px;
    font-weight: normal;
    color: #00507f;
}

.tab-date {
    font-family: 'IRANSans', tahoma;
    font-weight: bold;
    font-size: 10px;
    display: block;
    clear: both;
    color: #999;
}

.tab-title {
    font-family: 'IRANSans', tahoma;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 20px;
    color: #167ed2;
    border-bottom: 1px dotted #eee;
}

.table-titr {
    font-size: 16px;
    color: #666;
}

.tab1-body {
}

.table1 th {
    font-size: 12px;
    font-weight: normal;
    width: 20%;
    margin-bottom: 5px;
    color: #363636;
    border-top: 3px solid #fff !important;
    border-left: 3px solid #fff;
    background: #e6e6e6;
}

.table1 td {
    font-size: 12px;
    width: 80%;
    color: #363636;
    border-top: 3px solid #fff !important;
    background: #f5f5f5;
}

.producttab .nav-pills > li + li {
    margin-right: 0px !important;
}

.user-panel {
    margin: 10px 0;
}

.user-panel > .panel {
    border-radius: 0;
}

.user-panel .panel > .panel-heading {
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
}

.user-panel .panel > .panel-heading i {
    font-size: 19px;
    margin-left: 5px;
    color: #f44337;
}

.user-panel .panel > .panel-body {
    background: #f5f5f5;
}

.user-panel .panel > .panel-body p {
    text-align: justify;
}

.btn-like {
    font-family: 'IRANSans';
    font-weight: 300;
    font-size: 12px;
    color: #00507f;
    border: #00507f solid 1px;
    border-radius: 0;
}

.btn-like i {
    font-size: 16px !important;
    margin-left: 5px;
    color: #00507f !important;
}

.btn-dislike {
    font-family: 'IRANSans';
    font-weight: 300;
    font-size: 12px;
    color: #dd4132;
    border: #dd4132 solid 1px;
    border-radius: 0;
}

.btn-dislike i {
    font-size: 16px !important;
    margin-left: 5px;
    color: #dd4132 !important;
}


.user-form .form-group {
    margin-bottom: 20px;
}

.user-form label {
    font-weight: 400;
}

.capcha {
    float: left;
    width: 107px;
    height: 37px;
}

#code {
    float: left;
    width: 75%;
}

.btn-gray {
    background: #ddd;
}

.createaccount_title {
    font-size: 15px !important;
    padding: 10px;
}

#registerboxlink i {
    padding-left: 10px;
}

.warning_block {
    padding: 10px;
    line-height: 2;
    background: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 5px;
}

.storyproduct {
    line-height: 2;
    font-family: "IRANSans", tahoma;
    font-weight: 300;
}

/* -------------
        Catalog
        ------------------------------------------- */

.catalog {
    margin: 30px auto;
}

.no-main {
    background: #000;
    height: 110px;
}

.no-main .headermenu {
    background: #333;
}

.panel-heading i {
    padding-left: 10px;
}

.control-label {
    /* font-family: "iransans-bold", tahoma; */
    font-size: 13px;
    font-weight: normal;
    color: #777
}


.namecat {
    font-size: 19px;
}

.tools {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.tools .selectbox {
    float: left;
    text-align: left;
    padding-left: 0;
}

.tools .selectbox label {
    font-weight: normal;
    font-size: 12px;
    color: #999;
}

.tools .selectbox .form-control {
    display: inline-block;
    width: auto;
    background: #fafafa;
}

.displayby {
    float: left;
    text-align: left;
}

.displayby input[type=radio] {
    display: none;
}

.displayby input[type=radio] + label {
    display: inline-block;
    color: #000;
    padding-left: 10px;
    margin-top: 9px;
    margin-bottom: 0px;
}

.displayby i {
    font-size: 15pt;
}

.displayby input[type=radio]:checked + label {
    background-image: none;
    color: #f44337;
}

/**
    ------------------- Rating ----------------------------
 */
.c-product__rating {
    margin-right: auto;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #a0a0a0;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692
}

.c-product__rating .c-stars {
    margin-bottom: 5px
}

.c-stars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 18px;
    position: relative;
    direction: ltr;
    width: 75px
}

.c-stars__item {
    line-height: 1;
    color: #bbb
}

.c-stars__item:before {
    width: 15px;
    height: 14px;
    background: url(images/stars-white.svg) no-repeat 50% 50%;
    background-size: 100%;
    content: "";
    display: inline-block
}

.c-stars__selected {
    position: absolute;
    left: 0;
    top: 0;
    direction: ltr;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden
}

.c-stars__selected .c-stars__item:before {
    background-image: url(images/stars-gold.svg)
}

/*** Form Contact ************----------------------*/
.contact-form-box {
    padding: 23px 0 0 0;
    margin: 0 0 30px 0;
    background: url(images/contact-form.png) repeat-x #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
    box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
}

.contact-form-box .fieldset {
    padding: 0 19px 21px 19px;
    background: url(images/form-contact-shadow.png) center bottom no-repeat;
    background-size: contain;
}

.contact-form-box .pagefmargin {
    margin: 20px 0;
}

.contact-form-box h4 {
    box-shadow: 0 1px rgba(255, 255, 255, 1);
    color: #1e1e21;
    font-size: 20px;
    line-height: normal;
}

.button_x, .button_x:focus, .button_x:active {
    outline: none !important;
    background-color: #000000 !important;
    font-size: 17px;
    line-height: 22px;
    border: medium none;
    color: #fff !important;
    padding: 7px 15px;
    background: #1E1E21 !important;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.button_x:hover, .button_x:focus, .button_x:active {
    background: #f44337 !important;
    color: #fff !important;
    outline: none !important;
}

.button_x span {
    display: block;
}

.button_x span i.right {
    margin-right: 9px;
    margin-left: 0px;
    vertical-align: middle
}

#contact-form .form-control {
    background: transparent !important;
}

.storytext {
    font-family: "IRANSans", tahoma;
    font-weight: 300;
    font-size: 9pt;
    line-height: 1.8;
}

.list-content {
    display: inline-block;
    padding-right: 9px;
    border-right: 1px solid #dadada;
    vertical-align: middle;
    padding-top: 10px;
    font-size: 11pt;
}

.list-icon {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
}

.list-icon .fa {
    font-size: 13pt;
}


.product-comparison .page-title {
    font-family: 'IRANSans', sans-serif;
    font-size: 30px;
    text-transform: none;
    color: #666666;
    margin-bottom: 40px;
}

.product-comparison img {
    width: 150px !important
}

.product-comparison .compare-table tr th {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    padding: 18px 25px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}

.product-comparison .compare-table tr td {
    padding: 18px 30px;
    border: 1px solid #e5e5e5;
}

.product-comparison .compare-table tr td .product {
    margin-bottom: 15px;
    margin-top: 40px;
}

.product-comparison .compare-table tr td .product .product-image .image a {
    display: block;
    text-align: right;
}

.product-comparison .compare-table tr td .product-price .price {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-left: 8px;
}

.product-comparison .compare-table tr td .product-price .price-before-discount {
    color: #D3D3D3;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-decoration: none;
}

.product-comparison .compare-table tr td .text {
    font-size: 14px;
    line-height: 22px;
}

.product-comparison .compare-table tr td .in-stock {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0px;
}

.product-comparison .compare-table tr td .remove-icon {
    color: #666666;
}

.product-comparison .compare-table tr td .remove-icon:hover,
.product-comparison .compare-table tr td .remove-icon:focus {
    color: #ff6666;
}

.catlistblog {
    padding: 0;
    margin: 0;
}

.catlistblog li {
    list-style: none;
    font-size: 10pt;
    padding: 5px 0;
    border-bottom: 1px dotted #ddd;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.catlistblog li:last-child {
    border: 0;
}

.catlistblog li:hover {
    background: #f7f7f7;
}

.catlistblog li:before {
    content: "\f104";
    font-family: "fontawesome";
    padding-left: 10px;
}

.catlistblog li:hover a {
    color: #f44337;
}


.tab-content .blog-post {
    padding: 0px 0px 25px 0px !important;
    box-shadow: none !important;
}

.blog-post {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    margin-bottom: 20px;
}

.blog-post span {
    padding-left: 10px;
    color: #aaa;
    font-size: 12px;
}

.blog-post .review:before {
    content: "\f086";
    color: #666666;
    font-size: 13px;
    padding-left: 4px;
    font-family: FontAwesome;
}

.blog-post span {
    padding-left: 10px;
    color: #aaa;
    font-size: 12px;
}

.blog-post .date-time:before {
    content: "\f073";
    display: inline-block;
    color: #666666;
    font-size: 13px;
    padding-left: 4px;
    font-family: FontAwesome;
}

.blog-post h4 {
    margin: 0;
    padding: 10px 0;
    font-family: 'IRANSans', sans-serif;
    font-size: 15px;
}

.blog-post h4 a:hover {
    color: #888888;
}

.blog-post h2, .blog-post h1 {
    font-family: 'IRANSans', sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0;
    color: #004cad;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-post p {
    margin: 10px 0;
}


.blog-post a {
    margin-top: 20px;
}

.blog-post .blog-pagination .pagination {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.blog-post .social-media {
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-post .social-media span {
    font-size: 13px;
    color: #434343;
}

.blog-post .social-media a {
    font-size: 18px;
    margin: 0px 0px 0px 10px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #888888;
    line-height: 32px;
}

.blog-post .social-media a:hover, .blog-post .social-media a:focus {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #f44337;
}

.read-more {
    color: #337ab7;
    font-size: 9pt;
    padding-bottom: 3px;
    border-bottom: 1px dotted #337ab7;
}

.read-more:before {
    font-family: fontawesome;
    content: "\f053";
    padding-left: 5px;
}


.blog-write-comment {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    margin: 15px 0;
}

.blog-review h4, .blog-write-comment h4, .contact-page .contact-title h4 {
    font-size: 14px;
    color: #555;
    font-family: 'IRANSans', sans-serif;
    display: inline-block;
}

.blog-write-comment .form-group label, .blog-write-comment .form-group input {
    font-size: 13px;
    font-weight: normal;
    color: #999;
}


.blog-review .blog-comments {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}

.blog-review .review-action {
    font-size: 12px;
    color: #666666;
}

.blog-review .review-action a, .blog-review .review-action a:hover, .blog-review .review-action a:focus {
    color: #0f6cb2;
}

.blog-review p {
    font-size: 13px;
    line-height: 2;
    font-family: "IRANSans", tahoma;
    font-weight: 300;
    color: #666666;
}

.outer-bottom-xs {
    margin-bottom: 30px;
}

.blog-review .title-review-comments {
    font-size: 16px;
    color: #555;
    font-family: 'IRANSans', sans-serif;
    font-weight: 300;
    margin-bottom: 40px;
}

.blog-review img {
    width: 60px !important;
    max-width: 57px;
}

.sec_code_group {
    width: 100% !important;
}

.sec_code_group .input-group-addon {
    /*padding: 0;*/
    /*width: 125px;*/
    font-family: "IRANSans", tahoma;
    border-color: #ddd;
}

.pageone {
    line-height: 2;
    color: #000;
}

.pageone h1 {
    color: #0f54e6;
    padding: 10px 0;
    font-size: 22pt;
    border-bottom: 1px solid #ddd;

}


.blog-page .blog-post h1 {
    /* padding: 0; */
    font-family: 'IRANSans', sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0;
}

.blog-page .blog-post h1 a {
    color: #555;
}

.blog-page .tab-content .blog-post {
    padding: 0px 0px 25px 0px !important;
    box-shadow: none !important
}

.blog-page .blog-post span {
    padding-left: 15px;
    color: #666;
    /* font-size: 8pt; */
}

.blog-page .blog-post p {
    padding-top: 16px;
    font-size: 10pt;
    color: #555;
    margin-bottom: 0px;
    line-height: 2;
    font-family: "IRANSans", tahoma;
    text-align: justify;
}

.blog-page .blog-post a {
    margin-top: 20px;
}

.blog-page .blog-post .blog-pagination .pagination {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.blog-page .blog-post .social-media {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 5px;
}

.blog-page .blog-post .social-media span {
    font-size: 13px;
    color: #434343;
}

.blog-page .blog-post .social-media a {
    font-size: 18px;
    margin: 0px 0px 0px 10px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #888888;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
    font-family: 'IRANSans', sans-serif;
    font-size: 15px;

}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a {
    color: #555;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post span {
    padding-left: 10px;
    color: #aaa;
    font-size: 12px;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post p {
    padding-top: 10px;
    font-size: 13px;
    color: #666666;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs {
    border-bottom: none;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li {
    text-transform: none;
    color: #666666;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px;
    border: none;
    letter-spacing: 0;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:first-child > a {
    padding-left: 10px;
    border-left: 1px solid #d4d4d4;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:last-child > a {
    padding-right: 10px;
    letter-spacing: 0
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a {
    padding: 0px;
    color: #666666;
}

.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
    content: "\f002";
    font-family: fontawesome;
    font-size: 13px;
    position: absolute;
    top: 14px;
    left: 30px;
    background-color: #fff;
    padding-right: 10px;
}

.blog-page .sidebar .sidebar-module-container .search-area input {
    font-size: 12px;
    color: #9e9e9e;
    padding: 14px;
    border: 1px solid #e1e1e1;
    width: 100%;
    position: relative;
}

.blog-page .blog-pagination {
    border-top: 1px solid #ececec;
}

.blog-page .blog-pagination .pagination > li:first-child > a {
    margin-left: 10px;
}

.blog-page .blog-pagination .pagination > li:last-child > a {
    margin-right: 2px;
}

.blog-page .side-bar-blog .widget .categories .side-bar-title h3 {
    font-family: 'IRANSans', sans-serif;
    font-size: 18px;
    text-transform: none;
    color: #555;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0px;
}

.blog-page .blog-post-author-details {
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
}

.blog-review {

}

.blog-write-comment {
    margin-top: 35px;
    background-color: #f7f7f7;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.10);
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.blog-page .blog-post-author-details .author-social-network {
    display: inline-block;
}

.blog-page .blog-post-author-details .author-social-network button {
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    height: 26px;
    width: 26px;
    text-align: center;
    display: inline-block;
    margin: 6px;
    line-height: 26px;
}

.blog-page .blog-post-author-details .author-social-network > span {
    font-size: 13px;
    color: #434343;
    text-transform: none;
    margin-left: 16px;
}

.blog-page .blog-post-author-details .author-social-network .caret {
    color: #e3e3e3;
}

.blog-page .blog-post-author-details .btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-page .blog-post-author-details img {
    float: right;
}

.blog-page .blog-post-author-details .author-job {
    display: block;
    padding: 0px;
    color: #aaa;
    font-size: 12px;
}

.blog-page .blog-post-author-details h4 {
    display: inline-block;
    font-size: 15px;
    font-family: 'IRANSans', sans-serif;
    color: #555;
    margin: 0px;
}

.blog-page .blog-post-author-details p {
    font-size: 13px;
    color: #666666;
    padding: 16px 0px 0px 0px;
    text-align: justify;
}

.blog-page .blog-review .title-review-comments {
    font-size: 16px;
    color: #555;
    font-family: 'IRANSans', sans-serif;
    margin-bottom: 40px;

}

.blog-page .blog-review p {
    font-size: 13px;
    color: #666666;

}

.blog-page .blog-review .review-action {
    font-size: 12px;
    color: #666666;
}

.blog-page .blog-review .post-load-more {
    text-align: center;
    padding-bottom: 10px;
}

.blog-page .blog-post .author:before,
.blog-page .blog-post .review:before,
.blog-page .blog-post .date-time:before {
    color: #666666;
    font-size: 13px;
    padding-left: 4px;
    font-family: FontAwesome;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    color: #666666;
    font-size: 13px;
    padding-left: 4px;
    font-family: FontAwesome;
}

.blog-page .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
    content: "\f007";
}

.blog-page .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
    content: "\f086";
}

.blog-page .blog-post .date-time:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    content: "\f073";
    display: inline-block;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
    background-color: #fff;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:focus {
    background-color: #fff;
}

.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
}

.blog-page .blog-post .social-media i,
.blog-page .blog-post-author-details .author-social-network button a i {
    padding-top: 6px;
}


.blog-page .blog-write-comment h4 {
    font-size: 14px;
    color: #333;
    font-family: 'IRANSans', sans-serif;
    display: inline-block;
    background: #f7f7f7;
    padding: 10px 20px;
    position: absolute;
    border: 1px solid #eaeaea;
    top: -50px;
    border-bottom: 0;
}


.blog-page .blog-review h4, .contact-page .contact-title h4 {
    font-size: 14px;
    color: #555;
    font-family: 'IRANSans', sans-serif;
    display: inline-block;
}

.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
    text-decoration: none;
}

.blog-page .blog-review .blog-comments,
.blog-page .blog-review .blog-sub-comments {
    border-bottom: 1px solid #e3e3e3;
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a .icon {
    margin-left: 5px;
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
    background: rgba(0, 0, 0, 0);
}

#MSGCOMMENT {
    z-index: 9999;
}

.blog-page .blog-review .title-review-comments {
    font-size: 16px;
    color: #555;
    font-family: 'IRANSans', sans-serif;
    margin-bottom: 40px;
}


.ads-left {
    padding: 0;
}

.banner-ads {
    margin-bottom: 10px;
}

.blog-post .story img {
    width: 100%;
    border-radius: 4px;
    margin: 10px 0;
}

.imagepost {
    width: 100%;
}

.blog-page .blog-post .tools {
    background: rgb(243, 243, 243);
    padding: 6px;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 10px;
}

.social-media img {
    width: 32px;
    height: 32px;
}


.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4 {
    font-size: 12pt;
    font-family: "IRANSans", tahoma;
    font-weight: bold;
    padding: 5px 0;
}


#visible-button {
    cursor: pointer;
}

.news_home_link i {
    font-size: 22px !important;
}

.fa-link {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
}

.text_short_link {
    width: auto;
    height: 32px;
    background-color: #000;
    float: left;
    color: #fff !important;
    font: 13px/30px "IRANSans";
    padding: 0px 10px;
    font-size: 9pt !important;
}

.link_shortlink {
    z-index: 999;
}

.copy_link {
    width: auto;
    height: 32px;
    background-color: #BE3233;
    float: left;
    color: #fff;
    font: 13px/30px "IRANSans";
    padding: 0px 10px;
    border: 0px !important;
    border-radius: 0px !important;
}

.news_home_link input.link_en {
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font: bold 12px/32px "IRANSans";
    overflow: hidden;
    text-decoration: none;
    background: #2e844e !important;
}

#mediaad-RiIN .ni-widget-header-span {
    font-size: 9pt !important;
}

.postimage {
    width: 100%;
}


.listnews {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listnews li {
    font-family: "IRANSans", tahoma;
    font-weight: 300;
    font-size: 9pt;
    color: #555;
    line-height: 1.8;
    border-bottom: 1px dotted #eee;
    padding: 10px;
}

.listnews li:hover {
    background: #f7f7f7;
}

.listnews li::before {
    font-family: "fontawesome";
    content: "\f104";
    color: #444;
    padding-left: 5px;
}

.listnews li a {
    color: #444;
}

.listnews li a:hover {
    color: #0962d5;
}

/*.dropdown-menu>li>a{font-size: 9pt !important;}*/


.contact-form-box {
    padding: 23px 0 0 0;
    margin: 0 0 30px 0;
    background: url(images/contact-form.png) repeat-x #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
    box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
}

.contact-form-box .fieldset {
    padding: 0 19px 21px 19px;
    background: url(images/form-contact-shadow.png) center bottom no-repeat;
    background-size: contain;
}

.contact-form-box .pagefmargin {
    margin: 20px 0;
}

.contact-form-box h4 {
    box-shadow: 0 1px rgba(255, 255, 255, 1);
    color: #1e1e21;
    font-size: 20px;
    line-height: normal;
}

.contact-form-box .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.address-list {
    position: relative;
    display: block;
    line-height: 2;
    font-size: 11pt;
}

.list-icon {
    float: right;
    margin-left: 25px;
}

.blog-post {
    border: 1px solid #f1f1f1;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.05);

}


.lastpost-box {
    float: right;
    width: 100%;
    position: relative;
    padding: 10px;
    border-bottom: 1px dotted #ddd;
}

.lastpost-box:last-child {
    border: 0
}

.lastpost-box .image {
    width: 100px;
    height: 65px;
    float: right;
    padding-left: 10px;
}

.lastpost-box .image img {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 3px;
    border: 1px solid #ddd;

}

.lastpost-box .title {
    font-size: 10pt;
    color: #555;
    line-height: 1.8;
    text-align: justify;
    font-family: "IRANSans", tahoma;
    font-weight: 300;
}

.lastpost-box .title a {
    color: #505050;
}

.lastpost-box .title a:hover {
    color: #1565d2;
}

.listnews.circl li::before {
    font-family: "fontawesome";
    content: "\f0c8";
    color: #1565d2;
    padding-left: 5px;
    font-size: 5pt;
    display: inline-block;
}


.post-info-box {
    margin-top: 50px;
    margin-bottom: 10px;
    min-height: 70px;
    float: right;
    width: 100%;
}

.post-info-box .header {
    background: url(images/sidebar-title.png);
    height: 10px;
    line-height: 10px !important;
    margin-bottom: 10px
}

.post-info-box .header h6 {
    display: inline-block;
    background: #fff;
    color: #035fb0;
    font-family: "IRANSans";
    font-weight: bold;
    margin: 0;
    margin-top: -4px;
    padding: 1px 5px;
    padding-left: 15px;
    font-size: 13pt;
    letter-spacing: -.8px;
}

.post-info-box .footerdiv {
    margin-top: 20px
}


.post-info-box .post-tags a {
    color: #666;
    margin-left: 20px;
    display: inline-block
}

.post-info-box .post-tags a::before {
    font-family: FontAwesome;
    content: "\f111";
    color: red;
    margin-left: 5px;
    font-size: 8px;
    float: right;
    margin-top: 2px
}

#comments ul.im-sc {
    list-style: url(images/dot.png) inside;
    margin-bottom: 20px;
    color: #999;
    line-height: normal
}

#comments ul.im-sc li {
    font-size: 11px
}


.btnlarge {
    padding: 3px 15px !important;
    height: auto !important
}

.sec_code_span {
    background: #FFC107;
    color: #000;
    font-weight: 500;
    border-color: #ddd !important
}

.sended_commnet {
    margin-top: 10px;
    background-position-y: 33px
}

.sended_commnet .date_code {
    float: none;
    color: #a0a0a0
}

.cm_wrapper {
    width: 100%;
    height: auto;
    padding: 1%;
    padding-top: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 5px;
    overflow: hidden;
    background: #fff;
    display: inline-block
}

.cm_wrapper form input[type="text"] {
    float: right;
    width: 40%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    font-family: Vazir;
    clear: both;
    color: #bbbaba;
    font-size: 11px;
    margin: 10px 0 5px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    color: #515151;
    transition: all .5s ease
}

.cm_wrapper form input[type="text"]:focus {
    background: #fff;
    transition: all .3s ease
}

.cm_wrapper form textarea {
    float: left;
    width: 57%;
    height: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    font-family: Vazir;
    font-size: 11px;
    margin: -58px 0 10px;
    border-color: #F1F1F1;
    border: 1px solid #ddd;
    background: #f5f5f5;
    color: #515151;
    transition: all .5s ease
}

.cm_wrapper form textarea[type="text"]:focus {
    background: #fff;
    transition: all .3s ease
}

ul.commentlist {
    display: block;
    position: relative
}

ul.commentlist li {
    border: 1px solid #efefef;
    display: block;
    margin: 0 0 5px;
    border-radius: 2px
}

ul.commentlist li:nth-child(even) {
    background: #fff
}

ul.commentlist li:nth-child(odd) {
    background: #fcfcfc
}

ul.commentlist li .top_cm {
    display: block;
    height: 28px;
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 1px
}

ul.commentlist > ul.children {
    margin: 0 40px 5px 0
}

ul.commentlist li ul li {
    display: block;
    margin: 0 0 5px;
    border: #efefef 1px solid
}

ul.commentlist li ul li .top_cm {
    display: block;
    height: 28px;
    background-color: #FAFAFA
}

.top_cm .avatar {
    float: right;
    margin: 1px 4px 0 8px;
    border-radius: 50%
}

.top_cm p {
    font-family: Vazir;
    font-size: 11px;
    color: #989898;
    line-height: 25px;
    margin: 0 10px;
    display: inline-block
}

.comment_box {
    display: block;
    margin: 5px;
    position: relative;
    padding: 5px 5px 10px;
    font-family: Vazir;
    font-size: 11px;
    color: #828282
}

.comment_box p, #respond p {
    font-family: Vazir, tahoma;
    font-size: 13px
}

.replay_cm a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: auto;
    margin: 0 2px;
    border-radius: 2px;
    color: #999;
    font-family: Parastoo;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    background: #eee;
    transition: all .6s ease;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    font-size: 11px;
    padding: 0 10px;
    opacity: .99;
    float: left
}

.replay_cm a:hover {
    opacity: .79
}

.respond-detile {
    width: 96%;
    max-width: 96%;
    max-height: 50%;
    height: auto;
    padding: 15px;
    margin: 0 auto;
    overflow: hidden;
    color: #888;
    background: #fcfcfc;
    margin-bottom: 7px
}

ul.respond-detile {
    margin-bottom: 20px;
    color: #999;
    line-height: normal
}

ul.respond-detile li {
    font-size: 11px;
    font-family: 'vazir';
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8)
}

.meta-right {
    float: left;
    width: auto;
    height: 17px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: RTNassim;
    font-size: 17px;
    color: #666;
    line-height: 15px
}

.meta-cat {
    float: right;
    width: auto;
    height: 17px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Vazir;
    font-size: 13px;
    color: #666;
    line-height: 15px
}


.postcat {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.postcat .image {
    width: 250px;
    max-height: 200px;
    float: right;
    margin-left: 10px;
}

.postcat .image img {
    border-radius: 4px;
}

.postcat .mt h2 {
    font-size: 12pt;
    font-family: "IRANSans", tahoma;
    font-weight: bold;
    color: #09429a;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.postcat .mt h2 a {
    color: #333;
}

.postcat .mt h2 a:hover {
    color: #2598f3;
}

.postcat .mt .tools {
    background: #f7f7f7;
    padding: 5px 10px;
    text-align: left;
    color: #777;
    font-size: 8pt;
    font-family: "IRANSans", tahoma;
    font-weight: 300;
}

.postcat .mt .tools span {
    margin-right: 20px;
}

.postcat .mt p {
    line-height: 2;
    font-family: "IRANSans", tahoma;
    font-weight: 300;
    text-align: justify;
}


@media (max-width: 768px) {

    .postcat .image {
        width: 100%;
    }

    .postcat .image img {
        width: 100%;
    }

}


.list-link {
    margin: 0;
    padding: 0;
}

.list-link li {
    list-style: none;
    line-height: 2;
    background: #f7f7f7;
    padding: 4px 10px;
    margin-bottom: 4px;
}

.list-link li a {
    font-size: 11pt;
    color: #ad701f;
}

.list-link li a i {
    padding-left: 15px;
    font-size: 13pt;
    vertical-align: middle;
}


.list-link li {
    list-style: none;
    line-height: 2;
    margin: 0;
    padding: 0;
}

.list-item li {
    list-style: none;
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-family: "IRANSans", tahoma;
    position: relative;
    float: right;
    width: 100%;
}

.list-item li:hover {
    background: #f7f7f7;
}

.list-item li:hover a {
    color: #0962d5;
}

.list-item a {
    color: #555;
}

.list-item li:last-child {
    border: 0;
}

.list-item .countblog {
    background: #1565d2;
    float: left;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
}

#MSG_REG {
    margin-top: 10px;
    float: right;
    width: 100%;
}

#MSG_REG .alert {
    margin-bottom: 0;
}

.footerlinkmodal {
    line-height: 1.8;
}

.footerlinkmodal i {
    font-size: 14pt;
    margin-left: 0px;
    padding-right: 12px;
    vertical-align: middle;
}


.dayscedule {
    background: #fff;
    padding: 0px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 8%);
    overflow: hidden;
}

.dayscedule.checked {
    border-color: #2096f3;
}

.keo {

}

.keo .checkbox-inline {
    margin-bottom: 10px;
    font-size: 10pt;
    margin-right: 16px;
}
.sobhaz {
    z-index: 99999;
    /*float: right;*/
    position: relative;
    margin: 10px 0;
}
.sobhta {
    z-index: 99999;
    /*float: right;*/
    position: relative;
    margin: 10px 0;
}

.asraz {
    float: right;
    z-index: 99999;
    position: relative;
}

.asrta {
    float: right;
    margin-right: 16px;
    z-index: 99999;
    position: relative;
}


.dayscedule .head {
    clear: both;
    margin-right: 0;
    font-size: 14pt;
    margin-bottom: 0;
    padding: 4px;
    font-size: 16px;
}

.soen {
    margin-top: 15px;
}

.checkbox-ti {
    background: #f7f7f7;
    padding: 10px;
    border-top: 1px solid #ddd;
    float: right;
    width: 100%;
}

.checkbox-ti .checkbox {
    margin-right: 26px;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 999;
}


.reserveday {
    /* background: green; */
    /* border-radius: 32px; */
    /* padding: 5px 10px; */
    /* color: #fff; */
}

.reserveday:hover, .reserveday:focus {
    /* color: #fff !important; */
    /* box-shadow: 0px 0px 15px #888; */
}

.reservelist-item {
    /*display: inline-block;*/
    /*width: 108px;*/
    /*margin-bottom: 15px;*/
    flex: 1 0 17%;
    position: relative;
    margin: 0.5em;
}

.noreserve {
    color: white;
    background: #cc0000;
    padding: 3px;
    border-radius: 4px;
}

.panel-subhead {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 14pt;
    text-align: center;
    color: #D32F2F;
    border-bottom: 1px solid #ddd;
}

.badge-danger {
    background: #aa0000;
}



.npcopyright {
    text-align: left;
    clear: both;
}

.npcopyright img {
    background: #fff;
    border-radius: 4px;
    padding: 2px 8px;
}


/*
 ===========================================================================
    --- Search Result matab
 ===========================================================================
*/
.matab_container {
    position: relative;
    /* box-shadow: 0 1px 5px 0 #ddd; */
    padding: 13px 5px 3px 18px;
    border: 1px solid #ddd;
    background: #fff;
    border-top: 0;
}
.matab_container:hover{
    border-color: #1362cd;
    box-shadow: 0 1px 17px #8282822e;
    /* background: #E3F2FD; */
}
.dr_img {
    float: right;
    width: 10%;
    text-align: center;
}


.visited_count {
    color: #90a4ae;
    font-size: 15px;
    padding-top: 5px;
    font-family: sansLight;
}

.dr_info {
    float: right;
    width: 60%;
    position: relative;
}


.dr_title {display: block;width: 100%;overflow: hidden;word-wrap: break-word;font-size: 18px;line-height: 25px;padding: 5px 0;}

.dr_title a {
    color: #333333;
}

.dr_title a {
    white-space: nowrap;
}

.dr_title > a > i {
    color: #3ca47c;
    margin-left: 0px;
    font-size: 19px;
    vertical-align: middle;
    line-height: 1;
}

div.dr_name {
    margin: 0;
    font-size: 12pt;
    font-family: "IRANSans";
    font-weight: bold;
}

.dr_proficiency {
    margin: 0;
    font-family: "IRANSans", tahoma;
    color: #545454;
}

.prePay,
.dr_address,
.dr_proficiency {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}

.dr_address:before,
.dr_title:before,
.dr_proficiency:before {
    position: absolute;
    left: 0;
    width: 100px;
    height: 26px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.prePay {
    padding: 0 11px 0 0;
    line-height: 14px;
}

.prePay i {
    margin-left: 6px;
    font-size: 19px;
    top: 5px;
    color: #607d8b;
}

.prePay, .dr_address {
    font-family: "IRANSans", tahoma;
    font-size: 14px;
    /* word-spacing: -3px; */
    /* padding: 4px 11px 0 0; */
    color: #777;
}

.dr_links {
    padding-top: 12px;
    width: 30%;
    float: left;
}

.dr_first_empty_time {
    color: #1e88e5;
    font-size: 14px;
    padding-top: 7px;
    padding-right: 10px;
    text-align: left;
}

.dr_more {
    margin-left: 5px
}

/*.dr_reserve {*/
/*background: #f3218c !important;*/
/*border-color: #f3218c !important;*/
/*}*/


.drlinkresult {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 18px;
    text-align: center;
    border-radius: 4px !important;
    background: #49cf9c;
    border: 1px solid #3ca47c;
    padding: 10px 8px;
    min-width: 150px;
    border-bottom-width: 3px;
}

.drlinkresult:hover {
    background: #3ca47c;
    border-color: #3ca47c;
}

/*.dr_reserve:hover {*/
/*background: #e61a82 !important;*/
/*border-color: #bd136a !important;*/
/*}*/
@media (max-width: 425px) {
    .dr_img {
        width: 15% !important;
    }

    .dr_info {
        min-height: auto !important;
        overflow: initial !important;
        margin-bottom: 10px;
    }

    .matab_container {
        overflow: hidden;
    }
}

@media (max-width: 320px) {
    .dr_info {
        width: 80%;
    }

    div.dr_name {
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .dr_info {
        min-height: 96px;
        width: 50%;
        margin-right: 10px;
    }

    .dr_img {
        width: 16%
    }

    .dr_links {
        width: 25%;
        padding-top: 6px
    }

    .dr_links > a > div {
        min-width: 100% !important;
    }

    div.dr_name,
    .dr_proficiency {
        white-space: nowrap
    }

    .dr_info {
        overflow: hidden
    }
}


@media (min-width: 1433px) and (max-width: 1684px) {
    .dr_title {
        font-size: 20px;
    }

    .dr_title h2 {
        font-size: 22px
    }

    .dr_title a {
        /* font-size: 22px; */
    }

    .dr_proficiency {
        padding-top: 4px
    }

    .dr_proficiency {
        font-size: 18px;
    }

    .prePay,
    .dr_address {
        font-size: 15px;
    }

    .dr_links > a > div {
        font-size: 16px
    }

    .dr_info {
        min-height: 105px;
    }
}


@media (max-width: 430px) {
    .filter_sort_title {
        display: none
    }

    #result_count {
        padding: 10px 10px 0 5px;
        text-align: right;
        width: auto
    }

    .sort_params {
        float: right;
        padding-right: 10px;
        max-width: 135px;
        min-width: 135px
    }
}

@media (max-width: 400px) {
    .dr_img img {
        height: 100%;
        width: 100%
    }

    .dr_proficiency {
        font-size: 11px
    }

    .prePay,
    .dr_address {
        font-size: 10px
    }

    .dr_links > a > div {
        width: 90px;
        font-size: 11px
    }

    #all_rows .col-xs-12 {
        min-height: 113px
    }
}

@media (max-width: 340px) {
    .dr_img img {
        height: 100%;
        width: 100%
    }

    .dr_links > a > div {
        font-size: 10px;
        min-width: 90px;
        width: 90px;
        padding: 3px 1px
    }

}

@media (min-width: 240px) and (max-width: 480px) {
    .dr_title {
        font-size: 15px
    }

    .dr_title h2 {
        font-size: 14px
    }

    .dr_proficiency {
        padding-top: 2px
    }

    .dr_proficiency,
    .prePay,
    .dr_address {
        font-size: 14px
    }

    .dr_links > a > div {
        font-size: 13px;
        padding: 4px 10px
    }

    .dr_info {
        min-height: 123px;
        width: 82%;
    }

    .matab_container {
        padding: 17px 6px 12px
    }

    .main_matabs .col-md-4 {
        padding: 0 3px
    }

    .main_matabs {
        padding: 15px 17px 15px
    }

    .dr_links {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

    .dr_links > a > div {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
        padding: 8px;
    }
}

.list_li {
    padding: 0;
    margin: 0;
}

.list_li li {
    list-style: none;
    line-height: 2;
    padding: 0;
    margin: 0;
}

.image-doctorclinic {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.image-doctorclinic img {
    width: 100%;
}

/*.image-doctorclinic:before{*/
/*background: linear-gradient( rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.64) );*/
/*content: " ";*/
/*z-index: 999999;*/
/*position: absolute;*/
/*bottom: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/
.image-doctorclinic .caption {
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    background: #0000009c;
    right: 15px;
    bottom: 17px;
    border-radius: 8px;
    font-size: 12pt;
}

.label-largeform {
    margin: 0;
    color: #E91E63 !important;
    font-size: 13pt !important;
    background: #f9f9f9;
    padding: 8px 12px;
    border-radius: 6px 6px 0px 0px;
    text-align: right;
    display: block;
}

.calendar tr td {
    padding: 7px !important;
}

/*------ */
.cursor {
    cursor: pointer;
}

.fixwihte {
    margin-bottom: 15px;
    background: #fff;
    width: 100%;
    float: right;
    padding: 20px 10px 0;
    border-radius: 22px;
}

.loading-fix {
    text-align: center;
    padding-top: 50px;
    right: 0;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    top: 0;
    width: 100%;
    height: 100%; /* overflow:hidden; */
    z-index: 99999;
    border-radius: 2px;
}

.loading-box {
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}

/* --- The design of the calendar --- */
.calendar {
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
    border: 1px solid #d3d3d3;
}

.calendar thead th, .calendar tbody td {
    padding: 15px 0 15px 0;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

.calendar .day, .calendar td.day-active, .calendar .weekday, .calendar .workday, .weekdayoff, .calendar thead th, .calendar td.day-active-v, .day-current {
    border-bottom: 1px solid #d3d3d3;
}

.calendar tbody td {
    font-size: 17px;
    color: #777;
}

.weekday {
    color: #F44336 !important;
}

.weekdayoff {
    color: #2d31ec !important;
}

.day-active, .day-active-v {
    color: #308634;
    font-family: "IRANSans";
    font-weight: bold;
}

th.workday, th.weekday {
    background-color: #d3d3d3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 20px;
}

.calendar caption {
    font-weight: normal;
    background: #3c2f70;
    border-radius: 3px;
    color: #fff;
    font-size: 16px !important;
    padding: 8px 0 10px 0 !important;
    text-align: center;
    caption-side: top;
    /*background: linear-gradient(90deg, #795548 0%, #795548 100%);*/
}

.calendar caption a, .calendar caption strong {
    font-size: 14pt;
}

.calendar caption strong {
    font-weight: normal;
}

.calendar .monthlink {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 0px 6px;
}

.panel-success > .panel-heading {
    color: #4CAF50;
    background-color: #E8F5E9;
    border-color: #4caf4f;
    padding: 15px;
    font-size: 12pt;
    font-family: "IRANSans";
}

.psld {
    position: absolute;
    top: 10%;
    right: auto;
    left: 47%;
    text-align: center;
    font-size: 13pt;
    background: #333;
    padding: 7px 10px;
    border-radius: 5px;
}


.reserveday {
    border: 0;
    background: #e8f5e9;
    /* border-radius: 32px; */
    padding: 6px 0;
    color: #2e7d32;
    width: 32px;
    height: 29px;
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.reserveday:hover, .reserveday:focus {
    color: #ffffff !important;
    background: #4caf50;
    box-shadow: 0px 0px 15px #c5c7c59e;
}


.noreserve {
    color: white;
    background: #cc0000;
    padding: 3px;
    border-radius: 4px;
}

.panel-subhead {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 14pt;
    text-align: center;
    color: #D32F2F;
    border-bottom: 1px solid #ddd;
}

.badge-danger {
    background: #aa0000;
}

.npcopyright {
    text-align: left;
    clear: both;
}

.npcopyright img {
    background: #fff;
    border-radius: 4px;
    padding: 2px 8px;
}

.pay-select {
    background: #fff;
    margin: 10px 0;
    padding: 25px 14px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 3px;
}

.input-div {
    background: #f7f7f7;
    padding: 11px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    display: block;
    line-height: 1;
    position: relative;
}

.input-div img {
    width: 61px;
    padding-left: 10px;
}

.input-div span {
    font-size: 10pt;
}

.input-div span small {
    text-align: left;
    display: block;
    font-size: 80%;
    position: absolute;
    left: 38px;
    bottom: 10px;
}

.dropdown.right {
    float: right;
}

.dropdown-menu-right {
    left: 0;
    right: auto;
}


.resumeblock {
    line-height: 2;
    padding: 12px 0;
    display: block;
    border: 1px solid #cbd4e0;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    background: #edf2f9;
    box-shadow: 1px 1px 12px rgba(216, 224, 234, 0.62);
}

.resumeblock .image {
    position: relative;
    background-color: #f5f5f5;
    color: #555;
    text-align: center;
    width: 106px;
    height: 106px;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 8px;
    display: block;
    padding: 3px;
    margin: 4px auto;
}

.resumeblock img {
    width: 100%;
    display: block;
}

.resumeblock .name {
    font-size: 14pt;
    font-family: "IRANSans", tahoma;
    color: #25618c;
}

.resumeblock .typecon {
}

.resumeblock .typecon ul {
    font-size: 9pt;
    color: #999;
    line-height: 1.8;
    padding-right: 10px;
}

.resumeblock .typecon li {
}

.resumeblock .typecon li i {
}

@media (min-width: 768px) {
    .requestlink {
        line-height: 7;
    }
}

.formresume {
    padding: 15px;
    background: #448ecd;
    box-shadow: 0 0px 24px -5px rgba(0, 0, 0, 0.4);
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    margin: auto;
    margin-bottom: 10px;
    color: #fff;
}

.starf {
    color: red;
    font-weight: bold;
}

.search-sm {
    border-radius: 32px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 32px;
    top: 6px;
    border: 2px solid #607d8b;
    z-index: 99999;
    padding: 1px 1px;
    line-height: 1;
}

.search-sm img {
    vertical-align: middle;
    width: 16px;
}

footer {
    float: right;
    width: 100%;
}

.p2_head {
    background: #2196f3;
    width: 100%;
    height: 130px;
    margin-bottom: 20px;
    position: relative !important;
}

.p2_head h1 {
    position: absolute !important;
    color: #fff;
    font-size: 35px;
    width: 995px !important;
    margin: 0 auto !important;
    bottom: 5px;
}

.servertd {
    background: #CDDC39 !important;
    box-shadow: inset #00000033 0px 2px 6px;
    border: 1px solid #aebb2b !important;
    padding: 8px !important;
}

.descr_contact {
    line-height: 1.8;
    text-align: justify;
    font-size: 12pt;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}


.boxsina {
    margin: 1.5em auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.17);
    border-top: 4px solid #2196f3;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: hidden;
    float: right;
}

.tg-contactinfo {
    padding: 0;
    margin: 0;
    line-height: 2;
}

.tg-contactinfo li {
    margin-bottom: 10px;
    font-size: 10pt;
}

.tg-contactinfo li i {
    display: inline-block;
    padding-left: 15px;
    color: #585858;
}

.titlehomespan {
    font-size: 29px;
    background: #E8F5E9;
    border-radius: 4px;
    line-height: 1.6;
    font-family: "IRANSans", tahoma;
    font-weight: bold;
    color: #2a8c2f;
    padding: 0 4px;
}



.formbmibox {
    width: 100%;
    padding: 8% 8% 8% 8%;
    text-align: right;
    margin: 0 auto;
    background: rgba(176, 228, 56, 0.9019607843137255);
    border-radius: 10px;
    margin-top: 100px;
    box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.22);
}

.titlemo {
    text-align: center;
    margin-top: 100px;
    padding: 20px;
    color: #f17a28;
    font-family: "IRANSans";
    font-weight: bold;
    font-size: 22pt !important;
}

.titledescr {
    line-height: 2;
    padding: 15px;
    text-align: justify;
    background: rgba(255, 255, 255, 0.73);
    border-radius: 5px;
    font-family: "IRANSans";
    font-weight: 300;
    color: #222;
}

.alert-string {
    padding: 8px 10px;
    border-radius: 4px;
}

.alert-string.danger {
    background: #ff2010;
    color: #fff;
}

.alert-string.darkgreen {
    background: #6f9617;
    color: #fff;
}

.alert-string.warning {
    background: #FFC107;
    color: #3a2e0a;
}

.alert-string.bluer {
    background: #10ffb7;
    color: #0b4a37;
}

.block_home_moarefi {
    cursor: pointer;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9686274509803922);
    border-radius: 6px;
    width: 33%;
    padding: 20px 0;
    margin: 15px 15px 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.47);
    min-height: 265px;
    position: relative;
    transition: all ease .4s
}

.block_home_moarefi:hover {
    box-shadow: 0px 0px 30px rgba(33, 115, 206, 0.3803921568627451);
}

.block_home_moarefi img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100px;
}

.block_home_moarefi .name {
    text-align: center;
    margin: 20px 0;
    font-family: "IRANSans";
    font-weight: bold;
    font-size: 19pt;
    color: #0063d0;
}

.block_home_moarefi .descr {
    font-size: 10pt;
    text-align: center;
    color: #666;
}

.block_home_moarefi.two:hover {
    box-shadow: 0px 0px 30px rgba(42, 140, 46, 0.38);
}

.block_home_moarefi.two .name {
    color: #2a8c2f;
}

/*.mainhome {*/
/*background: url("images/banner-img11.jpg");*/
/*background-position: top center;*/
/*background-repeat: no-repeat;*/
/*border-top: 2px solid #2196F3;*/
/*border-bottom: 2px solid #2196F3;*/
/*}*/

/*.mainhome:after{*/
/*position: absolute;*/
/*content: '';*/
/*left: 0;*/
/*top: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: rgba(0, 0, 0, 0.05) url(images/pattern.png) repeat;*/
/*}*/

.from_block_main {
    position: relative;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: right;
    text-align: center;
    margin-top: 77px;
}

.titlenobatdehi {
    font-size: 29px;
    background: #e1eaff;
    border-radius: 4px;
    line-height: 1.6;
    font-family: "IRANSans", tahoma;
    font-weight: bold;
    color: #0063d0;
    padding: 0 4px;
}

.pagetitle, .tm-shuffle-text {
    z-index: 9;
}

.section_form {
    background: #eee;
}

.link_search_reserve {
    clear: both;
    display: block;
    margin: 3px auto;
    text-align: center;
}

@media (max-width: 768px) {

    .pagetitle {
        width: 100%;
        top: 10px
    }

    .from_block_main {
        margin-top: 26px;
    }

    .block_home_moarefi {
        margin: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}

.home_lastblog {
    float: right;
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.boxpagetitle {
    text-align: center;
    font-family: "IRANSans";
    font-weight: bold;
    font-size: 22pt;
    color: #444;
    margin-bottom: 50px;
    position: relative;
}

.boxpagetitle:before {
    content: "";
    height: 5px;
    width: 19%;
    position: absolute;
    bottom: -21px;
    right: auto;
    background: #2196F3;
}

.card{margin-bottom: 15px}
span.date {
    color: #999;
    font-size: 12px;
    font-family: "IRANSans";
}

.text-muted {
    color: #8c8c8c !important;
}

.d-block {
    display: block !important;
}

.post-title {
    font-size: 1rem;
    font-family: "IRANSans";
    font-weight: bold;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.card-title {
    margin-bottom: .75rem;
}

.card-text p {
    color: #676767;
    line-height: 28px;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

.home_boxclr {
    float: right;
    width: 100%;
}

.boxpagetitle.w13:before {
    width: 13% !important;
}

.clrmoreblog {
    margin-top: 24px;
    text-align: center;
}

.clrmoreblog a {
    border-bottom: 1px dashed;
    font-size: 14pt;
    color: #1297ff;
}

.clrmoreblog a:hover {
    text-decoration: none;
    color: #096fbf;
}

.clrmoreblog a i {
    padding-left: 10px;
    vertical-align: middle;
}

.panel-blog {
    padding: 8px 13px !important;
    font-size: 10pt !important;
    background: #1E88E5 !important;
    box-shadow: none !important;
}


.message-apm {
    align-items: flex-end;
}

.message-apm .message {
    color: #fff;
    margin-left: 50%;
    margin-right: 1%;
    background: linear-gradient(to bottom, #55b4ff 0%, #1882d6 100%);
    background-attachment: fixed;
    position: relative;
    padding: 10px 4px;
    margin-bottom: 12px;
    padding-right: 16px;
    border-radius: 12px;
}

.message-apm .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background: linear-gradient(to bottom, #55b4ff 0%, #1882d6 100%);
    background-attachment: fixed;
    border-bottom-left-radius: 15px;
}

.message-apm .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
}

span.headername {
    opacity: .5;
    font-size: 8pt;
}

.mapdiv {
    padding: 15px;
    background: #eee;
}

.mapdiv .control-label {
    font-family: "IRANSans";
    font-weight: bold;
    font-size: 13pt;
}

#map {
    border: 2px solid #999;
}

#map_view_ads {
    border: 2px solid #999;
    height: 300px
}

.dr_subinfo {
    margin-right: 16px;
    line-height: 2.2;
}

.panel-success {
    border-color: #4CAF50;
}

.panel-success .panel-heading {
    font-size: 13pt;
    line-height: 1.3;
}

.panel-primary .panel-heading a{color: white !important;}

.panel .panel-heading{
    font-size: 11pt !important;
}

.message-apm {
    /* align-items: flex-end; */
    float: right;
    width: 100%;
}

.message-apm .message {
    color: #fff;
    margin-left: 50%;
    margin-right: 1%;
    background: linear-gradient(to bottom, #55b4ff 0%, #1882d6 100%);
    background-attachment: fixed;
    position: relative;
    padding: 10px 4px;
    margin-bottom: 12px;
    padding-right: 16px;
    border-radius: 12px;
    display: inline-block;
    float: right;
}

.message-apm .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background: linear-gradient(to bottom, #55b4ff 0%, #1882d6 100%);
    background-attachment: fixed;
    border-bottom-left-radius: 15px;
}

.message-apm .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
}

.message_dr .message {
    background: linear-gradient(to bottom, #ffe7e6 0%, #ffe6e5 100%);
    color: #333;
    float: left;
    margin-left: 1%;
    margin-right: 50%;
}

.message_dr .message.last:before {
    background: linear-gradient(to bottom, #ffe7e6 0%, #ffe6e5 100%);
}

ul.list-item {
    margin: 0;
    padding: 0;
}

.input-lg{font-size: 17px;}

.panel-dark{
    border-color: #4a4a4a;
}
.panel-dark .panel-heading{
    background: #6d6d6d;
    background-image: linear-gradient(to bottom,#6d6d6d 0,#5a5a5a 100%);
}


.filterbox {
    float: right;
    width: 100%;
    clear: both;
    position: relative;
}

.filterbox label {
    display: inline-block;
    float: right;
    margin-left: 8px;
    padding-top: 10px;
    font-size: 14px;
    font-family: "IRANSans";
    font-weight: 300;
    color: white !important;
}
.searchnobat {
    color: #3a3a3a !important;
}

.filterbox .select2-container--default .select2-selection--single {
    height: 40px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #C1C1B9;
    /* border-bottom-width: 3px; */
}
.filterbox .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444444;
    font-size: 10pt;
    line-height: 38px;
    text-align: right;
    font-family: "IRANSans", tahoma;
}
.filterbox .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
    left: 1px;
    right: auto;
    width: 45px;
    padding: 0 6px;
    text-align: center;
    border-right: 1px solid #c1c1c1;
}
.filterbox .select2-selection__arrow>i {
    color: #444;
    font-size: 21px;
    line-height: 42px;
}

.filterbox .select2-container {
    float: left;
    min-width: 68%;
    width: 68% !important;
}

.countmatab {
    background: #eaf6ff;
    padding: 13px 15px;
    border-radius: 4px;
    /* box-shadow: 0 3px 5px  #e2e2e2; */
    border: 1px solid #a6c4dd !important;
    font-size: 11pt;
    font-family: "IRANSans", tahoma;
    font-weight: 300;
    color: #00579d;
    margin-bottom: 15px;
}

.countmatab span.titr {
    font-size: 14pt;
    color: #00589f;
    padding-left: 2px;
    font-family: "IRANSans", tahoma;
    font-weight: bold;
}

.matab_container {
    position: relative;
    box-shadow: 0 1px 17px #dddddd7a;
    padding: 15px 0;
    border: 1px solid #dadada;
    background: #fff;
    margin: 12px auto 10px;
    border-radius: 3px;
}
.nobatbaz {
    display: block;
    z-index: 8;
    position: absolute;
    background: #FFA000;
    padding: 3px 4px;
    color: #fff;
    border-radius: 3px;
    font-size: 9pt;
    top: -5px;
    left: 10px;
}
.nobatbaz:hover, .nobatbaz:focus{
    color:#fff;
    background: #e49100;
    text-decoration: none;
}

.nobatemrooz {
    background: #4CAF50;
}
.nobatemrooz:hover, .nobatemrooz:focus{
    background: #388E3C;
}

.dralnkpf {
    float: left;
    width: 100%;
}

.prePay, .dr_address, .dr_proficiency{
    word-spacing: 0;
    font-size: 13px;
}

.dralnkpf {
    float: left;
    width: 100%;
}

.dr_links>a>div {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 18px;
    text-align: center;
    border-radius: 4px!important;
    background: #2196f3;
    border: 1px solid #2196f3;
    padding: 7px;
    min-width: 160px;
    border-bottom-width: 3px;
}
.dr_links>a>div:hover {
    background: #137fd4;
    border-color: #0d68af;
}
.dr_links>a>div.moshavere {
    margin-top: 5px;
    background: #49cf9c;
    border: 1px solid #3ca47c;
}
.dr_links>a>div.moshavere:hover {
    background: #3ca47c;
    border-color: #3ca47c;
}
@media(max-width:425px) {
    .slide_box2 .owl-nav{
        display: none;
    }
    .get-app-form, .get-app-2{
        display: none;
    }
    .dr_img{
        width: 15% !important;
    }
    .dr_info{
        min-height: auto !important;
        overflow: initial !important;
        margin-bottom: 10px;
    }
    .matab_container{
        overflow: hidden;
    }
}
@media(max-width:320px) {
    .dr_info{
        width: 80%;
    }
    div.dr_name{
        font-size: 18px;
    }
}
@media(max-width:850px) {
    .dr_info {
        min-height: 96px;
        width: 50%;
        margin-right: 10px;
    }

    .dr_img {
        width: 16%
    }

    .dr_links {
        width: 25%;
        padding-top: 6px
    }
    .dr_links>a>div{
        min-width: 100% !important;
    }

    div.dr_name,
    .dr_proficiency {
        white-space: nowrap
    }

    .dr_info {
        overflow: hidden
    }
}


@media(min-width:1433px) and (max-width:1684px) {
    .dr_title {
        font-size: 20px
    }

    .dr_title h2 {
        font-size: 22px
    }

    .dr_title a {
        font-size: 22px
    }

    .dr_proficiency {
        padding-top: 4px
    }

    .dr_proficiency {
        font-size: 12px;
    }

    .prePay,
    .dr_address {
        font-size: 15px;
    }

    .dr_links>a>div {
        font-size: 16px
    }

    .dr_info {
        min-height: 105px;
    }
}
.btngroup-primary .btn{padding: 8px 12px}
.btngroup-primary .btn i{}


/*.btn-green:focus, .btn-green:hover, .btn-live:focus, .btn-live:hover {*/
/*    background: -webkit-gradient(linear, 0 0, 0 100%, from(#6e9d26), to(#568426));*/
/*    background: -moz-linear-gradient(top, #6e9d26, #568426);*/
/*    background: -webkit-linear-gradient(top, #6e9d26, #568426);*/
/*    background: -o-linear-gradient(top, #6e9d26, #568426)*/
/*}*/

/*.btn-green:focus, .btn-green:hover, .btn-live:focus, .btn-live:hover, .btn-live:hover::after {*/
/*    background: -webkit-linear-gradient(to bottom, #6e9d26, #568426)*/
/*}*/


.pricemsh tbody tr td {
    border-top: 0 !important;
}

.pricemsh tbody td {
    padding: 10px !important;
    line-height: 1.7 !important;
    vertical-align: middle !important;
}

.tdpricemsh strong {
    font-family: "IRANSans";
    font-weight: bold;
    font-size: 12pt;
    color: #0d80ef;
}
.tdpricemsh p {
    font-size: 10pt;
    text-align: justify;
    color: #444;
    font-family: "IRANSans";
    font-weight: 300;
}

.stroypages {
    line-height: 2;
    font-size: 13px;
    color: #333;
}


.storyblogfull {
    position: relative;
    overflow: hidden;
}

.storyblogfull img {
    width: 70%;
    height: 100%;
    text-align: center;
    margin: 10px auto;
    display: block;
    border-radius: 4px;
}

.stroypages li {
    list-style: inside;
}
.image-doctor {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.image-doctor img {
    width: 100%;
}

.image-doctor .caption {
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    background: #0000009c;
    right: 15px;
    bottom: 17px;
    border-radius: 8px;
    font-size: 12pt;
}


.listcat li {
    list-style: none;
    line-height: 1.8;
    padding: 5px 10px;
    border-radius: 4px;
}

.listcat li:hover {
    background: #f7f7f7;
    cursor: pointer;
}

.listcat li:hover a {
    color: #396eff;
}

.listcat li a {
    font-size: 11pt;
    color: #000;
}

.listcat li a i {
    padding-left: 5px;

}

.listcat li a:hover {
    color: #396eff;
}

.image-dr{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.image-dr img{
    max-width: 100%;
    border-radius: 50%!important;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(113,151,239,.5);
    box-shadow: 0 0 5px 0 rgba(130, 130, 130, 0.5);
}

.online-drlist{
    position: absolute;
    width: 23px;
    height: 23px;
    border: 3px solid #fff;
    border-radius: 50%;
    bottom: 10px;
    right: 0;
    background: #8dc440;
}
.linkboxprofile{
    /* margin-top: 10px; */
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    min-width: 130px!important;
    line-height: 1;
    background: none;
    display: block;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 11px 8px;
    background: #fff;
    float: left;
}
.linkboxprofile:hover{
    background-color: #0a8cfb;
    color: #fff;
    border-color: #0a8cfb;
}
.zoneitmename{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #777;
    /* background: #f5f5f5; */
    padding: 5px 0;
    margin-top: 10px;
    /* border: 1px solid #e4e4e4; */
    border-radius: 0;
    float: right;
    margin-left: 20px;
    /* box-shadow: inset -22px 0 0 #dedede; */
}
.zoneitmename i{
    font-size: 11pt;
    line-height: 1;
    padding-right: 7px;
    margin-left: 10px;
}


.label-sch{
    padding: 10px;
    background: #2196f3;
    color: #fff;
    text-align: center;
    z-index: 9;
    position: relative;
}
.label-sch-top{
    padding-top: 16px;
    position: relative;
    z-index: 9;
    font-size: 12px;
}
.settingsc {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 10px;
    background: #f7f7f7;
}
.tarifms{
    color: #6d6d6d;
    margin-left: 5px;
    display: block;
    float: right;
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
}
.tarifms i{
    margin-left: 2px;
    color: #4b4b4b;
    background: #ececec;
    line-height: 1;
    vertical-align: middle;
    padding: 0px 6px;
    border-radius: 4px;
    font-size: 13px;
}
.tarifms strong{font-family: 'IRANSans';font-weight:bold;color: #000;width: 108px;display: inline-block;}
.matab_container:hover .linkboxprofile{
    background-color: #0a8cfb;
    color: #fff;
    border-color: #0a8cfb;
}
.matab_container:hover{
    cursor: pointer;
}
.flexitem{
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    flex-wrap: wrap;
}

.reservelist-item .btn {
    width: 100%;
}


.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: 2px solid #ffffff38;
    width: 60px;
    color: #ffffff;
    text-align: right;
    padding: 0;
    line-height: 32px;
    float: right;
    position: relative;
    margin: 0;
    background: #ffffff1c;
}

.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: #0000001c;
    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;
}

.modal-header-danger{
    background: linear-gradient(
            90deg
            , rgb(212 53 41) 0%, rgb(176 34 34) 100%);
    box-shadow: 0 3px 6px -3px rgb(224 65 65);
}

.share_url_a{
    float: left;
    background: #ab131e;
    color: #fff !important;
    font-size: 16px !important;
    text-align: center;
    height: 32px;
    padding: 1px 9px;
}
.share_url_b{
    float: left;
    margin: 0;
    line-height: 1;
    padding: 10px 15px;
    height: 32px;
}
.share_url_c{
    height: 32px;
    margin: 0 !important;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    font: bold 12px/32px "IRANSans";
    overflow: hidden;
    text-decoration: none;
    float: left;
    background: #2e844e !important;
    text-align: left;
    border-radius: 0px !important;
}
.share_url_d {
    float: left;
    border-radius: 0px;
    height: 32px;
}
.share_url_d .btn{
    border-radius: 0px 0px 10px 10px;
}
.post-tags li{
    list-style: none;
}
@media (max-width:768px) {
    .countmatab{
        background: #fff;
        border: 0 !important;
        padding: 0;
        font-size: 12px;
        margin-bottom: 10px;
        text-align: center;
    }
    .countmatab span.titr{
        font-size: 15px;
    }
}
.settingsc label {
    font-size: 12px;
}


.settingsc input, .settingsc select, .sobhta input, .sobhaz input {
    font-size: 13px;
}
@media (max-width: 550px) {
    th.workday, th.weekday{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 20px;
    }
}



.closesearch{
    position: absolute;
    left: 135px;
    color: #e04848;
    top: 9px;
    /* background: #fff; */
    z-index: 999;
}

.closesearch i{
    font-size: 20pt;
}


.search_result {
    display:none;
    background: #fff;
    height: 516px;
    position: absolute;
    top: 100%;
    width: 100%;
    border: 1px solid #d0d0d0;
    box-shadow: 0px 4px 13px rgb(0 0 0 / 37%);
    z-index: 999;
    overflow: hidden;
    border-radius: 5px;
    right: 0;
}
.search_result  div.r{
    width: 60%;
    float:right;
    height: 515px;
}
.search_result  div.l{
    width: 40%;
    float: left;
    min-height: 515px;
    background: #f6f6f6 url(images/sbg.png) no-repeat 100% 50%;
}
.search_result div.title{
    font-weight: bold;
    padding:8px 10px;
    color: #1565c0;
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px;
}
.search_result ul.box_show_result{
    padding:10px;
    overflow:auto;
}
.search_result ul.box_show_result li{
    padding:2px 5px;
    list-style: none;
}
.search_result ul.box_show_result li.item{
    display: block;
    background: url(images/newsarrow.gif) no-repeat 99% 9px;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 13px;
}
.search_result ul.box_show_result li.item a{
    font: 11px/1.8 "iransans", tahoma;
    color: #303030;
}
.search_result ul.box_show_result li.item a:hover{
    color: #ff5252;
}
.search_result ul.box_show_result li.product{
    display: block;
    overflow: hidden;
    text-align: right;
    position: relative;
}
.search_result ul.box_show_result li.product:hover .desc{
    /* background: #2979a8; */
    color: #1976D2;
}
.search_result ul.box_show_result li.product a{
    display: block;
    width: 100%;
    max-height: 45px;
}
.search_result ul.box_show_result li.product .desc{
    float: left;
    text-align: right;
    width: 263px;
    font: 12px/1.8 tahoma;
    height: 75px;
}
.search_result ul.box_show_result li.product .desc p{
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /*margin-right: 3px;*/
    margin: 0;
}
.search_result ul.box_show_result li.product .img{
    margin-left: 10px;
    text-align: center;
    width: 100px;
    height: 75px;
}
.search_result ul.box_show_result li.product .img img{
    max-height: 75px;
    max-width: 75px;
    vertical-align: top;
}
.sep{
    background: url(images/sep.png) no-repeat scroll center center;
    padding: 10px 0 5px;
    width: 100%;
}

.search-form{
    position: relative;
}
.rmobile {
    height: auto !important;
    width: 100% !important;
    float: none !important;
}
.resfastsearch .details .name, .resfastsearch .details .special,.resfastsearch .details .location{
    text-align: right;
}

.resfastsearch .image{
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border-radius: 0;
    margin: 0;
    margin-left: 15px;
}

.resfastsearch .details{
    margin-top: 0;
}
@media (max-width: 425px) {
    .search_result {
        height: 410px;
    }
    .closesearch {
        position: absolute;
        left: 5px;
        color: #e04848;
        top: 51px;
        /* background: #fff; */
        z-index: 9999999;
    }
    .calendar tbody td{font-size: 14px}
    .calendar thead th{
        padding: 0;
        font-size: 10px;
    }
    .calendar tr td{
        padding: 3px !important;
    }
    .calendar caption{}
}
@media (min-width: 600px) and (max-width: 768px) {
    .search_result {
        width: 600px;
        left: auto;
        right: -120px;
    }
}
