﻿/*@font-face {
    font-family: Shabnam;
    src: url('../fonts/sh/Shabnam.eot');
    src: url('../fonts/sh/Shabnam.eot?#iefix') format('FontName-opentype'), url('../fonts/sh/Shabnam.woff') format('woff'), url('../fonts/sh/Shabnam.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Samim;
    src: url('../fonts/samim/Samim.eot');
    src: url('../fonts/samim/Samim.eot?#iefix') format('FontName-opentype'), url('../fonts/samim/Samim.woff') format('woff'), url('../fonts/samim/Samim.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Yekan;
    src: url('/Content/fonts/yekan/Yekan.eot');
    src: url('/Content/fonts/yekan/Yekan.eot?#iefix') format('FontName-opentype'), url('/Content/fonts/yekan/Yekan.woff') format('woff'), url('/Content/fonts/yekan/Yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Parastoo;
    src: url('../fonts/p/Parastoo.eot');
    src: url('../fonts/p/Parastoo.eot?#iefix') format('FontName-opentype'), url('../fonts/p/Parastoo.woff') format('woff'), url('../fonts/p/Parastoo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir-FD.eot');
    src: url('../fonts/vazir/Vazir-FD.eot?#iefix') format('FontName-opentype'), url('../fonts/vazir/Vazir-FD.woff') format('woff'), url('../fonts/vazir/Vazir-FD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, a, p {
    font-family: Vazir, Tahoma;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    font-family: Vazir, Arial;
}

.dir-left {
    direction: ltr;
    text-align: left;
    display: inline-block;
}

body header {
    z-index: 7;
}

section {
    background: none;
}

.order-box {
}

/*.bg-primary {
    background-color: #4670CE;
}*/
.header-style3 .navbar-default {
    /*background-color: #4670CE;*/
    background-image: linear-gradient(120deg, #fff 86%, #4670CE 30%);
    /*color:#fff;*/
}

.navbar-nav > li > a {
    /*color:#fff;*/
}

.attr-nav > ul > li > a.butn {
    font-size: 15px;
}

.menu_area .butn {
    padding: 15px 12px;
}

ul.breadcrumbs {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}

    ul.breadcrumbs li {
        display: inline-block;
        font-size: 12px;
    }

        ul.breadcrumbs li a {
            font-size: 12px;
        }

        ul.breadcrumbs li i {
            margin: 0 10px;
            color: #4670CE;
        }


.hs-container {
    min-height: 120px;
    padding: 30px 40px;
    background: #fff;
    margin-bottom: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    display: block;
    width: auto;
}

    .hs-container.open {
        min-height: 124px;
    }

    .hs-container .hs-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.15);
        z-index: 10;
        display: none;
    }

    .hs-container.open .hs-overlay {
        display: block;
    }

/* Home Styles */
.hs-box {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    position: relative;
    background: #fff;
    display: block;
    width: auto;
}

    .hs-box .hs-result {
        background-color: #fff;
        display: none;
        transition: 0.3s all;
        opacity: 0;
    }

.search-page .hs-box.open {
    min-height: 400px;
    height: auto;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    transition: 0.5s all;
    position: absolute;
    z-index: 11;
    width: calc(100% - 80px);
}

.hs-box.open .hs-result {
    display: block;
    transition: 0.5s all;
    opacity: 1;
    display: block;
    border-top: 1px solid #e4e4e4;
    min-height: 300px;
    overflow-y: auto;
}

.hs-box .input input {
    border: 0;
    width: 100%;
    padding-right: 30px;
}

    .hs-box .input input::placeholder {
        color: #808080;
    }


.hs-box .input .hs-back {
    border: 0;
    background: transparent;
    position: absolute;
    top: 20px;
    right: 10px;
    color: #000;
    opacity: 0.5;
    display: none;
}

.hs-box .input .hs-icon {
    border: 0;
    background: transparent;
    position: absolute;
    top: 20px;
    right: 10px;
    color: #000;
    opacity: 0.5;
}

.hs-box .input .hs-clear {
    position: absolute;
    color: #000;
    opacity: 0.5;
    top: 20px;
    display: none;
}

.hs-box .input .btn-close {
    left: 15px;
}

.hs-box.open .input .btn-close {
    display: block;
}

.hs-box .input .btn-back {
    right: 10px;
}

.hs-box .city {
    width: auto;
    cursor: pointer;
    border-right: 1px solid #e4e4e4;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .hs-box .city:hover {
        background-color: aliceblue;
    }

    .hs-box .city i {
        margin-right: 6px;
    }

.hs-title {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    line-height: 21px;
    font-style: normal;
    margin: 0;
    padding: 1em 1em 0;
    display: inline-block;
    color: #4670CE;
}

