﻿/*#region reset.css*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*#endregion reset.css*/

@font-face {
    font-family: 'iransans';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum).woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: iransans_bold;
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot') format('embedded-opentype');
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

body, html {
    font-family: 'iransans';
    direction: rtl;
}

body {
    background-color: #ececec !important;
    /*background-image: linear-gradient(45deg, #008875, #008875);*/
    background-image: linear-gradient(45deg, #031c7b, #031c7b);
    background-size: 504px 100%;
    background-repeat: no-repeat;
    background-position: left;
}

h1, h2, h3, h4, h5, h6 {
    font-family: iransans_bold;
    color: #696464
}

input:focus {
    outline: none;
    box-shadow: none;
}

*:focus {
    box-shadow: none !important;
    outline: none !important;
}

a, a:hover {
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

/*#region placeholder*/
input[type=tel]::-webkit-input-placeholder {
    text-align: right;
    direction: rtl
}

input[type=tel]:-ms-input-placeholder {
    text-align: right;
    direction: rtl
}

input[type=tel]::placeholder {
    text-align: right;
    direction: rtl
}

[type=tel] {
    text-align: left;
    direction: rtl
}

input::-webkit-input-placeholder {
    color: #9e9e9e !important;
}

input:-ms-input-placeholder {
    color: #9e9e9e !important;
}

input::placeholder {
    color: #9e9e9e !important;
}
/*#endregion placeholder*/
/*#region select*/
.cust-select {
    position: relative;
    display: block;
    z-index: 10;
}

    .cust-select select {
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        padding: 16px 20px 15px 30px;
        min-height: 50px;
        border-radius: 4px;
        font-size: 15px;
        border: solid 1px #ececec;
        margin-bottom: 23px;
        font-weight: 400;
        line-height: 1.5;
        color: #9e9e9e;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        width: 100%;
    }

    .cust-select:after {
        position: absolute;
        left: 5px;
        top: 0;
        width: 25px;
        height: 100%;
        font-family: 'Font Awesome\ 5 Free';
        content: "\f107";
        color: #a7a7a7;
        font-size: 18px;
        z-index: -1;
        font-weight: 600;
        justify-content: center;
        align-items: center;
        display: flex;
    }
/*#endregion select*/

/*#region file*/
input[type=file] {
    float: left;
    margin-bottom: 1rem;
}

    input[type=file]::file-selector-button {
        padding: 10px 20px;
        background-color: #feb902;
        border-radius: 6px;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        cursor: pointer;
        border:0;
    }

        input[type=file]::file-selector-button:hover {
        }
/*#endregion file*/
/*#region box-custom*/
.service {
    margin-top: 25px !important;
    margin: auto;
}
@media screen and (min-width:300px){

    .service {
        margin-top: 25px;
        width: 100%;
        margin: auto;
    }

}
@media screen and (min-width:1300px){

    .service {
        width: 800px;
    }

}
.box-custom {
    border: solid 2px #ddd;
    max-height: 320px;
    width: 100%;
    text-align: right;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: all .3s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .3s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .3s cubic-bezier(.77,0,.175,1);
    -o-transition: all .3s cubic-bezier(.77,0,.175,1);
    transition: all .3s cubic-bezier(.77,0,.175,1);
    height: 320px;
}

    .box-custom:hover {
        -webkit-box-shadow: 0 2px 20px #e0e5f0;
        -moz-box-shadow: 0 2px 20px #e0e5f0;
        box-shadow: 0 2px 20px #e0e5f0;
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px);
    }
   .time-choosing .box-custom {
         height: 300px;
         max-height:300px;
   }

.box-custom-header {
    border-radius: 100%;
    height: 80px;
    width: 80px;
    margin: 5px auto 25px;
}

    .box-custom-header img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

.box-custom-content h5 {
    color: #6b6767;
}

.box-custom-content p {
    margin-top: 5px;
    font-size: 13px !important;
}

    .box-custom-content p span {
        font-weight: 900
    }

.service-radio-input {
    position: absolute;
    opacity: 0;
}


.service-radio-label {
    cursor: pointer;
    position: relative;
    width: 100%;
}

    .service-radio-label::after {
        display: none;
        font-family: 'Font Awesome\ 5 Free';
        content: "\f00c";
        font-weight: 600;
        width: 20px;
        height: 20px;
        background-color: #acd373;
        border-radius: 100%;
        position: absolute;
        left: 14px;
        top: 11px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 11px;
    }

.service-radio-input:checked + .service-radio-label::after {
    display: flex;
}

.service-radio-input:checked + .service-radio-label .box-custom {
    border-color: #acd373
}

.service-radio-label:hover {
}

/*#endregion box-custom*/
/*#region nav*/
.nav-item {
    margin-left: 40px;
    font-size: 14px;
    color: #030303;
}

.navbar-toggler {
    border: none;
    background-color: transparent;
}

    .navbar-toggler i {
        color: #fff;
        font-size: 20px;
        margin-top: 10px;
    }

.navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    margin-top: 4px;
}

