@keyframes rotate {
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    box-sizing: border-box
}

*::selection {
    background-color: rgba(0, 0, 0, 0.1)
}

*::-moz-selection {
    background-color: rgba(0, 0, 0, 0.1)
}

*::-webkit-selection {
    background-color: rgba(0, 0, 0, 0.1)
}

html,
body {
    height: 100%;
    cursor: default
}

html {
    overflow: hidden;
    direction: rtl
}

body {
    font-size: 15px;
    color: #222;
    background: #f2f3f5;
    font-family: 'iranyekanlight'
}

#app,
#page-form,
#page-panel {
    height: 100%
}

a {
    color: #222;
    text-decoration: none;
    cursor: pointer;
    font-family: 'iranyekanmedium';
    font-weight: normal;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

a:hover:not(.button) {
    color: #999
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'iranyekanbold';
    font-weight: normal
}

i.fal {
    position: relative;
    top: 2px
}

.clear {
    clear: both;
    height: 0
}

.ltr {
    direction: ltr;
    text-align: right
}

.floatLeft {
    float: left !important
}

.noScroll {
    overflow: hidden !important
}

.blur {
    filter: blur(4px);
    -moz-filter: blur(4px);
    -webkit-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px)
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.hide {
    display: none
}

.textCenter {
    text-align: center !important;
}

.textJust {
    text-align: justify
}

.textLeft {
    text-align: left
}

.inlineBlock {
    display: inline-block;
}

.block {
    display: block !important;
    width: 100% !important;
}

.letter-space {
    letter-spacing: 2px
}

.fullFlex {
    align-items: center;
    display: flex;
    justify-content: center;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.box {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.08)
}

.box .title {
    position: relative;
    margin-bottom: 20px
}

.box .title:before {
    content: '';
    position: absolute;
    top: -3px;
    right: -30px;
    background: #ffd23f;
    width: 5px;
    height: 30px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.box .title h2,
.box .title h3 {
    font-size: 18px;
    font-family: 'iranyekanbold';
    font-weight: normal
}

.box .title a {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffe36b;
    font-size: 12px;
    padding: 4px 15px;
    line-height: 21px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.box .title a i {
    position: relative;
    top: 2px;
    margin-left: 3px
}

.box .title a:hover {
    color: inherit;
    background: #ebcf57
}

.box .title.bordered {
    border-bottom: 1px solid #eee;
    padding: 20px 30px;
    margin: -30px -30px 30px -30px;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.08)
}

.box .title.bordered:before {
    top: 20px;
    right: 0
}

.box .title.bordered a {
    left: 30px;
    top: 20px
}

.box b {
    font-family: 'iranyekanmedium';
    font-weight: normal
}

.box.search-box {
    padding: 20px;
    background: #777
}

.box.search-box label input,
.box.search-box label textarea,
.box.search-box label select {
    background: #444;
    border-color: #444;
    color: #fff;
    box-shadow: 0 0 0 3px #999
}

.box.search-box label .choices__inner {
    color: #fff;
    background: #444 !important;
    border-color: #444;
    box-shadow: 0 0 0 3px #999
}

.box.search-box label .choices__list {
    color: #fff;
    background: #444;
    border-color: #444
}

.box.search-box label .choices__input {
    background: #333;
    border-color: #444;
    color: #fff
}

.box.search-box label .is-highlighted {
    background: #333
}

.box.search-box label.separate span {
    color: #fff;
    background: #999;
    border-color: #999
}

.box.dark-bg {
    background: #fafafa
}

.box-sub {
    background: #fafafa;
    padding: 30px 20px 15px 20px;
    margin-top: -35px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 30px;
    position: relative;
    z-index: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.08)
}

.box-sub h3 {
    font-size: 16px
}

.box-sub ul,
.box-sub ol {
    list-style-position: inside
}

.box-rounded.box {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.box-rounded.box-sub {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

.box-rounded ul.list.full li:last-child {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important
}

.el-rounded {
    border-radius: 10px !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.el-rounded .choices__inner {
    border-radius: 10px !important
}

.switchContainer {
    direction: ltr;
    text-align: right
}

label {
    display: block;
    max-height: 46px
}

label.interior {
    position: relative
}

label.interior i {
    position: absolute;
    top: 9px;
    left: 12px;
    font-size: 22px;
    z-index: 1;
    color: #ccc
}

label.interior.textLeft i {
    left: auto;
    right: 12px
}

label.verification-code input,
label.verification-code textarea {
    font-size: 20px;
    letter-spacing: 15px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

label.textLeft input,
label.textLeft textarea {
    text-align: left
}

label.separate {
    white-space: nowrap;
    max-height: 47px
}

label.separate span:not(.switch) {
    background: #f2f2f2;
    display: inline-block;
    width: 125px;
    padding: 0 10px;
    border: 1px solid #f2f2f2;
    text-align: center;
    font-family: 'iranyekanmedium';
    font-weight: normal;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

label.separate .switchContainer {
    direction: ltr;
    display: inline-block;
    width: calc(100% - 130px);
    height: 41px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) !important;
    position: relative;
    top: 2px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

label.separate .switchContainer .switch small {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

label.separate .switchContainer .switch-default {
    line-height: 45px;
    border: none;
    position: relative;
    top: -3px;
    width: 100%;
    height: 40px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

label.separate .switchContainer .switch-default small {
    width: 50%;
    height: 100%
}

label.separate input,
label.separate select {
    display: inline-block;
    width: calc(100% - 130px);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

label.separate .row .col-4:first-child input,
label.separate .row .col-3:first-child input,
label.separate .row .col-6:first-child input,
label.separate .row .col-4:first-child select,
label.separate .row .col-3:first-child select,
label.separate .row .col-6:first-child select,
label.separate .row .col-4:first-child textarea,
label.separate .row .col-3:first-child textarea,
label.separate .row .col-6:first-child textarea,
label.separate .row .col-4:first-child .choices__inner,
label.separate .row .col-3:first-child .choices__inner,
label.separate .row .col-6:first-child .choices__inner {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

label.separate .choices {
    width: calc(100% - 130px) !important
}

label.separate .choices__inner {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

label.separate.el-rounded span:not(.switch) {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

label.separate.el-rounded input {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

label.separate.el-rounded .row .col-4 input,
label.separate.el-rounded .row .col-3 input,
label.separate.el-rounded .row .col-6 input,
label.separate.el-rounded .row .col-4 select,
label.separate.el-rounded .row .col-3 select,
label.separate.el-rounded .row .col-6 select,
label.separate.el-rounded .row .col-4 textarea,
label.separate.el-rounded .row .col-3 textarea,
label.separate.el-rounded .row .col-6 textarea,
label.separate.el-rounded .row .col-4 .choices__inner,
label.separate.el-rounded .row .col-3 .choices__inner,
label.separate.el-rounded .row .col-6 .choices__inner {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

label.separate.el-rounded .row .col-4.el-rounded input,
label.separate.el-rounded .row .col-3.el-rounded input,
label.separate.el-rounded .row .col-6.el-rounded input,
label.separate.el-rounded .row .col-4.el-rounded select,
label.separate.el-rounded .row .col-3.el-rounded select,
label.separate.el-rounded .row .col-6.el-rounded select,
label.separate.el-rounded .row .col-4.el-rounded textarea,
label.separate.el-rounded .row .col-3.el-rounded textarea,
label.separate.el-rounded .row .col-6.el-rounded textarea,
label.separate.el-rounded .row .col-4.el-rounded .choices__inner,
label.separate.el-rounded .row .col-3.el-rounded .choices__inner,
label.separate.el-rounded .row .col-6.el-rounded .choices__inner {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

label.separate.el-rounded .choices__inner {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important
}

label.separate.dual input {
    width: calc(50% - 68px);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

label.separate.dual input:last-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

label.separate.dual.el-rounded input:nth-child(3) {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

label.important>span:after {
    content: '*';
    position: relative;
    top: -2px;
    color: #f54237
}

label.data-confirmed input,
label.data-confirmed select,
label.data-confirmed textarea,
label.data-confirmed .choices__inner,
label.data-confirmed .button,
label.data-confirmed button {
    border-color: #46d64a
}

label.data-confirmed:after {
    line-height: 10px;
    content: 'تایید شده';
    position: absolute;
    top: -3px;
    left: 30px;
    color: #46d64a;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

label.data-pending input,
label.data-pending select,
label.data-pending textarea,
label.data-pending .choices__inner,
label.data-pending .button,
label.data-pending button {
    border-color: #fd9f2f
}

label.data-pending:after {
    line-height: 10px;
    content: 'در انتظار تایید';
    position: absolute;
    top: -3px;
    left: 30px;
    color: #fd9f2f;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

label.data-rejected input,
label.data-rejected select,
label.data-rejected textarea,
label.data-rejected .choices__inner,
label.data-rejected .button,
label.data-rejected button {
    border-color: #f54237
}

label.data-rejected:after {
    line-height: 10px;
    content: 'عدم تایید';
    position: absolute;
    top: -3px;
    left: 30px;
    color: #f54237;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

label.radio {
    max-height: 500px
}

label .row {
    width: calc(100% - 114px);
    float: left;
    padding-left: 15px;
    white-space: nowrap
}

label .row .col-4,
label .row .col-3,
label .row .col-6 {
    padding: 0
}

label .row .col-4:first-child input,
label .row .col-3:first-child input,
label .row .col-6:first-child input,
label .row .col-4:first-child select,
label .row .col-3:first-child select,
label .row .col-6:first-child select,
label .row .col-4:first-child textarea,
label .row .col-3:first-child textarea,
label .row .col-6:first-child textarea,
label .row .col-4:first-child .choices__inner,
label .row .col-3:first-child .choices__inner,
label .row .col-6:first-child .choices__inner {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

label .row .col-4:last-child input,
label .row .col-3:last-child input,
label .row .col-6:last-child input,
label .row .col-4:last-child select,
label .row .col-3:last-child select,
label .row .col-6:last-child select,
label .row .col-4:last-child textarea,
label .row .col-3:last-child textarea,
label .row .col-6:last-child textarea,
label .row .col-4:last-child .choices__inner,
label .row .col-3:last-child .choices__inner,
label .row .col-6:last-child .choices__inner {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

label .row input,
label .row select,
label .row textarea {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

label .inlabelBtn {
    position: absolute;
    top: 10px;
    left: 20px;
    background: #f54237;
    color: #fff;
    padding: 0 10px;
    font-size: 10px;
    line-height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

label .inlabelBtn:hover {
    color: #fff;
    background: #e12e23
}

label .inlabelBtn.info {
    background: #1a9ed4
}

label .inlabelBtn.info:hover {
    background: #068ac0
}

form .row {
    margin-bottom: 20px;
    line-height: 45px
}

form .row:last-child {
    margin-bottom: 0
}

form .row a.button {
    line-height: 21.5px;
    text-align: center
}

form hr {
    display: block;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
    width: 100%;
    height: 0
}

input,
textarea,
select {
    display: block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    background: #fff;
    width: 100%;
    height: auto;
    font-family: 'iranyekanlight';
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 0 4px rgba(255, 210, 63, 0.2);
    border-color: #ffd23f
}

input[readonly],
textarea[readonly],
select[readonly] {
    cursor: not-allowed
}

input[disabled],
textarea[disabled],
select[disabled] {
    cursor: not-allowed;
    background: #fafafa
}

input[type="radio"],
textarea[type="radio"],
select[type="radio"],
input[type="checkbox"],
textarea[type="checkbox"],
select[type="checkbox"] {
    width: auto;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 5px
}

input.pulse,
textarea.pulse,
select.pulse {
    border-color: #f54237;
    box-shadow: 0 0 0 4px rgba(234, 67, 53, 0.15)
}

textarea {
    resize: vertical
}

.choices__inner input {
    box-shadow: none !important;
    background: #fff !important
}

.choices__list--multiple .choices__item {
    border-radius: 4px !important;
    background: #666 !important;
    border-color: #444 !important
}

.choices__list--multiple .choices__item.is-highlighted {
    background: #444 !important
}

button,
.button {
    display: block;
    padding: 13px 20px;
    background: #fdb743 linear-gradient(90deg, #fdb743, #fd9f2f) repeat-x;
    box-shadow: 0 4px 8px rgba(248, 175, 56, 0.2);
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    height: auto;
    font-family: 'iranyekanmedium';
    font-weight: normal;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

button i,
.button i {
    margin-right: 5px;
    position: relative;
    top: 2px !important;
    left: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

button:hover:not(.loading),
.button:hover:not(.loading),
button:hover:not(.disabled),
.button:hover:not(.disabled) {
    color: #fff;
    box-shadow: 0 8px 15px rgba(248, 175, 56, 0.2) !important
}

button:hover:not(.loading) i,
.button:hover:not(.loading) i,
button:hover:not(.disabled) i,
.button:hover:not(.disabled) i {
    left: -5px
}

button.disabled,
.button.disabled {
    cursor: not-allowed;
    opacity: .3;
    filter: alpha(opacity=30)
}

button.disabled i,
.button.disabled i {
    left: 0 !important
}

button.loading,
.button.loading {
    cursor: wait
}

button.loading i,
.button.loading i {
    animation-name: rotate;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

button.loading i.fad:before,
.button.loading i.fad:before {
    content: '\f3f4' !important
}

button.loading i.fad:after,
.button.loading i.fad:after {
    content: '\f3f4' !important
}

button.loading i.fal:before,
.button.loading i.fal:before {
    content: '\f3f4' !important
}

button.inline,
.button.inline {
    display: inline-block;
    width: auto
}

button.inline i,
.button.inline i {
    margin-right: 0
}

button.inline:hover:not(.loading) i,
.button.inline:hover:not(.loading) i,
button.inline:hover:not(.disabled) i,
.button.inline:hover:not(.disabled) i {
    left: 0
}

button.light,
.button.light {
    background: #fff !important;
    color: #444;
    border: 1px solid #eee;
    box-shadow: 0 4px 8px #eee
}

button.light:hover:not(.loading),
.button.light:hover:not(.loading),
button.light:hover:not(.disabled),
.button.light:hover:not(.disabled) {
    color: #444;
    background: #fafafa !important;
    box-shadow: 0 8px 15px rgba(221, 221, 221, 0.5) !important
}

button.primary,
.button.primary {
    background: #1a9ed4 linear-gradient(-60deg, #6ccff6, #1a9ed4) repeat-x;
    box-shadow: 0 4px 8px rgba(26, 158, 212, 0.2)
}

button.primary:hover:not(.loading),
.button.primary:hover:not(.loading),
button.primary:hover:not(.disabled),
.button.primary:hover:not(.disabled) {
    box-shadow: 0 8px 15px rgba(26, 158, 212, 0.2) !important
}

button.rounded,
.button.rounded {
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px
}

button:active,
.button:active {
    opacity: .5;
    filter: alpha(opacity=50)
}

.toast {
    position: fixed;
    top: calc(100% + 20px);
    right: calc(50% - 200px);
    background: #f54237;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    z-index: 200;
    width: 400px;
    height: auto;
    font-family: 'iranyekanlight';
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 5px 50px rgba(50, 50, 50, 0.05);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    opacity: 0;
    filter: alpha(opacity=0)
}

.toast i.icon {
    margin-left: 10px;
    font-size: 20px;
    display: none
}

.toast i.close {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 26px;
    cursor: pointer;
    color: rgba(50, 50, 50, 0.2);
    display: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.toast i.close:hover {
    color: rgba(50, 50, 50, 0.6)
}

.toast.wider {
    width: calc(100% - 60px);
    right: 30px;
    text-align: right
}

.toast.wider i.icon {
    display: inline-block
}

.toast.wider i.close {
    display: inline-block
}

.toast.success {
    background: #46d64a
}

.toast.notice {
    background: #1a9ed4
}

.toast.active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.notify-float {
    position: fixed;
    bottom: -100%;
    left: 20px;
    background: #fff;
    padding: 15px;
    color: #444;
    z-index: 200;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
    width: 300px;
    height: 120px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.notify-float .closeNotifyBtn {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #aaa;
    cursor: pointer
}

.notify-float .closeNotifyBtn:hover {
    color: #444
}

.notify-float .icon {
    float: right;
    text-align: center;
    line-height: 95px;
    font-size: 50px;
    width: 90px;
    height: 90px
}

.notify-float .icon i.fal.fa-share {
    color: #f54237
}

.notify-float .icon i.fal.fa-reply {
    color: #46d64a
}

.notify-float .content {
    float: left;
    padding-top: 20px;
    width: 180px;
    height: 90px
}

.notify-float .content p.title {
    font-size: 12px
}

.notify-float .content p.desc {
    font-size: 18px
}

.notify-float .content p.desc b {
    font-family: 'iranyekanbold';
    font-weight: normal
}

.notify-float .content p.desc span {
    display: block;
    font-size: 12px
}

.notify-float.active {
    bottom: 20px
}

.notify-float.removing {
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0)
}

.notify-float.noShadow {
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.08)
}

.notify {
    padding: 5px 10px !important;
    line-height: 30px;
    border: 1px solid #eee;
    font-weight: bold;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.08);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.notify a {
    display: inline-block;
    color: #fff;
    padding: 0 3px;
    text-decoration: underline;
    font-weight: bold;
    font-family: 'iranyekanlight'
}

.notify a:hover {
    color: #fafafa
}

.notify:last-child {
    margin-bottom: 0
}

.notify.error {
    background: #f54237;
    color: #fff;
    border-color: #f54237
}

.notify.success {
    background: #46d64a;
    color: #fff;
    border-color: #46d64a
}

.notify.notice {
    background: #1a9ed4;
    color: #fff;
    border-color: #1a9ed4
}

.notify.warning {
    background: #fd9f2f;
    color: #fff;
    border-color: #fd9f2f
}

.notify.mini {
    padding: 10px;
    font-size: 12px
}

.notify-block {
    background: #fafafa;
    padding: 19px 30px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

.notify-block.error {
    background: #f54237;
    color: #fff;
    border-color: #f54237
}

.notify-block.success {
    background: #46d64a;
    color: #fff;
    border-color: #46d64a
}

.notify-block.notice {
    background: #1a9ed4;
    color: #fff;
    border-color: #1a9ed4
}

.notify-block.warning {
    background: #fd9f2f;
    color: #fff;
    border-color: #fd9f2f
}

.choices {
    display: inline-block;
    line-height: 17px !important;
    font-size: inherit !important;
    position: relative;
    width: 100% !important;
    top: -14px
}

.choices * {
    transition: all 0s ease;
    -moz-transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease
}

.choices.is-disabled .choices__inner {
    background: #fafafa !important
}

.choices .choices__group .choices__heading {
    color: #333 !important;
    font-size: 16px !important;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

.choices__inner {
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    border-radius: 4px !important;
    min-height: 35px !important
}

.choices[data-type*="select-one"]::after {
    right: auto !important;
    left: 15px
}

.choices__button {
    right: auto !important;
    left: 30px
}

#modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100000;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    transform: scale(.9, .9);
    -moz-transform: scale(.9, .9);
    -webkit-transform: scale(.9, .9);
    -o-transform: scale(.9, .9);
    -ms-transform: scale(.9, .9);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

#modal .centered {
    max-height: 100%
}

#modal .box {
    background: #fff;
    width: 700px;
    box-shadow: 0 8px 50px rgba(52, 72, 107, 0.1);
    margin-bottom: 60px;
    margin-top: 60px;
    overflow: hidden
}

#modal .box .title {
    border-bottom: 1px solid #eee;
    margin: -30px -30px 20px -30px;
    padding: 20px 30px 15px 30px;
    white-space: nowrap
}

#modal .box .title:before {
    top: 18px;
    right: 0;
    height: 60px
}

#modal .box .title i {
    position: absolute;
    left: 30px;
    top: 31px;
    cursor: pointer;
    font-size: 36px;
    color: #ddd
}

#modal .box .title i:hover {
    color: #aaa
}

#modal .box ul {
    list-style: none
}

#modal .box ul.bigItems {
    font-size: 16px
}

#modal .box ul.bigItems li {
    margin-bottom: 5px
}

#modal .box ul.bigItems li a {
    padding: 15px;
    display: block;
    background: #fafafa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

#modal .box ul.bigItems li i {
    position: relative;
    top: 4px;
    font-size: 26px;
    margin-left: 10px
}

#modal.active {
    visibility: visible;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-title {
    margin-bottom: 20px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

.form-title:before {
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px
}

.form-title a.button {
    float: left;
    padding: 0 10px;
    margin-top: -2px
}

.form-desc {
    margin-top: -20px;
    margin-bottom: 20px;
    margin-right: 22px
}

.tag {
    background: #eee;
    line-height: inherit;
    padding: 5px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.tag i {
    background: #ddd;
    line-height: 29px;
    padding: 0 10px;
    margin-left: -15px;
    margin-right: 10px;
    cursor: pointer;
    white-space: nowrap;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.tag i:hover {
    background: #f54237;
    color: #fff
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2)
    }
    50% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.01)
    }
    51% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0)
    }
    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0)
    }
}

@keyframes blue-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(108, 207, 246, 0.171)
    }
    50% {
        box-shadow: 0 0 0 15px rgba(108, 207, 246, 0.171)
    }
    51% {
        box-shadow: 0 0 0 15px rgba(108, 207, 246, 0.171)
    }
    100% {
        box-shadow: 0 0 0 15px rgba(108, 207, 246, 0.171)
    }
}

@keyframes cta-text {
    0% {
        content: "مشاهده دمو";
    }
    50% {
        content: "مشاهده دمو";
    }
    51% {
        content: "تلفنچیِ من";
    }
    100% {
        content: "تلفنچیِ من";
    }
}

.file-uploader input {
    display: none
}

.file-uploader .watch-file {
    position: absolute;
    left: 17px;
    top: 5px;
    width: auto;
    line-height: 10px !important;
    height: 37px
}

.file-uploader .watch-file i {
    top: 0 !important
}

.file-uploader .watch-file:hover i {
    left: 0
}

.file-uploader button.has-value {
    text-align: right
}

.file-uploader.important>button:not(.primary):before {
    content: '*';
    position: relative;
    top: -2px;
    right: -2px;
    color: #f54237
}

.file-uploader.disabled button {
    background: #fafafa !important;
    cursor: not-allowed;
    opacity: .5;
    filter: alpha(opacity=50)
}

.file-uploader.data-confirmed input,
.file-uploader.data-confirmed select,
.file-uploader.data-confirmed textarea,
.file-uploader.data-confirmed .choices__inner,
.file-uploader.data-confirmed .button,
.file-uploader.data-confirmed button {
    border-color: #46d64a
}

.file-uploader.data-confirmed:after {
    line-height: 10px;
    content: 'تایید شده';
    position: absolute;
    top: -3px;
    left: 30px;
    color: #46d64a;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

.file-uploader.data-pending input,
.file-uploader.data-pending select,
.file-uploader.data-pending textarea,
.file-uploader.data-pending .choices__inner,
.file-uploader.data-pending .button,
.file-uploader.data-pending button {
    border-color: #fd9f2f
}

.file-uploader.data-pending:after {
    line-height: 10px;
    content: 'در انتظار بررسی';
    position: absolute;
    top: -3px;
    left: 30px;
    color: #fd9f2f;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

.file-uploader.data-rejected input,
.file-uploader.data-rejected select,
.file-uploader.data-rejected textarea,
.file-uploader.data-rejected .choices__inner,
.file-uploader.data-rejected .button,
.file-uploader.data-rejected button {
    border-color: #f54237
}

.file-uploader.data-rejected:after {
    line-height: 10px;
    content: 'عدم تایید';
    position: absolute;
    top: -3px;
    left: 30px;
    color: #f54237;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

.colorSuccess {
    color: #46d64a
}

.colorAlert {
    color: #f54237
}

.colorWarning {
    color: #fd9f2f
}

.colorInfo {
    color: #1a9ed4
}

.bgWarning {
    color: #fff !important;
    background: #fd9f2f !important
}

.bgWarning:hover {
    background: #e98b1b !important
}

.dialog {
    background: rgba(50, 50, 50, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    text-align: center;
    z-index: 101;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.dialog .dbox {
    background: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    padding: 30px 30px;
    border-top: solid 7px #1a9ed4;
    color: #777;
    width: 400px;
    height: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 5px 50px rgba(50, 50, 50, 0.05);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.dialog .dbox .icon {
    font-size: 65px;
    color: #1a9ed4;
    margin-bottom: -10px
}

.dialog .dbox h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

.dialog .dbox .dcontent {
    line-height: 30px
}

.dialog .dbox .dcontent input,
.dialog .dbox .dcontent textarea,
.dialog .dbox .dcontent select {
    box-shadow: none
}

.dialog .dbox .dcontent select {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    margin: 10px 0;
    font-family: 'iranyekanmedium';
    font-weight: normal;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.dialog .dbox .dcontent button {
    line-height: 10px;
    margin: 10px 5px
}

.dialog .label {
    background: #eee;
    padding: 5px 8px;
    white-space: nowrap;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.dialog .label.success {
    background: #46d64a;
    color: #fff
}

.dialog .label.alert {
    background: #f54237;
    color: #fff
}

.dialog .label.warning {
    background: #fd9f2f;
    color: #fff
}

.dialog .label.info {
    background: #1a9ed4;
    color: #fff
}

.dialog input.inline {
    display: inline-block !important;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.dialog input.inline:first-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

.dialog input.inline:last-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

.dialog.warning .dbox {
    border-top-color: #fd9f2f
}

.dialog.warning .dbox .icon {
    color: #fd9f2f
}

.dialog.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.dialog.active .dbox {
    top: 50%
}

.dialog.loading .dbox:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    cursor: wait;
    width: 100%;
    height: 100%
}

[dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    padding-left: 10px !important
}

.font-light-bold {
    font-weight: bold;
    font-family: 'iranyekanlight'
}

.mt-10 {
    margin-top: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.relative-box {
    position: relative
}

.font-half {
    font-size: 80%;
    color: #999;
    margin-top: -10px
}

.icon-main {
    font-size: 100px;
    color: #46d64a;
    margin-bottom: 20px
}

.datepicker-plot-area {
    font-size: 14px;
    font-family: 'iranyekanlight'
}

.datepicker {
    direction: ltr
}

.datepicker[readonly] {
    cursor: pointer !important
}

.circle {
    background: #ddd;
    margin: 7px auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.circle.success {
    background: #46d64a
}

.circle.warning {
    background: #fd9f2f
}

.circle.alert {
    background: #f54237
}

html {
    overflow-y: auto;
    overflow-x: hidden
}

body {
    background: #fff
}

.button {
    display: inline-block;
    width: auto;
    padding: 5px 30px;
    background: #fdb743 linear-gradient(90deg, #fdb743, #fd9f2f) repeat-x;
    border: none;
    color: #fff;
    box-shadow: 0 4px 8px rgba(248, 175, 56, 0.2);
    font-weight: bold;
    font-family: 'iranyekanlight';
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px
}

.button.primary {
    background: #1a9ed4 linear-gradient(-60deg, #6ccff6, #1a9ed4) repeat-x;
    box-shadow: 0 4px 8px rgba(26, 158, 212, 0.2)
}

.button.primary:hover {
    box-shadow: 0 8px 15px rgba(26, 158, 212, 0.2) !important
}

.button:hover {
    color: #fff;
    box-shadow: 0 8px 15px rgba(248, 175, 56, 0.2) !important
}

.button:hover:not(.loading) i {
    margin-right: 5px
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    visibility: hidden;
    z-index: 200;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.modal .box {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 800px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    box-shadow: 0 5px 50px rgba(50, 50, 50, 0.05);
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.modal .box .closeBtn {
    position: absolute;
    left: 30px;
    top: 21px;
    font-size: 30px;
    color: #ccc;
    cursor: pointer
}

.modal .box .aside {
    margin: -30px -30px -30px 0;
    padding: 50px;
    line-height: 50px;
    color: #fff;
    position: relative;
    float: right;
    width: 240px;
    height: 100%
}

.modal .box .aside p {
    font-size: 30px
}

.modal .box .aside p b {
    font-family: 'iranyekanbold';
    font-weight: normal
}

.modal .box .aside p span {
    background: #fff;
    color: #1a9ed4;
    padding: 0 10px
}

.modal .box .aside:before {
    content: '';
    background: #1a9ed4 linear-gradient(-60deg, #6ccff6, #1a9ed4) repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.modal .box .content {
    float: left;
    padding-right: 20px;
    width: calc(100% - 240px);
    height: auto
}

.modal .box .content ul {
    list-style: none
}

.modal .box .content ul li {
    margin-bottom: 20px
}

.modal .box .content ul li i {
    float: right;
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 35px;
    color: #666;
    width: 60px;
    height: 60px
}

.modal .box .content ul li p,
.modal .box .content ul li span {
    display: block;
    float: left;
    padding-right: 20px;
    width: calc(100% - 60px);
    height: auto
}

.modal .box .content ul li p {
    font-size: 18px;
    position: relative;
    top: 12px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

.modal .box .content ul li span {
    color: #888;
    font-size: 12px;
    position: relative;
    top: 5px
}

.modal.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.modal.active .box {
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100)
}

#counselingRequest .justify-content-center {
    justify-content: center;
}

#counselingRequest .demo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

#counselingRequest #submit-msg {
    display: none;
    line-height: 25px;
    font-size: 12px;
    margin-bottom: 10px;
}

#counselingRequest .success-msg {
    font-weight: 600;
    color: #25d366;
    display: block !important;
}

#counselingRequest .error-msg {
    font-weight: 600;
    color: #f94b2f;
    display: block !important;
}

#counselingRequest .required-input {
    border: 1px solid red;
}

#discountRequest .modal .box {
    width: 550px !important;
}

@media (max-width: 576px) and (min-width: 0) {
    #discountRequest .modal .box {
        width: 375px !important;
        padding: 10px !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #discountRequest .modal .box {
        width: calc(100% - 30%) !important;
    }
}

#discountRequest .request-form .title {
    text-align: center;
    color: #006e9b;
    font-size: 20px;
    margin: 20px 0;
}

#discountRequest .request-form .title:before {
    display: none;
}

#discountRequest .request-form .discountCode {
    display: none;
    font-size: 40px;
    font-weight: 600;
    font-family: sans-serif;
    text-align: center;
    margin: 30px 0;
}

#discountRequest .request-form .discountCode span {
    font-size: 12px;
    font-weight: 600;
    font-family: 'iranyekanbold';
    color: #148a14;
}

#discountRequest .request-form input , #discountRequest .request-form .button {
    display: block;
    width: 200px;
    text-align: center;
    margin: 10px auto !important;
}

#discountRequest .request-form .cancel {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    color: #8b8b8b;
    text-decoration: underline;
    cursor: pointer;
}

#discountRequest .request-form .button {
    border-radius: 5px;
    margin: 0 20px;
}

#discountRequest .request-form .sub-title {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin: 10px 0 20px 0;
}

#discountRequest .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: green;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
#discountRequest .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: green;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
#discountRequest .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #fff;
    }
}

.floatCallRequest {
    position: fixed;
    bottom: -120px;
    right: 30px;
    background: #1a9ed4 linear-gradient(-60deg, #6ccff6, #1a9ed4) repeat-x;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 30px rgba(26, 158, 212, 0.4);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.floatCallRequest:before {
    content: 'تماس با ما';
    position: absolute;
    top: -55px;
    right: 0;
    background: #fff;
    color: #999;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 0 50px rgba(100, 100, 100, 0.1);
    width: 110px;
    height: auto;
    font-family: 'iranyekanmedium';
    font-weight: normal;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.floatCallRequest:after {
    content: '';
    position: absolute;
    top: -18px;
    right: 16px;
    border: 10px solid transparent;
    border-top-color: #fff
}

.floatCallRequest.active {
    bottom: 90px
}

.floatWhatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: -120px;
    right: 30px;
    background: #25d366 linear-gradient(-60deg, #5cf595, #15bf55) repeat-x;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    background-image: url(https://cdn.telefonchy.com/images/whatsapp.png);
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.floatWhatsapp.active {
    bottom: 30px;
}

.bar {
    background: #46d64a linear-gradient(-60deg, #28b82c, #64f468) repeat-x;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    min-height: 62px
}

header {
    height: 680px
}

header nav {
    font-weight: bold;
    padding: 40px 0;
    font-size: 16px;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 100;
    font-family: 'iranyekanlight';
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

header nav:before {
    content: '';
    box-shadow: 0 1px 60px 3px rgba(47, 23, 0, 0.6);
    position: absolute;
    top: -1px;
    right: 0;
    width: 100%;
    height: 1px
}

header nav ul {
    list-style-type: none
}

header nav ul li {
    float: right;
    position: relative
}

header nav ul li a {
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
    font-family: 'iranyekanlight';
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

header nav ul li a i {
    margin-left: 10px
}

header nav ul li.logo {
    position: relative;
    top: 2px;
    margin-left: 20px
}

header nav ul li.logo a {
    padding: 0
}

header nav ul li.logo a img {
    display: block;
    width: 170px;
    height: 36px
}

header nav ul li.left {
    float: left
}

header nav ul li.left a {
    box-shadow: 0 10px 50px rgba(30, 30, 30, 0.1);
    padding: 10px 30px;
    background: #fff;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px
}

header nav ul li#menuBtn {
    margin-left: 10px;
    position: fixed;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%) rotate(-90deg);
}

header nav ul li#menuBtn i {
    margin-left: 0
}

header nav ul li ul {
    background: #fff;
    width: 360px;
    padding: 20px;
    position: absolute;
    top: calc(100% + 30px);
    right: 0;
    box-shadow: 0 10px 50px rgba(28, 76, 156, 0.15);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

header nav ul li ul:before {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    width: 100%;
    height: 20px
}

header nav ul li ul:after {
    content: '';
    position: absolute;
    top: -19px;
    right: 30px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    width: 0;
    height: 0
}

header nav ul li ul li {
    display: block;
    float: none
}

header nav ul li ul li a {
    padding: 10px;
    color: #333 !important
}

header nav ul li ul li a i {
    font-size: 26px;
    text-align: center;
    color: #077fb0;
    background: rgba(31, 148, 206, 0.08);
    padding-top: 13px;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

header nav ul li ul li a div {
    float: left;
    padding-right: 5px;
    width: 237px;
    height: 55px
}

header nav ul li ul li a div p {
    margin-top: 6px
}

header nav ul li ul li a div span {
    color: #888;
    font-size: 12px
}

header nav ul li ul li:hover a i {
    color: #fff;
    background: #1a9ed4 linear-gradient(-60deg, #6ccff6, #1a9ed4) repeat-x
}

header nav ul li ul ul {
    background: #fbfbfb;
    top: calc(100% - 10px);
    font-size: 14px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

header nav ul li ul ul li:hover a {
    color: #077fb0 !important
}

header nav ul li ul ul:before {
    display: none
}

header nav ul li ul ul:after {
    display: none
}

header nav ul li:hover a {
    color: #1a9ed4
}

header nav ul li:hover ul {
    visibility: visible;
    top: calc(100% + 20px);
    opacity: 1;
    filter: alpha(opacity=100)
}

header nav ul li:hover ul ul {
    top: calc(100% - 5px)
}

.demo-d-on-mobile {
    display: none;
}

.d-on-mobile {
    display: none;
}

header main {
    line-height: 36px;
    margin-top: 123px
}

header main .container {
    position: relative
}

header main h4 {
    display: inline-block;
    margin-top: 140px;
    font-size: 24px;
    color: #999;
    line-height: 30px;
    position: relative;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

header main h4:before {
    content: '';
    position: absolute;
    top: 250px;
    right: -70px;
    background: url(images/icons/phone-call.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    opacity: .05;
    filter: alpha(opacity=5)
}

header main h4:after {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    background: url(images/icons/conversation.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
    opacity: .05;
    filter: alpha(opacity=5)
}

header main h1 {
    font-size: 40px;
    line-height: 70px;
    position: relative
}

header main h1 b {
    color: #1a9ed4
}

header main h1 span {
    color: #fdb743
}

header main h1:before {
    content: '';
    position: absolute;
    top: -50px;
    right: -80%;
    z-index: -1;
    background: url(images/world.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 400px
}

header main p {
    font-size: 16px
}

header main ul {
    list-style: none;
    font-size: 13px;
    color: #666;
    font-weight: bold
}

header main ul li {
    display: inline-block;
    margin-left: 20px
}

header main ul li i {
    margin-left: 5px;
    font-size: 18px;
    color: #32c236
}

header main .figure {
    position: absolute;
    z-index: -1;
    top: -125px;
    left: -50px;
    background: #1a9ed4 linear-gradient(45deg, #077fb0, #6ccff6) repeat-x;
    box-shadow: 60px 80px 100px 0 rgba(47, 23, 0, 0.1);
    width: 300px;
    height: 700px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px
}

header main .figure:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/lights.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .2;
    filter: alpha(opacity=20)
}

header main .figure:after {
    content: '';
    position: absolute;
    left: -30px;
    bottom: -29px;
    background: url(images/telephonist.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 600px;
    height: 600px
}

header.fixed nav {
    position: fixed;
    top: 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05)
}

header.fixed nav:before {
    display: none
}

header.fixed nav ul li.left a {
    background: #1a9ed4 linear-gradient(-60deg, #6ccff6, #1a9ed4) repeat-x;
    box-shadow: 0 4px 8px rgba(26, 158, 212, 0.2);
    color: #fff
}

header.fixed nav ul li ul {
    top: calc(100% + 20px)
}

header.fixed nav ul li ul ul {
    top: calc(100% - 5px)
}

header.fixed nav ul li:hover>ul {
    top: calc(100% + 10px)
}

header.mini {
    height: 130px
}

header.page main h4:before,
header.page main h1:before,
header.page main h4:after,
header.page main h1:after {
    display: none
}

header.page main .figure {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
    background: none;
    box-shadow: none;
    width: 400px;
    height: 400px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

header.page main .figure:before {
    display: none
}

header.page main .figure:after {
    display: none
}

header.page main .figure.bg {
    background: #f2f2f2 linear-gradient(0deg, #f2f2f2, #fff) repeat-x;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px
}

header.single {
    height: 500px
}

header.single main h1:before {
    display: block
}

section.customers {
    padding: 30px 0;
    position: relative;
    z-index: 1
}

section.customers .box {
    padding: 40px;
    margin-bottom: 0;
    box-shadow: 10px 15px 80px 0 rgba(47, 23, 0, 0.1);
    position: relative
}

section.customers .box .inner {
    text-align: center;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

section.customers .box .inner .customer {
    float: right;
    padding: 5px 20px;
    width: calc(100% / 7);
    height: 43px;
    opacity: .5;
    filter: alpha(opacity=50)
}

section.customers .box .inner .customer img {
    max-width: 100%;
    max-height: 100%
}

section.customers .box:before {
    content: '';
    position: absolute;
    top: calc(50% - 25px);
    right: -6px;
    background: #1a9ed4;
    width: 6px;
    height: 50px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

section.customers .box .cover {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

section.customers .box .cover .button {
    position: relative;
    top: 60px;
    padding: 8px 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

section.customers .box:hover .inner {
    filter: blur(8px);
    -moz-filter: blur(8px);
    -webkit-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    transform: scale(.95, .95);
    -moz-transform: scale(.95, .95);
    -webkit-transform: scale(.95, .95);
    -o-transform: scale(.95, .95);
    -ms-transform: scale(.95, .95)
}

section.customers .box:hover .cover .button {
    top: 38px;
    opacity: 1;
    filter: alpha(opacity=100)
}

section.introduction {
    margin-top: 60px;
}

section.introduction p.top {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'iranyekanlight'
}

section.introduction h3 {
    font-size: 30px;
    margin-top: 10px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    font-family: 'iranyekanbold';
    font-weight: normal
}

section.introduction h3 b {
    color: #1a9ed4
}

section.introduction h3 span {
    color: #999
}

section.introduction h3:after {
    content: '';
    background: #fdb743;
    position: absolute;
    bottom: -26px;
    right: calc(50% - 25px);
    width: 60px;
    height: 6px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

section.introduction .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.introduction .video-js {
    z-index: 10;
}

section.introduction .vjs-control-bar {
    border-radius: 0 0 15px 15px;
}

section.introduction .vjs-poster img {
    border-radius: 15px;
}

section.features {
    padding: 120px 0 100px 0;
    position: relative;
    background: url(images/abstract-right.png);
    background-position: right;
    background-repeat: no-repeat
}

section.features:before {
    content: '';
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    border-radius: 0 40px 0 0;
    background: linear-gradient(to bottom, #fafafa 0, rgba(255, 255, 255, 0) 70%);
    transform: skewY(-8deg);
    transform-origin: top center;
    width: 100%;
    height: 100%
}

section.features p.top {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'iranyekanlight'
}

section.features h3 {
    font-size: 30px;
    margin-top: 10px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    font-family: 'iranyekanbold';
    font-weight: normal
}

section.features h3 b {
    color: #1a9ed4
}

section.features h3 span {
    color: #999
}

section.features h3:after {
    content: '';
    background: #fdb743;
    position: absolute;
    bottom: -26px;
    right: calc(50% - 25px);
    width: 60px;
    height: 6px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

section.features .content {
    line-height: 36px;
    font-size: 15px;
    font-weight: bold;
    position: relative
}

section.features .content .item h2 {
    margin-top: 50px;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

section.features .content .item .image {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    position: relative
}

section.features .content .item .image:before {
    content: '';
    position: absolute
}

section.features .content .item .image img {
    display: inline-block
}

section.features .content .owl-nav button {
    display: inline-block;
    width: auto;
    position: absolute;
    top: calc(50% - 40px);
    background: #fff;
    font-size: 22px;
    line-height: 22px;
    box-shadow: 0 0 50px rgba(50, 50, 50, 0.1) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

section.features .content .owl-nav button i {
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important
}

section.features .content .owl-nav button.owl-prev {
    right: -80px
}

section.features .content .owl-nav button.owl-next {
    left: -80px
}

section.features .content .owl-nav button:hover.owl-prev {
    right: -90px
}

section.features .content .owl-nav button:hover.owl-next {
    left: -90px
}

section.facilities {
    padding: 120px 0 100px 0;
    position: relative
}

section.facilities:before {
    content: '';
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    border-radius: 0 40px 0 0;
    background: linear-gradient(to bottom, #fafafa 0, rgba(255, 255, 255, 0) 70%);
    transform: skewY(8deg);
    transform-origin: top center;
    width: 100%;
    height: 100%
}

section.facilities p.top {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'iranyekanlight'
}

section.facilities h3,
section.customers h3,
section.facilities h1 {
    font-size: 30px;
    margin-top: 10px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    font-family: 'iranyekanbold';
    font-weight: normal
}

section.facilities h3 b,
section.facilities h1 b {
    color: #1a9ed4
}

section.facilities h3 span,
section.facilities h1 span {
    color: #999
}

section.facilities h3:after,
section.customers h3::after,
section.facilities h1:after {
    content: '';
    background: #fdb743;
    position: absolute;
    bottom: -26px;
    right: calc(50% - 25px);
    width: 60px;
    height: 6px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

section.facilities .container {
    padding-top: 20px;
    position: relative
}

section.facilities .container:before {
    content: '';
    position: absolute;
    left: -100px;
    top: -50px;
    background: url(images/abstract-dots.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
    width: 200px;
    height: 200px
}

section.facilities .container:after {
    content: '';
    position: absolute;
    right: -50px;
    bottom: 120px;
    background: url(images/abstract-dots2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    width: 150px;
    height: 150px
}

section.facilities .container .item {
    display: block;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(50, 50, 50, 0.05);
    position: relative;
    top: 0;
    font-family: 'iranyekanlight';
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

section.facilities .container .item .right {
    float: right;
    text-align: center;
    line-height: 66px;
    font-size: 30px;
    background: #fafafa;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

section.facilities .container .item .left {
    float: left;
    width: calc(100% - 80px);
    height: auto
}

section.facilities .container .item .left h2 {
    font-size: 17px;
    letter-spacing: -0.5px;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

section.facilities .container .item .left .rate i {
    color: #ccc
}

section.facilities .container .item .left .rate i.active {
    color: #fdb743
}

section.facilities .container .item p {
    color: #888;
    margin-top: 10px
}

section.facilities .container .item.link {
    color: #222
}

section.facilities .container .item.link .right {
    background: #ffd45b
}

section.facilities .container .item.link .right i {
    color: #b75900
}

section.facilities .container .item.link .more {
    color: #222;
    position: relative;
    top: 4px;
    margin-right: 5px
}

section.facilities .container .item:hover {
    top: -5px;
    box-shadow: 0 5px 50px rgba(50, 50, 50, 0.05)
}

section.banner {
    margin-bottom: 80px;
    background: #fff;
    padding: 30px !important;
    position: relative;
    font-size: 18px;
    box-shadow: 0 0 70px rgba(50, 50, 50, 0.05);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

section.banner:before {
    content: '';
    position: absolute;
    top: calc(50% - 25px);
    right: -6px;
    background: #fdb743;
    width: 6px;
    height: 50px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

section.banner a.button {
    float: left;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: -8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

main .box.post {
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 10px 50px rgba(50, 50, 50, 0.05)
}

main .box.post .title:before {
    top: 5px
}

main .box.post .title h1 {
    font-size: 20px
}

main .box.post ul,
main .box.post ol {
    list-style-position: inside
}

main.abs .container {
    position: relative;
    z-index: 1
}

main.abs .container:before {
    display: none
}

main.abs .container:after {
    content: '';
    position: absolute;
    right: -50px;
    bottom: 120px;
    background: url(images/abstract-dots2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    width: 150px;
    height: 150px
}

footer {
    margin-top: 120px;
    line-height: 36px;
    font-size: 15px;
    position: relative;
    font-family: 'iranyekanlight'
}

footer:before {
    content: '';
    position: absolute;
    left: -60px;
    top: -60px;
    background: rgba(200, 200, 200, 0.1);
    width: 150px;
    height: 150px;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

footer:after {
    content: '';
    position: absolute;
    left: 60px;
    top: 10px;
    background: rgba(200, 200, 200, 0.1);
    width: 100px;
    height: 100px;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

footer .content .right {
    width: 50%;
    float: right;
    padding: 40px 0;
    position: relative;
    color: #fff;
    line-height: 40px
}

footer .content .right:before {
    content: '';
    position: absolute;
    right: -10%;
    top: 0;
    background: #1a9ed4 linear-gradient(45deg, #077fb0, #6ccff6) repeat-x;
    z-index: -1;
    width: 100%;
    height: calc(100% + 50px);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg)
}

footer .content .right:after {
    content: '';
    position: absolute;
    right: -10%;
    top: 0;
    background: rgba(108, 207, 246, 0.5);
    z-index: -2;
    width: 100%;
    height: calc(100% + 50px);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg)
}

footer .content .right a {
    color: #fff
}

footer .content .right h3 {
    border-right-color: #fff
}

footer .content .left {
    width: 50%;
    float: left;
    padding: 40px 0 20px 0
}

footer .content .left h3 {
    border-right-color: #1a9ed4
}

footer .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-right: 20px;
    position: relative
}

footer .content h3:before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    background: #1a9ed4;
    width: 4px;
    height: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

footer .content ul {
    list-style: none
}

footer .content ul li {
    float: right;
    width: 50%;
    padding-right: 20px
}

footer .content ul li a {
    width: 100%;
    font-weight: bold;
    font-family: 'iranyekanlight';
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

footer .content ul li a:hover {
    margin-right: 5px
}

footer .content .social , footer .content .contact {
    border-top: 1px dashed #ddd;
    margin-top: 20px;
    padding-top: 20px
}

footer .content .social p , footer .content .contact .title {
    display: inline-block;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

footer .content .social a {
    display: inline-block;
    float: left;
    font-size: 16px;
    position: relative;
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
    width: 30px;
    height: 30px
}

footer .content .social a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 212, 91, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

footer .content .social a i {
    color: #fd9f2f
}

footer .content .social a:hover i {
    color: #e98b1b
}

footer .content .social a:hover:before {
    background: rgba(255, 212, 91, 0.7);
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg)
}

footer .foot {
    padding: 30px 0;
    background: #fff;
    color: #888;
    box-shadow: 0 5px 50px rgba(50, 50, 50, 0.05)
}

footer .foot h6,
footer .foot p {
    font-weight: bold;
    margin-right: 55px;
    font-family: 'iranyekanlight'
}

footer .foot a {
    color: #888
}

footer .foot i {
    display: block;
    background: rgba(253, 183, 67, 0.3);
    color: #fdb743;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 0;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

footer .foot .container {
    position: relative
}

footer .foot .enamad {
    display: block;
    position: absolute;
    left: 0;
    top: -13px;
    width: 100px;
    height: 100px
}

footer .foot .enamad img {
    display: block;
    width: 100%;
    height: 100%
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 201;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.mobile-menu nav {
    background: #fff;
    font-weight: bold;
    position: relative;
    right: -100%;
    width: 240px;
    height: 100%;
    box-shadow: 0 5px 50px rgba(50, 50, 50, 0.05);
    font-family: 'iranyekanlight';
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.mobile-menu nav a {
    font-weight: bold;
    font-family: 'iranyekanlight'
}

.mobile-menu nav ul {
    list-style: none;
    padding-top: 20px
}

.mobile-menu nav ul li a {
    display: block;
    padding: 15px 20px
}

.mobile-menu nav ul li a i {
    margin-left: 10px
}

.mobile-menu nav ul li.sep {
    border-bottom: 1px dashed #eee
}

.mobile-menu.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.mobile-menu.active nav {
    right: 0
}

.duration-prices .item {
    padding: 10px 5px;
    border: 1px solid #eee;
    background: #fafafa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.duration-prices .item h4 {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: -10px -5px 0 -5px;
    background: #fff;
    font-family: 'iranyekanmedium';
    font-weight: normal;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.duration-prices .item h5 {
    font-size: 14px;
    padding: 7px 0;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

.duration-prices .item p {
    padding: 0 0 10px 0;
    margin-bottom: -10px;
    color: #999;
    font-size: 12px;
    text-align: center !important
}

.duration-prices .item p span {
    display: block;
    font-size: 20px;
    color: #077fb0;
    font-family: 'iranyekanbold';
    font-weight: normal
}

.duration-prices .item p del {
    color: #f54237;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

.duration-prices .item p i {
    font-size: 14px;
    color: #999
}

.duration-prices .item p.tall {
    padding: 32px 0 32px 0
}

.d-on-mobile {
    display: none;
}

.sticky-fixed-footer {
    display: none;
}

#whatsapp-list {
    position: fixed;
    bottom: 38px;
    right: -300px;
    list-style: none;
    display: flex;
    z-index: 9;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#whatsapp-list li {
    margin: 0 10px;
    background: #25d366 linear-gradient(-60deg, #5cf595, #15bf55) repeat-x;
    padding: 5px 12px;border-radius: 100px;
    cursor: pointer;
}

#whatsapp-list li a {
    color: #fff;
}

@media (max-width:576px) and (min-width:0) {
    .hidden-lg {
        display: none !important
    }
    .hidden-md {
        display: none !important
    }
    .hidden-sm {
        display: none !important
    }
    .display-lg {
        display: block !important
    }
    .display-md {
        display: block !important
    }
    .display-sm {
        display: block !important
    }
    .bar {
        font-size: 14px;
        text-align: center
    }
    .modal .box {
        width: calc(100% - 50px)
    }
    .modal .box .closeBtn {
        top: 15px;
        left: 15px;
        background: #ccc;
        width: 35px;
        height: 35px;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 50px;
        font-size: 20px;
    }
    .modal .box .aside {
        float: none;
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-bottom: 10px;
        text-align: center;
        padding: 20px 10px
    }
    .modal .box .aside p {
        display: inline-block;
        font-size: 24px
    }
    .modal .box .aside:before {
        transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        -ms-transform: rotate(2deg)
    }
    .modal .box .content {
        float: none;
        width: 100%;
        text-align: center;
        padding-right: 0
    }
    .modal .box .content ul li i {
        display: none
    }
    .modal .box .content ul li p,
    .modal .box .content ul li span {
        float: none;
        width: 100%
    }
    .floatCallRequest:before {
        display: none
    }
    .floatCallRequest:after {
        display: none
    }
    header {
        height: auto;
        margin-bottom: 40px;
        text-align: center
    }
    header nav ul li.logo {
        top: 7px
    }
    header nav ul li.logo a img {
        width: 140px;
        height: 30px
    }
    header main h1 {
        font-size: 30px
    }
    header main h4 {
        font-size: 20px;
        margin-top: 40px
    }
    header main .button {
        margin-bottom: 10px
    }
    header main .figure {
        display: none
    }
    header.fixed nav {
        padding: 20px 0
    }
    header.mini {
        margin-bottom: 0
    }
    header nav ul li.left a {
        padding: 5px 25px;
        background: #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border: 1px solid #a8a8a8;
    }
    .d-on-mobile {
        display: block;
    }
    .demo-d-on-mobile {
        display: block;
        float: left;
        animation-name: blue-pulse;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        background: #1a9ed4 linear-gradient(-60deg, #6ccff6, #1a9ed4) repeat-x;
        border-radius: 35px;
        margin-left: 20px;
    }
    .demo-d-on-mobile a {
        color: #fff;
        width: 135px;
    }
    .demo-d-on-mobile a:after {
        content: "تلفنچیِ من";
        animation-name: cta-text;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    section.customers .box .inner .customer {
        float: none;
        padding: 10px 20px;
        width: 100%;
        height: auto
    }
    section.customers .box .cover .button {
        top: 38px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    section.customers .box:hover .inner {
        filter: blur(0);
        -moz-filter: blur(0);
        -webkit-filter: blur(0);
        -o-filter: blur(0);
        -ms-filter: blur(0);
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1)
    }
    section.features {
        padding: 40px 0 40px 0
    }
    section.features .content .item {
        text-align: center
    }
    section.features .content .item h2 {
        margin-top: 20px
    }
    section.features .content .item .image {
        max-width: 100%;
        max-height: 100%
    }
    section.features .content .item img {
        max-width: 100%;
        max-height: 100%
    }
    section.features .content .owl-nav {
        display: none
    }
    section.facilities {
        padding: 20px 0 20px 0
    }
    section.facilities .container:before,
    section.facilities .container:after {
        display: none
    }
    section.banner {
        text-align: center;
        margin-bottom: 20px
    }
    section.banner a.button {
        display: block;
        float: none;
        margin-top: 20px
    }
    main .box {
        padding: 20px
    }
    main .box .title:before {
        right: -20px
    }
    main .box p {
        text-align: justify
    }
    footer {
        margin-top: 0
    }
    footer .content .right {
        float: none;
        width: auto;
        padding-right: 30px
    }
    footer .content .right:before {
        border-radius: 30px;
        height: 360px;
        right: 0;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg)
    }
    footer .content .right:after {
        display: none
    }
    footer .content .left {
        float: none;
        width: auto
    }
    footer .content .left p {
        text-align: justify
    }
    footer .foot {
        text-align: center;
        padding: 10px 0 40px 0 !important;
    }
    footer .foot h6,
    footer .foot p {
        margin-right: 0;
        font-size: 14px;
    }
    footer .foot i {
        display: none
    }
    footer .foot .enamad {
        position: static;
        margin: 10px auto
    }
    footer:before,
    footer:after {
        display: none
    }
    .d-on-desktop {
        display: none !important;
    }
    .d-on-mobile {
        display: block !important;
    }
    .floatCallRequest {
        display: none !important;
    }
    .floatWhatsapp  {
        bottom: 60px !important;
        right: 15px !important;
    }
    #whatsapp-list {
        bottom: 69px !important;
    }
    .sticky-fixed-footer {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 9;
        background: #1a9ed4 linear-gradient(-60deg, #6ccff6, #1a9ed4) repeat-x;
        width: 100%;
        padding: 10px 10px;
        font-size: 20px;
        text-align: center;
        border-radius: 20px 20px 0 0;
    }
    .sticky-fixed-footer a, .sticky-fixed-footer a:focus {
        color: #fff !important;
    }
}

@media (max-width:768px) and (min-width:576px) {
    .hidden-lg {
        display: none !important
    }
    .hidden-md {
        display: none !important
    }
    .display-lg {
        display: block !important
    }
    .display-md {
        display: block !important
    }
    .bar {
        font-size: 14px;
        white-space: nowrap;
        text-align: center
    }
    .modal .box {
        width: calc(100% - 50px)
    }
    .modal .box .aside {
        float: none;
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-bottom: 10px;
        text-align: center
    }
    .modal .box .aside p {
        display: inline-block;
        font-size: 24px
    }
    .modal .box .aside:before {
        transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        -ms-transform: rotate(2deg)
    }
    .modal .box .content {
        float: none;
        width: 100%
    }
    .floatCallRequest:before {
        display: none
    }
    .floatCallRequest:after {
        display: none
    }
    header {
        height: auto;
        margin-bottom: 40px
    }
    header main h4 {
        margin-top: 60px
    }
    header main .figure {
        display: none
    }
    header.mini {
        margin-bottom: 0
    }
    header nav ul li.left a {
        padding: 5px 25px;
        background: #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border: 1px solid #a8a8a8;
    }
    section.features {
        padding: 40px 0 40px 0
    }
    section.features .content .item {
        text-align: center
    }
    section.features .content .item h2 {
        margin-top: 20px
    }
    section.facilities {
        padding: 20px 0 20px 0
    }
    section.facilities .container:before,
    section.facilities .container:after {
        display: none
    }
    section.banner {
        text-align: center;
        margin-bottom: 20px
    }
    section.banner a.button {
        display: block;
        float: none;
        margin-top: 20px
    }
    footer {
        margin-top: 0
    }
    footer .content .right {
        float: none;
        width: auto;
        padding-right: 30px
    }
    footer .content .right:before {
        border-radius: 30px;
        height: 360px;
        right: 0;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg)
    }
    footer .content .right:after {
        display: none
    }
    footer .content .left {
        float: none;
        width: auto
    }
    footer:before,
    footer:after {
        display: none
    }
    footer .foot {
        padding: 10px 0 40px 0 !important;
    }
    .d-on-desktop {
        display: none !important;
    }
    .d-on-mobile {
        display: block !important;
    }
    .floatCallRequest {
        display: none !important;
    }
    .floatWhatsapp  {
        bottom: 60px !important;
        right: 15px !important;
    }
    #whatsapp-list {
        bottom: 69px !important;
    }
    .sticky-fixed-footer {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 9;
        background: #1a9ed4 linear-gradient(-60deg, #6ccff6, #1a9ed4) repeat-x;
        width: 100%;
        padding: 10px 10px;
        font-size: 20px;
        text-align: center;
        border-radius: 20px 20px 0 0;
    }
    .sticky-fixed-footer a, .sticky-fixed-footer a:focus {
        color: #fff !important;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .hidden-lg {
        display: none !important
    }
    .display-lg {
        display: block !important
    }
    .modal .box {
        width: calc(100% - 50px)
    }
    header {
        height: auto;
        margin-bottom: 40px
    }
    header main h4 {
        margin-top: 60px
    }
    header main .figure {
        display: none
    }
    header.mini {
        margin-bottom: 0
    }
    section.features {
        padding: 40px 0 40px 0
    }
    section.features .content .item {
        text-align: center
    }
    section.features .content .item h2 {
        margin-top: 20px
    }
    section.facilities {
        padding: 20px 0 20px 0
    }
    section.banner {
        text-align: center;
        margin-bottom: 20px
    }
    section.banner a.button {
        float: none;
        margin-top: 20px
    }
    footer {
        margin-top: 0
    }
    footer .content .right {
        float: none;
        width: auto;
        padding-right: 30px
    }
    footer .content .right:before {
        height: 360px;
        right: 0;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg)
    }
    footer .content .right:after {
        display: none
    }
    footer .content .left {
        float: none;
        width: auto
    }
}

@media (max-width:1200px) and (min-width:992px) {
    section.facilities {
        padding: 50px 0 100px 0
    }
    footer {
        margin-top: 0
    }
    footer .content .right {
        float: none;
        width: auto;
        padding-right: 30px
    }
    footer .content .right:before {
        height: 360px;
        right: 0;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg)
    }
    footer .content .right:after {
        display: none
    }
    footer .content .left {
        float: none;
        width: auto
    }
}

/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */

@-webkit-keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body[class*=jconfirm-no-scroll-] {
    overflow: hidden !important
}

.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden
}

.jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.jconfirm .jconfirm-bg.jconfirm-bg-h {
    opacity: 0 !important
}

.jconfirm .jconfirm-scrollpane {
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    display: table;
    width: 100%;
    height: 100%
}

.jconfirm .jconfirm-row {
    display: table-row;
    width: 100%
}

.jconfirm .jconfirm-cell {
    display: table-cell;
    vertical-align: middle
}

.jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0
}

.jconfirm .jconfirm-box-container {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    -webkit-transition: none !important;
    transition: none !important
}

.jconfirm .jconfirm-box {
    background: #fff;
    border-radius: 4px;
    position: relative;
    outline: 0;
    padding: 15px 15px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes type-blue {
    1%,
    100% {
        border-color: #3498db
    }
    50% {
        border-color: #5faee3
    }
}

@keyframes type-blue {
    1%,
    100% {
        border-color: #3498db
    }
    50% {
        border-color: #5faee3
    }
}

@-webkit-keyframes type-green {
    1%,
    100% {
        border-color: #2ecc71
    }
    50% {
        border-color: #54d98c
    }
}

@keyframes type-green {
    1%,
    100% {
        border-color: #2ecc71
    }
    50% {
        border-color: #54d98c
    }
}

@-webkit-keyframes type-red {
    1%,
    100% {
        border-color: #e74c3c
    }
    50% {
        border-color: #ed7669
    }
}

@keyframes type-red {
    1%,
    100% {
        border-color: #e74c3c
    }
    50% {
        border-color: #ed7669
    }
}

@-webkit-keyframes type-orange {
    1%,
    100% {
        border-color: #f1c40f
    }
    50% {
        border-color: #f4d03f
    }
}

@keyframes type-orange {
    1%,
    100% {
        border-color: #f1c40f
    }
    50% {
        border-color: #f4d03f
    }
}

@-webkit-keyframes type-purple {
    1%,
    100% {
        border-color: #9b59b6
    }
    50% {
        border-color: #b07cc6
    }
}

@keyframes type-purple {
    1%,
    100% {
        border-color: #9b59b6
    }
    50% {
        border-color: #b07cc6
    }
}

@-webkit-keyframes type-dark {
    1%,
    100% {
        border-color: #34495e
    }
    50% {
        border-color: #46627f
    }
}

@keyframes type-dark {
    1%,
    100% {
        border-color: #34495e
    }
    50% {
        border-color: #46627f
    }
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #3498db;
    -webkit-animation-name: type-blue;
    animation-name: type-blue
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 7px #2ecc71;
    -webkit-animation-name: type-green;
    animation-name: type-green
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    -webkit-animation-name: type-red;
    animation-name: type-red
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #f1c40f;
    -webkit-animation-name: type-orange;
    animation-name: type-orange
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
    border-top: solid 7px #9b59b6;
    -webkit-animation-name: type-purple;
    animation-name: type-purple
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: solid 7px #34495e;
    -webkit-animation-name: type-dark;
    animation-name: type-dark
}

.jconfirm .jconfirm-box.loading {
    height: 120px
}

.jconfirm .jconfirm-box.loading:before {
    content: '';
    position: absolute;
    left: 0;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1
}

.jconfirm .jconfirm-box.loading:after {
    opacity: .6;
    content: '';
    height: 30px;
    width: 30px;
    border: solid 3px transparent;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
    -webkit-animation: jconfirm-spin 1s infinite linear;
    animation: jconfirm-spin 1s infinite linear;
    border-bottom-color: #1e90ff;
    top: 50%;
    margin-top: -15px;
    z-index: 2
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 27px !important;
    line-height: 14px !important;
    display: none;
    z-index: 1
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
    display: none
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
    font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
    font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
    font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
    opacity: 1
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding-bottom: 15px
}

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
    cursor: move
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    font-size: inherit;
    display: inline-block;
    vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
    vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
    display: none
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    font-family: 'iranyekanmedium';
    font-weight: normal
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
    display: none
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    height: auto;
    -webkit-transition: height .4s ease-in;
    transition: height .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    overflow-y: hidden
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 3px
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
    max-width: 100%;
    height: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
    display: none
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px
}

.jconfirm .jconfirm-box .jconfirm-buttons>button {
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-height: 1em;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    background-image: none
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    background-color: #3498db;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
    background-color: #2980b9;
    color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
    background-color: #2ecc71;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
    background-color: #27ae60;
    color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #e74c3c;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
    background-color: #c0392b;
    color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
    background-color: #f1c40f;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
    background-color: #f39c12;
    color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #ecf0f1;
    color: #000;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background-color: #bdc3c7;
    color: #000
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
    background-color: #9b59b6;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
    background-color: #8e44ad;
    color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
    background-color: #34495e;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
    background-color: #2c3e50;
    color: #fff
}

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
    color: #e74c3c !important
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
    color: #3498db !important
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
    color: #2ecc71 !important
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
    color: #9b59b6 !important
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
    color: #f1c40f !important
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
    color: #34495e !important
}

.jconfirm .jconfirm-clear {
    clear: both
}

.jconfirm.jconfirm-rtl {
    direction: rtl
}

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
    left: 5px;
    right: auto
}

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #444;
    opacity: .2
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: right
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #ddd
}

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
    background-color: #2f4f4f;
    opacity: .4
}

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: #444;
    border-radius: 5px;
    color: #fff
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
    float: right
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
    border: 0;
    background-image: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    -webkit-transition: background .1s;
    transition: background .1s;
    color: #fff
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: 0
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #666
}

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
    -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
    -webkit-animation: glow .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: glow .82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0)
    }
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0)
    }
}

@-webkit-keyframes glow {
    0%,
    100% {
        -webkit-box-shadow: 0 0 0 #f00;
        box-shadow: 0 0 0 #f00
    }
    50% {
        -webkit-box-shadow: 0 0 30px #f00;
        box-shadow: 0 0 30px #f00
    }
}

@keyframes glow {
    0%,
    100% {
        -webkit-box-shadow: 0 0 0 #f00;
        box-shadow: 0 0 0 #f00
    }
    50% {
        -webkit-box-shadow: 0 0 30px #f00;
        box-shadow: 0 0 30px #f00
    }
}

.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px
}

.jconfirm .jconfirm-box {
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all
}

.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
    opacity: 0
}

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
    -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
    -webkit-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
    -webkit-transform: scaley(1.5);
    transform: scaley(1.5);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
    -webkit-transform: scalex(1.5);
    transform: scalex(1.5);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-top {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px)
}

.jconfirm .jconfirm-box.jconfirm-animation-left {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0)
}

.jconfirm .jconfirm-box.jconfirm-animation-right {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0)
}

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.jconfirm .jconfirm-box.jconfirm-animation-scale {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.jconfirm .jconfirm-box.jconfirm-animation-none {
    visibility: hidden
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(54, 70, 93, 0.95)
}

.jconfirm.jconfirm-supervan .jconfirm-box {
    background-color: transparent
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
    color: #fff
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: normal
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>* {
    padding-bottom: 25px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 25px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    text-align: center;
    color: #fff
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
    text-align: center
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
    font-size: 16px;
    border-radius: 2px;
    background: #303f53;
    text-shadow: none;
    border: 0;
    color: #fff;
    padding: 10px;
    min-width: 100px
}

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-material .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.67)
}

.jconfirm.jconfirm-material .jconfirm-box {
    background-color: #fff;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 25px 10px 25px
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87)
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: bold
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, 0.87)
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
    text-align: right
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-weight: 500
}

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.21)
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(0, 0, 0, 0.4);
    padding: 15px 0 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87)
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, 0.87);
    padding: 0 15px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
    text-align: right;
    padding: 10px;
    margin: -5px 0 0;
    border-top: solid 1px #ddd;
    overflow: hidden;
    border-radius: 0 0 4px 4px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
    font-weight: 500
}

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-modern .jconfirm-bg {
    background-color: #708090;
    opacity: .6
}

.jconfirm.jconfirm-modern .jconfirm-box {
    background-color: #fff;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 30px 15px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
    top: 15px;
    right: 15px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 69px;
    color: #aaa
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin-bottom: 25px
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
    text-align: center
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: background .1s;
    transition: background .1s;
    padding: 10px 20px;
    width: auto
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button {
    margin-left: 4px
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    -webkit-transform: scale(1);
    transform: scale(1)
}

/* Trunks Web Page */
.grid-box {
    text-align: center;
}
.grid-box .item {
    position: relative;
    float: right;
    padding: 15px 10px 10px 10px;
    border: 1px dashed #ddd;
    background: #fff;
    cursor: pointer;
    width: 25%;
    height: auto;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.grid-box .item p.number {
    font-size: 20px;
    direction: ltr;
    white-space: nowrap;
    font-family: "iranyekanbold";
    font-weight: normal;
}
.grid-box .item p.number small {
    color: #aaa;
    font-size: 14px;
    white-space: nowrap;
}
.grid-box .item p.price {
    color: #888;
    font-size: 12px;
    white-space: nowrap;
    font-family: "iranyekanmedium";
    font-weight: normal;
}
.grid-box .item .type {
    color: #888;
    white-space: nowrap;
    font-family: "iranyekanmedium";
    font-weight: normal;
}
.grid-box .item:hover {
    background: #fafafa;
}
.grid-box .item.active {
    border: 1px solid #ffd23f;
    background: #ffb;
    box-shadow: 0 0 0 2px #ffd23f inset;
}
.grid-box .item.diamond p.number span:nth-child(2) {
    color: #9b59b6;
}
.grid-box .item.gold .type {
    color: #d7aa17;
}
.grid-box .item.silver .type {
    color: #1a9ed4;
}
.grid-box .item.bronze .type {
    color: #a9332c;
}
.grid-box .item .ribbon {
    z-index: 2;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
}
.trunk-list .grid-box .item .type {
    color: #09cd11;
    font-weight: 600;
}
.trunk-list .grid-box .roundBox-title {
    text-align: center;
    background-color: #09cd11;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 38px;
}
.trunk-list .grid-box .item .price {
    font-size: 14px;
}
.trunk-list .grid-box .item .sell-price span::after {
    content: ' ';
    width: 35%;
    height: 1px;
    border: 1px solid #ff000070;
    transform: rotate(170deg) translate(-50%, -50%);
    position: absolute;
    top: 55%;
    right: 50%;
    z-index: 2;
}
.trunk-list .grid-box .item .real-price span {
    font-weight: 600;
    color: #09cd11;
}
.grid-box .item .ribbon::before,
.grid-box .item .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 3px solid #09cd11;
}
.grid-box .item .ribbon span {
    direction: ltr;
    position: absolute;
    display: block;
    width: 90px;
    height: 25px;
    padding: 0;
    background-color: #09cd11;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}
.grid-box .item .ribbon-top-left {
    top: -5px;
    left: -5px;
}
.grid-box .item .ribbon-top-left::before,
.grid-box .item .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.grid-box .item .ribbon-top-left::before {
    top: 0px;
    right: 17px;
}
.grid-box .item .ribbon-top-left::after {
    bottom: 17px;
    left: 0;
}
.grid-box .item .ribbon-top-left span {
    right: 12px;
    top: 10px;
    transform: rotate(-45deg);
    line-height: 30px;
}
.trunk-list .grid-box {
    padding: 5px;
}
.prenumbers-selectbox {
    display: inline-block;
    width: auto;
    float: left;
}
.cta2 {
    width: 210px;
    text-align: center;
    border-radius: 5px;
    padding: 0px;
    font-size: 14px;
    margin: 20px auto 0;
    background: #1a9ed4 linear-gradient(-60deg, #6ccff6, #1a9ed4) repeat-x;
    box-shadow: 0 4px 8px rgb(26 158 212 / 20%);
}
.masked-preview-numbers {
    filter: blur(4px);
    user-select: none;
}
.trunks-list-cta2 {
    position: relative;
    top: -150px;
}
#searchTrunk {
    display: inline;
}
.noauth-renewal-plan .remainbox .percent {
    width:150px;
    height:150px;
    position:relative;
    margin: 0 auto;
}
.noauth-renewal-plan .remainbox .percent svg {
    width:150px;
    height:150px;
    position:relative;
}
.noauth-renewal-plan .remainbox .percent svg circle {
    width:150px;
    height:150px;
    fill:none;
    stroke-width:10;
    transform:translate(5px,5px);
    stroke-dasharray:440;
    stroke-dashoffset:440;
    stroke-linecap:round;
}
.noauth-renewal-plan .remainbox .percent svg circle:nth-child(1) {
    stroke-dashoffset:0;
    stroke:#f3f3f3;
}
.noauth-renewal-plan .remainbox .percent svg circle:nth-child(2) {
    stroke-dashoffset:calc(440 - (440 * 1) / 100);
    stroke:#03a9f4;
    transition: .3s all;
}
.noauth-renewal-plan .remainbox .percent .num {
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    color:#111;
}
.noauth-renewal-plan .remainbox .percent .num h2 {
    font-size:48px;
}
.noauth-renewal-plan .remainbox .percent .num h2 span {
    font-size:24px;
}
.noauth-renewal-plan .remainbox .text {
    padding: 10px 0 0;
    color:#999;
    font-weight:700;
    letter-spacing:1px;
}
.noauth-renewal-plan .status-box {
    text-align: justify;
    padding: 0 35px !important;
}
.noauth-renewal-plan .full-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.noauth-renewal-plan .off {
    font-size: 12px !important;
    position: absolute;
    color: green;
    top: 70px;
    right: 50%;
    transform: translate(50%, 0%);
}
.noauth-renewal-plan .attention {
    display: none;
    font-weight: 600;
    color: rgb(251, 80, 80);
}
.noauth-renewal-plan .discount-box * {
    flex: 1;
    text-align: center;
}
.noauth-renewal-plan .radio {
    padding: 20px;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.08);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.noauth-renewal-plan .radio.disabled {
    background: #f8f8f8;
    cursor: not-allowed;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.noauth-renewal-plan .radio.active {
    background: #1a9ed4 linear-gradient(-60deg, #6ccff6, #1a9ed4) repeat-x;
    box-shadow: 0 4px 8px rgba(26, 158, 212, 0.2) !important;
    color: #fff;
}
.noauth-renewal-plan .radio.active * {
    color: #fff !important;
}
.noauth-renewal-plan .radio:hover:not(.disabled) {
    box-shadow: 0 5px 50px rgba(50, 50, 50, 0.05);
}
.noauth-renewal-plan .radio input {
    display: none;
}
.noauth-renewal-plan .radio p {
    font-size: 16px;
    font-family: "iranyekanmedium";
    font-weight: normal;
}
.noauth-renewal-plan .radio p.desc {
    font-size: 14px;
    color: #888;
    font-family: "iranyekanlight";
}
.noauth-renewal-plan .radio.radio-row {
    text-align: right;
    padding: 2px 15px;
    font-size: 14px;
    margin-bottom: 10px !important;
    font-family: "iranyekanlight";
}
.noauth-renewal-plan .radio.radio-row i {
    color: #999;
    margin-left: 8px;
}
.noauth-renewal-plan .radio.radio-row i.fad {
    position: relative;
    top: 2px;
}
.noauth-renewal-plan .radio.radio-row p {
    font-size: 14px;
    font-family: "iranyekanlight";
}
.noauth-renewal-plan .radio.radio-row p b {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.noauth-renewal-plan .radio.radio-row p span {
    color: #999;
    font-size: 12px;
    padding-right: 10px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.noauth-renewal-plan .radio.radio-row p span.price {
    float: left;
    background: #eee;
    padding-left: 10px;
    margin-left: -10px;
    border-radius: 5px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    height: 35px;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.noauth-renewal-plan .radio.radio-row.active {
    background: #fff;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.08) !important;
    border-color: #46d64a;
    color: #333;
}
.noauth-renewal-plan .radio.radio-row.active * {
    color: #333 !important;
}
.noauth-renewal-plan .radio.radio-row.active i {
    color: #46d64a !important;
}
.noauth-renewal-plan .radio.radio-row.active p b {
    color: #46d64a !important;
}
.noauth-renewal-plan .radio.radio-row.active p span {
    color: #999 !important;
}
.noauth-renewal-plan .radio.radio-row.active p span.price {
    background: #46d64a;
    color: #fff !important;
}
.noauth-renewal-plan .radio.radio-row.active p span.price.crossed-price {
    color: #000 !important;
}
.noauth-renewal-plan .receipt-box {
    border: 1px solid #eee;
    padding: 5px 20px 20px 20px;
    margin-bottom: 30px;
    background: #fafafa;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.noauth-renewal-plan .receipt-box .row {
    padding-top: 5px;
    padding-bottom: 5px;
}
.noauth-renewal-plan .receipt-box .row.sum {
    padding: 15px 10px;
    background: #fff;
    margin: 0 -20px -20px -20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.08);
}
.noauth-renewal-plan span.price {
    background: #46d64a !important;
    color: #fff !important;
    width: 100px;
    text-align: center;
}
.noauth-renewal-plan .crossed-price::after {
    content: ' ';
    width: 95%;
    height: 2px;
    background: #f5403794;
    position: absolute;
    transform: rotate(-15deg) translate(50%, 8px);
    right: 50%;
    top: 25px;
}
.noauth-renewal-plan span.crossed-price {
    background: #f542371c !important;
    color: #000 !important;
    position: relative;
    margin-left: 10px !important;
}
@media (max-width: 576px) and (min-width: 0) {
    .grid-box .item {
        width: 100%;
        height: auto;
        display: grid;
        justify-content: center;
    }
    .grid-box .item p {
        text-align: center;
    }
    .masked-preview-numbers {
        display: none;
    }
    .trunks-list-cta2 {
        top: 10px;
        margin-bottom: 25px;
    }
    #searchTrunk select {
        width: 100%;
        margin: 20px 0;
    }
    .display-sm-inline {
        display: inline !important;
    }
    .display-sm-block {
        display: block !important;
    }
}