.hs-list .btn-link {
    float: left;
    color: #4670CE;
    margin: 5px;
    padding: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

    .hs-list .btn-link:hover {
        color: #34c5a1;
    }

    .hs-list .btn-link i {
        margin-right: 0;
        margin-left: 15px;
        transition: 1s all;
    }

    .hs-list .btn-link:hover i {
        margin-right: 10px;
        margin-left: 5px;
        transition: 1s all;
    }

.hs-result .searching {
    display: none;
    margin: 10px;
}

.hs-result ul.hs-tags {
    list-style: none;
    margin: 0;
    padding: 1em;
}

    .hs-result ul.hs-tags li {
        display: inline-block;
        border: 1px solid #e4e4e4;
        border-radius: 5px;
        margin-bottom: 7px;
        margin-left: 6px;
    }

        .hs-result ul.hs-tags li a {
            /*color: #000;*/
            color: #4670CE;
            font-weight: 300;
            font-size: 0.8em;
        }

.hs-result ul.hs-list li a {
    color: #000;
}

.hs-result .list-group {
    width: 100%;
}

.hs-result .list-group-item {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding: 0;
}

    .hs-result .list-group-item a, .hs-result .list-group-item span {
        padding: 8px 16px;
        display: block;
    }

.sc-input, .sp-input, .sv-input {
    position: relative;
}

    .sc-input .sc-clear, .sp-input .sp-clear, .sv-input .sv-clear {
        position: absolute;
        left: 10px;
        top: 10px;
        display: none;
    }

.search-sidebar .widget {
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}

    .search-sidebar .widget:last-child {
        margin-bottom: 0
    }

.mobile-filters select{
    width:auto;
}

.mob-filter {
    padding: .375rem .75rem .375rem .75rem;
    margin-right: 10px;
    text-align: center;
}

.form-select{
    font-size:13px;
}

.filter-tags {
}

    .filter-tags li {
        display: inline-block;
    }

    .filter-tags span {
        background-color: rgba(70,112,206,0.1);
        border-radius: 10px;
        padding: 8px 12px;
        font-size: 13px;
        color: #4670CE;
        font-weight: 600;
        line-height: 20px;
        margin: 0 0 0.6rem 0.6rem;
        display: inline-block;
    }

    .filter-tags .remove-filter {
        font-size: 12px;
        display: inline-block;
        margin-right: 8px;
        color: #ff0000;
    }

.sp-filter, .sv-filter {
    width: 70%;
    display: inline-block;
    overflow-x: hidden;
    white-space: nowrap;
}

.s-item {
    margin-bottom: 10px;
}

    .s-item .h6 {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .s-item p {
        font-size: 12px;
        color: rgb(52, 64, 84);
        margin-bottom: 7px;
    }

.sd-image {
    width: 98px;
    height: 98px;
}

    .sd-image img {
        width: 98px;
        height: 98px;
        object-fit: cover;
    }

.s-item .si-icon {
    margin-left: 10px;
}

    .s-item .si-icon i {
        font-size: 1.1em;
    }

.si-item .si-reserves{

}

.si-city i{
    margin-bottom:3px;
}

.si-city .cti {
/*    border:1px solid #34c5a1;
    color:#34c5a1;
    padding: 2px 8px;*/
    margin-left: 5px;
    /*border-radius:10px;*/
}

#preloader.partial{
    position:relative;
}

.swtch-type {
    font-size: 14px;
    border-bottom: 1px solid #4670CE;
    margin-bottom: 5px;
    padding:8px 24px;
    color:#4670CE;
}

.butn-style01.white.swtch-type:hover span {
    color: #fff;
}

.btn.s-sort{
    text-decoration:none;
    color:rgb(52, 64, 84);
    font-size:12px;
}

.btn.s-sort:hover {
    color:#004fff;
}

    .btn.s-sort.active {
        color:#4670CE;
    }


.search-loader {
}

.loading-item {
    width: 100%;
    background: #e4e4e4;
    display: block;
    min-height: 20px;
}

.sd-image .loading-item {
    height: 100%;
}

.pagination ul li {
    height: 48px;
}

    .pagination ul li a {
        height: 100%;
        display: flex;
        align-items: center;
    }


@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.loading-item {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
}


@media screen and (max-width: 575px) {
    .search-sidebar .widget {
        padding: 20px
    }
}

#cityList .accordion-body {
    padding: 0;
}

