@font-face {
    font-family: Iransans;
    src: url(../fonts/Iransans.eot?d45d679ecbbf3e85f6fe924a3349611e);
    src: url(../fonts/Iransans.eot?d45d679ecbbf3e85f6fe924a3349611e?#iefix) format('embedded-opentype'),
    url(../fonts/Iransans.woff2?9c8601621b8b811cffb4375d255074cd) format('woff2'),
    url(../fonts/Iransans.woff?4354348970f3bff75d294a1011617152) format('woff'),
    url(../fonts/Iransans.ttf?dec57885836e1d78b278784703bfc3aa) format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: IransansBold;
    src: url(../fonts/IRANSansWeb_Bold.eot?d45d679ecbbf3e85f6fe924a3349611e);
    src: url(../fonts/IRANSansWeb_Bold.eot?d45d679ecbbf3e85f6fe924a3349611e?#iefix) format('embedded-opentype'),
    url(../fonts/IRANSansWeb_Bold.woff2?9c8601621b8b811cffb4375d255074cd) format('woff2'),
    url(../fonts/IRANSansWeb_Bold.woff?4354348970f3bff75d294a1011617152) format('woff'),
    url(../fonts/IRANSansWeb_Bold.ttf?dec57885836e1d78b278784703bfc3aa) format('truetype');
    font-weight: 900;
}

/*---------------------------------- End of fonts ---------------------------------- */

body {
    font-family: 'Iransans', sans-serif !important;
    line-height: initial !important;
}
.font-irs-b, .bold-subject {
    font-family: IransansBold, sans-serif;
}
a {
    text-decoration: none;
}
* {
    direction: rtl;
    text-align: right;
}

.dir-ltr, .dir-ltr * {
    direction: ltr;
    text-align: left;
}

.content {
    /*padding: 0 4.9vw;*/
    /*padding-top: 1.8vw;*/
}

.search-input {
    width: 224px;
    height: 2.125rem;
    border-radius: 16px !important;
    background-color: #F8F8F8 !important;
    border: none;
}
.search-icon {
    position: absolute;
    left: 10px;
    top: 4px;
    color: #212529;
}
.nav-user-icon {
}
.pos-relative {
    position: relative;
}
.nav-link {
    padding-right: 1.5rem !important;
}
.nav-link a {
    color: #000;
    transition: all 0.2s;
}
.dropdown-toggle.nav-link {
    color: #000 !important;
}
.dropdown-menu {
    box-shadow: 0px 1px 6px 0px rgba(0, 43, 149, 0.50);
}
.nav-link a:hover {
    transition: all 0.2s;
    color: #0043AB;
}

.text-ly-blue {
    color: #113F60;
}
.text-cape {
    color: #005152;
}
.text-sp-gray {
    color: #7f7a80;
}
.text-bl-1 {
    color: #0043AB;
}
.text-bl-2 {
    color: #002B95;
}
.text-bl-3 {
    color: #005152;
}
.default-box {
    box-shadow: 0px 1px 9px 0px #002B9559;
    border-radius: 15px;
}
.anchored-box {
    box-shadow: 0px 7px 9px 0px #002B9540;
    border-radius: 15px;
}

.semi-shadow-box {
    box-shadow: 0px 1px 5px 0px #00000024;
    border-radius: 15px;
}

.main-footer {
    background: linear-gradient(260deg, #113F60 0%, #005152 99.42%);
    color: #fff;
    padding: 2.44rem 6.75vw 3.75vw;
}
a {
    transition: 0.2s;
}
a:hover {
    transition: 0.2s;
}
a.link {
    color: #000 !important;
}
a.link:hover {
    color: #113F60 !important;
}
.footer-link {
    color: #fff;
}
.footer-link:hover {
    color: #000;
}
.solid-a {
    color: #fff;
}
.solid-a:hover {
    color: #fff;
}
.footer-icon {
    display: inline-block;
    width: 24px;
}
.form-input {
    border: 1px solid #CECECE;
    border-radius: 6px;
    min-width: 269px;
    height: 33px;
    outline: none;
    padding: 0.3rem 0.5rem;
}
textarea.form-input {
    min-height: 78px;
}
select.form-input {
    padding: 0 0.5rem;
}
.gradient-bg {
    background: linear-gradient(91deg, #113F60 3.15%, #005152 99.5%);
}
.footer-input {
    background-color: transparent;
    color: #fff;
}

.s-btn {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    transition: all .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0.375rem;
    font-size: 12px;
    color: #113F60;
}
.s-btn-light {
    background-color: #fff;
    border: 1px solid transparent;
}
.s-btn-light:hover {
    color: #000;
    border: 1px solid #fff;
}
.s-btn-primary {
    background: linear-gradient(94deg, #113F60 0%, #005152 96.53%);
    border: 1px solid transparent;
    color: #fff;
}
.s-btn-primary:hover {
    border: 1px solid #0043AB;
    background: linear-gradient(94deg, #113F60 0%, #113F60 96.53%);
    color: #fff;
}

.s-btn-blue {
    background: #113F60 !important;
    border: 1px solid transparent;
    color: #fff;
}
.s-btn-blue:hover {
    border: 1px solid #0043AB;
    background:  #0043AB;
    color: #fff;
}

.s-btn-green {
    background: #005152 !important;
    border: 1px solid transparent;
    color: #fff;
}
.s-btn-green:hover {
    border: 1px solid #0043AB;
    background:  #005152;
    color: #fff;
}

.s-btn-secondary {
    background-color: #E6E6E6;
    border: 1px solid transparent;
    color: #0043AB;
}
.s-btn-secondary:hover {
    border: 1px solid #0043AB;
    background-color: #E6E6E6;
}
.spinner-span {
    display: inline-block;
    margin-left: 0.25rem;
}
.profile-image {
    width: 171px;
    height: 171px;
    border-radius: 50%;
}

.gender-option {
    width: 100px;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #CECECE;
    color: #CECECE;
    user-select: none;
}
.custom-select {
    border: none;
    background-color: transparent;
    color: #CECECE;
    height: 30px;
    position: relative;
    top: -7px;
}
.w-50px {
    display: inline-block;
    width: 50px;
}
.border-i {
    border: 1px solid #CECECE;
    border-radius: 6px;
}

.custom-modal .backdrop {
    background-color: rgba(0,0,0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.custom-modal .custom-modal-content {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    border-radius: 29px;
    width: 530px;
    height: 454px;
    left: calc(50% - calc(530px / 2));
    top: 5rem;
}
.d-none-fade {
    visibility: hidden;
    transition: 0.2s ease-in-out all;
}
.d-none-fade .custom-modal-content, .d-none-fade .backdrop {
    transition: 0.2s ease-in-out all;
    opacity: 0;
}
@media (max-width:576px){
    .custom-modal .custom-modal-content {
        width: 100%;
        left: 0;
        top: 5rem;
    }
}
.times-pointer {
    cursor: pointer;
    transition: 0.2s;
}
.times-pointer:hover {
    cursor: pointer;
    color: #113F60;
    transition: 0.2s;
}

.input-digit {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    width: 45px;
    height: 41px;
    border-radius: 7px;
    direction: ltr;
    text-align: left;
    padding-left: 1rem;
    outline: none;
    border: 1px solid #CECECE;
}
.digit-div {
    text-align: center;
}
.digit-div .input-digit {
    margin-left: 0.5rem;
}


.code-input {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.code-label {
    margin-bottom: 16px;
}
.code-inputs {
    display: flex;
    justify-content: start;
    align-items: center;
}
.code-inputs input {
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    width: 45px;
    height: 41px;
    border-radius: 10px;
    margin: 0 4px;
    border: 1px solid #CECECE;
    font-size: 30px;
}
.code-inputs input:focus {
    outline: none;
}
.line-height-2 {
    line-height: 2.7rem;
}

.h-item {
    box-shadow: 0px 1px 5px 0px #00000040;
    border-radius: 15px;
    padding: 1.4rem;
}

.h-item .img {
    width: 167px;
    height: 138px;
}

.s-text-muted {
    color: #AEAEAE;
}

.v-item {
    box-shadow: 1px 1px 9px 0px #00000017;
    border-radius: 28px;
}

.v-item .img {
    border-radius: 28px;
}
.v-item .description-text {
    color: #747474;
}
.word-space-2 {
    word-spacing: 0.1rem;
}
.rounded-black-btn {
    background-color: #000;
    color: #fff;
    border-radius: 24px;
    height: 36px;
    display: inline-block;
    line-height: 1.5;
    font-size: 0.9rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    padding: .375rem 1.3rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.rounded-black-btn:hover {
    color: #fff;
    background-color: #005152;
}

.rounded-white-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 24px;
    height: 36px;
    display: inline-block;
    line-height: 1.5;
    font-size: 0.9rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    padding: .375rem 1.3rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.rounded-white-btn:hover {
    color: #000;
    background-color: #E6E6E6;
}
.mb-6 {
    margin-bottom: 4.75rem;
}
.post-service-icon {
    background-color: #F8F8F8;
    display: inline-block;
    width: 3.25rem;
    height: 3.25rem;
    text-align: center;
    vertical-align: middle;
    padding-top: 0.26rem;
    border-radius: 50%;
}
.left-bottom-border {
    border-width: 2px;
    border-color: transparent transparent #CECECE #CECECE;
    border-style: dashed;
}
.bottom-border {
    border-width: 2px;
    border-color: transparent transparent #CECECE;
    border-style: dashed;
}
.bottom-border {
    border-width: 2px;
    border-color: transparent transparent #CECECE transparent;
    border-style: dashed;
}
.left-border {
    border-width: 2px;
    border-color: transparent transparent transparent #CECECE;
    border-style: dashed;
}

.sans-serfi {
    font-family: s;
}
.dashed-container div {
    padding: 0.5rem 1rem;
}
.consultant-item {
    box-shadow: 1px 1px 9px 0px #00000017;
    border-radius: 20px;
    padding: 0.8rem 1.6rem;
}
.consultant-item .img {
    width: 61px;
    height: 61px;
    border-radius: 50%;
}

.book-item{
    box-shadow: 1px 1px 9px 0px #00000017;
    border-radius: 20px;
    padding: 0.8rem 0.6rem;
}
.book-item .img {
    width: 157px;
    height: 194px;
}
.abs-style {
    max-width: 479px;
    position: absolute;
    background-color: #fff;
    right: 80px;
    bottom: 0;
    line-height: 38px;
    text-align: justify;
}
.tab-item {
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    text-align: center;
    transition: 0.2s;
    cursor: pointer;
}
.tab-item.active {
    border-bottom: 2px solid #113F60;
}
.tab-item:hover {
    transition: 0.2s;
    color: #113F60;
}

/* Custom modal */
.modal-content {
    border-radius: 1.7rem;
}

.cursor-pointer {
    cursor: pointer;
}
.cart-section {
    background: #E8EEF766;
    border-radius: 11px;
    padding: 1rem 1.7rem;
    margin-top: 1rem;
}

.coupon-input {
    border: 1px solid #AEAEAE;
    background-color: #E8EEF766;
    border-radius: 5px;
    outline: none;
}
.course-div {
    box-shadow: 1px 1px 9px 0px #00000017;
    border-radius: 20px;
}

.border-rad-20 {
    border-radius: 20px;
}

.prop-label {
    font-family: IransansBold, sans-serif;
    width: 200px;
    display: inline-block;
}
.prop-value {
    display: inline-block;
}
.text-black {
    color: black !important;
}

.nav-menu-img {
    width: 4rem;
    height: 2.5rem;
}
.nav-menu-title {
    font-size: 0.6875rem;
}
.nav-menu-description {
    font-size: 0.5625rem;
    color: #747474;
}

.footer-subject {
    font-size: 1.125rem;line-height: 2.3125rem;
}

.mb-1p56 {
    margin-bottom: 1.56rem;
}
.mb-1p62 {
    margin-bottom: 1.62rem;
}

.footer-i-c {
    margin-left: 0.44rem;
    font-size: 0.9375rem;
    line-height: 2.3125rem;
}
.mb0p88 {
    margin-bottom: 0.88rem;
}

.mb1p81 {
    margin-bottom: 0.88rem;
}
.copy-right-text {
    font-size: 0.6875rem;
    line-height: 2.3125rem;
}
.text-yellow {
    color: #F9B300;
}

.form-check-input:checked {
    background-color: #0043AB;
    border-color: #0043AB;
}
.user-select-none {
    -webkit-user-select: none;
    user-select: none;
}
@media (min-width:576px){
    .menu-md-gap {
        gap: 2.19rem;
    }
}