#ReminderLink {
    position: relative;
    display: inline-block
}

    #ReminderLink > span {
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        background-color: red;
        color: #fff;
        position: absolute;
        top: 1px;
        line-height: 20px;
        font-size: 11px;
        text-align: center;
    }

@media screen and (min-width:220px) {
    .nav-item a {
        color: #fff;
        font-weight: 900
    }

    #ReminderLink > span {
        left: -20px;
    }
}

@media screen and (min-width:763px) {
    .nav-item a {
        color: #6f787d;
        font-weight: 900
    }
}

@media screen and (min-width:992px) {
    .navbar-toggler {
        display: none
    }

    .navbar-collapse {
        background-color: transparent;
        padding: 0px;
        margin-top: 0px;
    }

    #ReminderLink > span {
        left: -12px;
    }
}
/*#endregion nav*/

/*#region wizard*/
main {
    padding-right: 83px;
    padding-left: 382px;
   /* padding-top: 0px;
    padding-bottom: 24px;*/
    overflow: auto;
}

@media (max-width: 991px) {
    main {
        padding-left: 182px;
    }
}

@media (max-width: 767px) {
    main {
        padding: 0 24px;
    }
}

.bd-wizard-card {
    width: 100%;
    border-radius: 23px;
    box-shadow: 0 2px 4px 0 rgba(208, 208, 208, 0.5);
    background-color: #ffffff;
  /*  min-height: 597px;
    margin-top: auto;
    margin-bottom:50px;*/
   
}

@media (max-width: 767px) {
    .bd-wizard-card {
        margin-top: 25px;
        margin-bottom: 25px;
        min-height: auto;
    }
}

.bd-wizard-card .card-body {
   /* padding: 80px 80px 65px 90px;*/
       padding: 50px 80px 40px 90px;
}

.btn-wizard-next {
    float: left;
}

    .btn-wizard-next:after {
        font-weight: 600;
        font-family: 'Font Awesome\ 5 Free';
        content: "\f060";
        margin-right: 8px;
    }

.btn-wizard-prev {
    float: right;
    color: #333 !important;
    background: #e8e8e8 !important;
}

    .btn-wizard-prev:before {
        content: "\f061";
        font-weight: 600;
        font-family: 'Font Awesome\ 5 Free';
        margin-left: 8px;
    }

.btn-green {
    color: #fff;
    background-color: #28a745 !important;
    border-color: #28a745;
}

    .search-btn:after {
        content: "\f002";
        font-weight: 600;
        font-family: 'Font Awesome\ 5 Free';
        margin-right: 10px;
    }
@media (max-width: 767px) {
    .bd-wizard-card .card-body {
        padding: 50px 20px 20px;
    }
}