.card-st1 {
    text-align: center;
    padding: 35px 35px 27px 35px;
    transition: all 0.5s;
}

    .card-st1:hover {
        background: #4670CE;
        color: #fff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

.card-st2 {
    height: 100px;
    text-align: center;
    padding: 35px;
    transition: all 0.5s;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

    .card-st2:hover, .card-st2.active {
        background: #34c5a1;
        color: #fff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

    .card-st2.active {
        margin-top: 5px;
    }

    .card-st2 .card-text {
        vertical-align: middle;
        text-align: center;
    }




.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -70px;
    left: 0;
}

    .owl-carousel.owl-theme .owl-nav button {
        border-radius: 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        font-size: 1.2em;
    }

        .owl-carousel.owl-theme .owl-nav button:hover {
            border: 1px solid rgba(0,0,0,.15);
            -webkit-box-shadow: 0 5px 8px 0 rgba(50,50,50,0.1);
            -moz-box-shadow: 0 5px 8px 0 rgba(50,50,50,0.1);
            box-shadow: 0 5px 8px 0 rgba(50,50,50,0.1);
        }

.clinics-carousel.owl-carousel .owl-item {
    height: 100%;
}

    .clinics-carousel.owl-carousel .owl-item img {
        object-fit: fill;
        height: 100px;
        width: 100px;
    }

    .clinics-carousel.owl-carousel .owl-item h3 {
        font-size: 14px;
        line-height: 1.6em;
        white-space: nowrap;
        overflow-x: hidden;
        margin-bottom: 15px;
    }

    .clinics-carousel.owl-carousel .owl-item p {
        font-size: 13px;
    }

.card-style06 {
    padding: 35px 20px 20px 20px;
}

a.read-more {
    font-size: 12px;
}

.bcitem .card-img {
    height: 138px;
    display: flex;
}

    .bcitem .card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.owl-item:first-of-type .bcitem .card-img img {
    object-fit: contain;
}

.bcitem h3 {
    height: 76px;
    overflow: hidden;
}

.form-group div.error, .field-validation-error {
    margin-top: 5px;
    color: #ff0000;
    font-size: 0.9em;
    text-align: right;
    display: block;
}

#CapcthaBox label {
    display: none;
}

#CapcthaBox {
}

    #CapcthaBox .captchaContainer {
        float: right;
    }

    #CapcthaBox button {
        float: right;
        margin-top: 20px;
        margin-right: 5px;
    }

.btn-grey {
    background-color: #d3d4d5;
    color: #000;
}

    .btn-grey:hover {
        color: #fff;
        background-color: #6c757d;
    }

.attr-nav > ul > li.dropdown ul.dropdown-menu {
    left: 0;
    background: #fff;
    right: auto;
}

.menu_area li.user-nav .dropdown-toggle {
    display: flex;
    background-color: #fff;
    border: 2px solid #4670CE;
    padding: 8px;
    color: #4670CE;
    font-weight: 100;
}

    .menu_area li.user-nav .dropdown-toggle:hover {
        color: #fff;
        border-color: #34c5a1;
    }


    .menu_area li.user-nav .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        margin-right: .55em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .menu_area li.user-nav .dropdown-toggle i {
        margin-left: .55em;
        font-size: 1.2em;
    }

.menu_area .attr-nav li.user-nav ul.dropdown-menu {
    border: 1px solid #4670CE;
    border-radius: 10px;
    padding: 10px 0;
    margin: 0;
    min-width: 160px;
}

    .menu_area .attr-nav li.user-nav ul.dropdown-menu li {
        padding: 0;
        margin: 0;
    }

        .menu_area .attr-nav li.user-nav ul.dropdown-menu li a {
            padding: 8px 10px;
        }

        .menu_area .attr-nav li.user-nav ul.dropdown-menu li a:hover {
            padding-right:25px;
            background-color:#34c5a1cc;
            color:#fff;
        }

@media screen and (max-width: 991px) {
    .attr-nav > ul > li.dropdown.user-nav ul.dropdown-menu.show {
        display:initial !important;
        text-align:right;
    }
}

.number::placeholder{
    text-align:center;
}



/* Footer */
.footer-pic {
    width: 70px;
    background: #e4e4e4;
    border: 1px solid #4670CE;
    padding: 10px;
    border-radius: 10px;
    margin-left: 10px;
    float: right;
    text-align: center;
}

    .footer-pic img {
        height: 55px;
    }




/* Small Screens */
@media screen and (max-width: 991px) {
    .navbar ul li a {
        /*color: #4670CE;*/
    }

    .menu_area .butn {
        padding: 10px;
        font-size: 0.8em;
    }

    .hs-container {
        padding: 30px 10px;
    }
}

@media screen and (max-width: 768px) {
    .hs-box.open, .search-page .hs-box.open {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 70px;
        right: 0;
        left: 0;
        border-radius: 0;
    }

        .hs-box.open .input .hs-icon {
            display: none;
        }

        .hs-box.open .input .hs-back {
            display: block;
        }
}

@media screen and (min-width: 992px) {
    header.scrollHeader .navbar-default {
        background-image: linear-gradient(120deg, #fff 88%, #4670CE 20%);
        /*background-color: #4670CE;*/
    }

    .scrollHeader .attr-nav > ul > li > a {
        padding: 21px 12px;
    }

        .scrollHeader .attr-nav > ul > li > a.butn {
            padding: 15px 12px;
        }
}







































.hide {
    display: none !important;
}