/* Wizard */
.wizard .audible {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.wizard .steps {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding-right: 92px;
    width: 504px;
}

@media (max-width: 991px) {
    .wizard .steps {
        width: 310px;
    }
}

@media (max-width: 767px) {
    .wizard .steps {
        position: absolute;
        bottom: calc(100% - 25px);
        padding-right: 0;
        width: 100%;
        top: auto;
        right: auto;
        left: 0;
    }
}

.wizard .steps > ul {
    list-style: none;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    z-index: 1;
    height: 100%;
}

@media (max-width: 767px) {
    .wizard .steps > ul {
        flex-direction: row;
    }
}

.wizard .steps > ul li a {
    display: inline-block;
}

    .wizard .steps > ul li a:hover {
        text-decoration: none;
    }

@media (max-width: 767px) {
    .wizard .steps > ul li {
        margin-left: 12px;
    }

        .wizard .steps > ul li:last-child {
            margin-left: 0;
        }
}

.wizard .steps > ul li .media {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .wizard .steps > ul li .media {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .wizard .steps > ul li .media {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.wizard .steps > ul li .bd-wizard-step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(208, 208, 208, 0.5);
    background-color: #f5f5f5;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.54);
    text-align: center;
    line-height: 60px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .wizard .steps > ul li .bd-wizard-step-icon {
        margin-left: 0;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}

.wizard .steps > ul li .bd-wizard-step-title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

@media (max-width: 767px) {
    .wizard .steps > ul li .bd-wizard-step-title {
        display: none;
    }
}

.wizard .steps > ul li .bd-wizard-step-subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: normal;
    opacity: 0.4;
    width: 271px;
}

@media (max-width: 991px) {
    .wizard .steps > ul li .bd-wizard-step-subtitle {
        display: none;
    }
}

.wizard .steps > ul li.current .bd-wizard-step-icon, .wizard .steps > ul li.done .bd-wizard-step-icon {
    background-color: #feb902;
}

.wizard .content .title {
    display: none;
}

.wizard .content .logo {
    margin-bottom: 11px;
}

.wizard .content .section-heading {
    font-size: 20px;
    color: #030303;
    margin-bottom: 30px;
}

.wizard .content p {
    font-size: 14px;
    line-height: 1.43;
    color: #6b6767;
}
.wizard .content p:last-child {
    text-overflow: ellipsis;
    font-weight: 500;
    display: block;
    overflow: hidden;
    line-height: 22px;
    height: 45px;
}


.wizard .content .form-group {
    margin-bottom: 23px;
}

.wizard .content .form-control {
    padding: 16px 25px;
    min-height: 50px;
    border-radius: 4px;
    font-size: 15px;
    border: solid 1px #ececec;
}

    .wizard .content .form-control::-webkit-input-placeholder {
        color: #919aa3;
    }

    .wizard .content .form-control::-moz-placeholder {
        color: #919aa3;
    }

    .wizard .content .form-control:-ms-input-placeholder {
        color: #919aa3;
    }

    .wizard .content .form-control::-ms-input-placeholder {
        color: #919aa3;
    }

    .wizard .content .form-control::placeholder {
        color: #919aa3;
    }

.wizard .actions > ul {
    list-style: none;
    padding-right: 0;
    display: flex;
    margin-bottom: 0;
}

.wizard .actions li a {
    display: inline-block;
    border-radius: 6px;
    background-color: #763cb0;
    padding: 16px 30px;
    color: #fff;
    font-style: 15px;
    font-weight: bold;
}

    .wizard .actions li a:hover {
        text-decoration: none;
    }

.wizard .actions li.disabled {
    display: none;
}

.bd-wizard-btn {
    padding: 16px 30px;
    background-color:#feb902;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    .bd-wizard-btn {
        padding: 12px 24px;
    }
}

.actions {
    display: none;
}


/*#endregion wizard*/

/*#region time-choosing*/

.time-choosing .box-custom-header {
    height: 125px;
    width: 125px;
}
/*#region datepicker*/
.datepicker-persian * {
    font-family: 'iransans';
}

.datepicker-gregoria * {
    font-family: inherit;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    font-family: iransans_bold;
}


.serach-datepicker-input {
    margin: auto;
}

.datepicker-plot-area-inline-view {
    margin: auto;
    float: none;
}

.datepicker-plot-area {
    border-radius: 4px;
    border: solid 2px #ddd;
    box-shadow: none;
    padding: 12px;
}

    .datepicker-plot-area .toolbox {
        margin-top: 12px;
    }

    .datepicker-plot-area .datepicker-day-view .table-days td span {
    }

    .datepicker-plot-area .datepicker-navigator .pwt-btn-next::after {
        content: '';
        font-weight: 600;
        font-family: 'Font Awesome\ 5 Free';
        content: "\f053";
    }

    .datepicker-plot-area .datepicker-navigator .pwt-btn-prev::after {
        content: '';
        font-weight: 600;
        font-family: 'Font Awesome\ 5 Free';
        content: "\f054";
    }

.pwt-btn-today {
    background-color: #005299 !important;
    color: #fff;
    border: none;
    text-shadow: 1px 1px 1px #000;
    border-radius: 4px;
}

.pwt-btn-calendar {
    float: left !important;
    background-color: #005299 !important;
    color: #fff;
    border: none;
    text-shadow: 1px 1px 1px #000;
    border-radius: 4px;
}
/*#endregion datepicker*/
/*#endregion time-choosing*/
.form-check-input {
    margin-top: 0 !important
}

#txt_Comment{
    margin-top: 10px;
}


#div_showHour{
    border-radius: 4px;  
    border: solid 2px #ddd;
    margin-top: 20px;
    padding: 0;
    float:right;
}
.notReservedTime {
    padding: 10px 0 !important;
        width: 50%;
    float: right;
        border-radius: 4px;
        font-size:13px;
}

.whatsapp{
     position: fixed;
    bottom: 25px;
    background: green;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    color: white;
    border-radius: 100%;
    left: 25px;
}
.whatsapp svg{
    width:25px;
    height:25px;
}

