/*
Theme Name:
Theme URI:
Author: Reza Komasi - Devix
Description: reza komasi - Devix
Author URI: https://devix.ir
Version: 3
*/

@font-face {
    font-family: devix;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/eot/iranyekanwebregularfanum.eot);
    src: url(fonts/eot/iranyekanwebregularfanum.eot?#iefix) format("embedded-opentype"),
         url(fonts/woff/iranyekanwebregularfanum.woff) format("woff"),
         url(fonts/ttf/iranyekanwebregularfanum.ttf) format("truetype");
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    color: #fff;
    background: #272136;
}

body {
    margin: 0 !important;
    background-color: #ffffff;
    padding-top: 89px;
}

a {
    text-decoration: none !important;
}

div, a, i, p, time, input, button, textarea, label, section, select, ul, b, strong, h1, h2, h3, h4, h5, h6 {
    font-family: devix, serif !important;
    margin: 0;
}

#devix span {
    font-family: devix, serif;
}

.clear {
    clear: both;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.pp {
    padding: 0 !important;
}

.pl {
    padding-left: 0 !important;
}

.pr {
    padding-right: 0 !important;
}

.container, .container-fluid {
    width: 100%;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .container { max-width: 100%; }
}

@media (min-width: 768px) {
    .container { max-width: 100%; }
}

@media (min-width: 992px) {
    .container { max-width: 960px; }
}

@media (min-width: 1200px) {
    .container { max-width: 1140px; }
}

@media (min-width: 1400px) {
    .container { max-width: 1320px; }
}

@media (min-width: 1700px) {
    .container { max-width: 1676px; }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (max-width: 575px) {
    .hidden-xs { display: none; }
}

@media (min-width: 576px) {
    .hidden-sm { display: none; }
    .col-sm { flex: 1 0 0; }
    .row-cols-sm-auto > * { flex: 0 0 auto; width: auto; }
    .row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; }
    .row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; }
    .row-cols-sm-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
    .row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; }
    .row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; }
    .row-cols-sm-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
    .col-sm-auto { flex: 0 0 auto; width: auto; }
    .col-sm-1 { flex: 0 0 auto; width: 8.3333333333%; }
    .col-sm-2 { flex: 0 0 auto; width: 16.6666666667%; }
    .col-sm-3 { flex: 0 0 auto; width: 25%; }
    .col-sm-4 { flex: 0 0 auto; width: 33.3333333333%; }
    .col-sm-5 { flex: 0 0 auto; width: 41.6666666667%; }
    .col-sm-6 { flex: 0 0 auto; width: 50%; }
    .col-sm-7 { flex: 0 0 auto; width: 58.3333333333%; }
    .col-sm-8 { flex: 0 0 auto; width: 66.6666666667%; }
    .col-sm-9 { flex: 0 0 auto; width: 75%; }
    .col-sm-10 { flex: 0 0 auto; width: 83.3333333333%; }
    .col-sm-11 { flex: 0 0 auto; width: 91.6666666667%; }
    .col-sm-12 { flex: 0 0 auto; width: 100%; }
}

@media (max-width: 991px) {
    .hidden-md { display: none; }
    .col-md { flex: 1 0 0; }
    .row-cols-md-auto > * { flex: 0 0 auto; width: auto; }
    .row-cols-md-1 > * { flex: 0 0 auto; width: 100%; }
    .row-cols-md-2 > * { flex: 0 0 auto; width: 50%; }
    .row-cols-md-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
    .row-cols-md-4 > * { flex: 0 0 auto; width: 25%; }
    .row-cols-md-5 > * { flex: 0 0 auto; width: 20%; }
    .row-cols-md-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
    .col-md-auto { flex: 0 0 auto; width: auto; }
    .col-md-1 { flex: 0 0 auto; width: 8.3333333333%; }
    .col-md-2 { flex: 0 0 auto; width: 16.6666666667%; }
    .col-md-3 { flex: 0 0 auto; width: 25%; }
    .col-md-4 { flex: 0 0 auto; width: 33.3333333333%; }
    .col-md-5 { flex: 0 0 auto; width: 41.6666666667%; }
    .col-md-6 { flex: 0 0 auto; width: 50%; }
    .col-md-7 { flex: 0 0 auto; width: 58.3333333333%; }
    .col-md-8 { flex: 0 0 auto; width: 66.6666666667%; }
    .col-md-9 { flex: 0 0 auto; width: 75%; }
    .col-md-10 { flex: 0 0 auto; width: 83.3333333333%; }
    .col-md-11 { flex: 0 0 auto; width: 91.6666666667%; }
    .col-md-12 { flex: 0 0 auto; width: 100%; }
}

@media (min-width: 992px) {
    .hidden-lg { display: none; }
    .col-lg { flex: 1 0 0; }
    .row-cols-lg-auto > * { flex: 0 0 auto; width: auto; }
    .row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; }
    .row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; }
    .row-cols-lg-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
    .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; }
    .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; }
    .row-cols-lg-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
    .col-lg-auto { flex: 0 0 auto; width: auto; }
    .col-lg-1 { flex: 0 0 auto; width: 8.3333333333%; }
    .col-lg-2 { flex: 0 0 auto; width: 16.6666666667%; }
    .col-lg-3 { flex: 0 0 auto; width: 25%; }
    .col-lg-4 { flex: 0 0 auto; width: 33.3333333333%; }
    .col-lg-5 { flex: 0 0 auto; width: 41.6666666667%; }
    .col-lg-6 { flex: 0 0 auto; width: 50%; }
    .col-lg-7 { flex: 0 0 auto; width: 58.3333333333%; }
    .col-lg-8 { flex: 0 0 auto; width: 66.6666666667%; }
    .col-lg-9 { flex: 0 0 auto; width: 75%; }
    .col-lg-10 { flex: 0 0 auto; width: 83.3333333333%; }
    .col-lg-11 { flex: 0 0 auto; width: 91.6666666667%; }
    .col-lg-12 { flex: 0 0 auto; width: 100%; }
}

@media (min-width: 1200px) {
    .hidden-xl { display: none; }
    .col-xl { flex: 1 0 0; }
    .row-cols-xl-auto > * { flex: 0 0 auto; width: auto; }
    .row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; }
    .row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; }
    .row-cols-xl-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
    .row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; }
    .row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; }
    .row-cols-xl-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
    .col-xl-auto { flex: 0 0 auto; width: auto; }
    .col-xl-1 { flex: 0 0 auto; width: 8.3333333333%; }
    .col-xl-2 { flex: 0 0 auto; width: 16.6666666667%; }
    .col-xl-3 { flex: 0 0 auto; width: 25%; }
    .col-xl-4 { flex: 0 0 auto; width: 33.3333333333%; }
    .col-xl-5 { flex: 0 0 auto; width: 41.6666666667%; }
    .col-xl-6 { flex: 0 0 auto; width: 50%; }
    .col-xl-7 { flex: 0 0 auto; width: 58.3333333333%; }
    .col-xl-8 { flex: 0 0 auto; width: 66.6666666667%; }
    .col-xl-9 { flex: 0 0 auto; width: 75%; }
    .col-xl-10 { flex: 0 0 auto; width: 83.3333333333%; }
    .col-xl-11 { flex: 0 0 auto; width: 91.6666666667%; }
    .col-xl-12 { flex: 0 0 auto; width: 100%; }
}

@media (min-width: 1400px) {
    .hidden-xxl { display: none; }
    .col-xxl { flex: 1 0 0; }
    .row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; }
    .row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; }
    .row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; }
    .row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
    .row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; }
    .row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; }
    .row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
    .col-xxl-auto { flex: 0 0 auto; width: auto; }
    .col-xxl-1 { flex: 0 0 auto; width: 8.3333333333%; }
    .col-xxl-2 { flex: 0 0 auto; width: 16.6666666667%; }
    .col-xxl-3 { flex: 0 0 auto; width: 25%; }
    .col-xxl-4 { flex: 0 0 auto; width: 33.3333333333%; }
    .col-xxl-5 { flex: 0 0 auto; width: 41.6666666667%; }
    .col-xxl-6 { flex: 0 0 auto; width: 50%; }
    .col-xxl-7 { flex: 0 0 auto; width: 58.3333333333%; }
    .col-xxl-8 { flex: 0 0 auto; width: 66.6666666667%; }
    .col-xxl-9 { flex: 0 0 auto; width: 75%; }
    .col-xxl-10 { flex: 0 0 auto; width: 83.3333333333%; }
    .col-xxl-11 { flex: 0 0 auto; width: 91.6666666667%; }
    .col-xxl-12 { flex: 0 0 auto; width: 100%; }
}

.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.justify-content-evenly { justify-content: space-evenly !important; }

.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }

.align-content-start { align-content: flex-start !important; }
.align-content-end { align-content: flex-end !important; }
.align-content-center { align-content: center !important; }
.align-content-between { align-content: space-between !important; }
.align-content-around { align-content: space-around !important; }
.align-content-stretch { align-content: stretch !important; }

.align-self-auto { align-self: auto !important; }
.align-self-start { align-self: flex-start !important; }
.align-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch { align-self: stretch !important; }

.order-first { order: -1 !important; }
.order-0 { order: 0 !important; }
.order-1 { order: 1 !important; }
.order-2 { order: 2 !important; }
.order-3 { order: 3 !important; }
.order-4 { order: 4 !important; }
.order-5 { order: 5 !important; }
.order-last { order: 6 !important; }

@media (min-width: 576px) {
    .justify-content-sm-start { justify-content: flex-start !important; }
    .justify-content-sm-end { justify-content: flex-end !important; }
    .justify-content-sm-center { justify-content: center !important; }
    .justify-content-sm-between { justify-content: space-between !important; }
    .justify-content-sm-around { justify-content: space-around !important; }
    .justify-content-sm-evenly { justify-content: space-evenly !important; }

    .align-items-sm-start { align-items: flex-start !important; }
    .align-items-sm-end { align-items: flex-end !important; }
    .align-items-sm-center { align-items: center !important; }
    .align-items-sm-baseline { align-items: baseline !important; }
    .align-items-sm-stretch { align-items: stretch !important; }

    .align-content-sm-start { align-content: flex-start !important; }
    .align-content-sm-end { align-content: flex-end !important; }
    .align-content-sm-center { align-content: center !important; }
    .align-content-sm-between { align-content: space-between !important; }
    .align-content-sm-around { align-content: space-around !important; }
    .align-content-sm-stretch { align-content: stretch !important; }

    .align-self-sm-auto { align-self: auto !important; }
    .align-self-sm-start { align-self: flex-start !important; }
    .align-self-sm-end { align-self: flex-end !important; }
    .align-self-sm-center { align-self: center !important; }
    .align-self-sm-baseline { align-self: baseline !important; }
    .align-self-sm-stretch { align-self: stretch !important; }

    .order-sm-first { order: -1 !important; }
    .order-sm-0 { order: 0 !important; }
    .order-sm-1 { order: 1 !important; }
    .order-sm-2 { order: 2 !important; }
    .order-sm-3 { order: 3 !important; }
    .order-sm-4 { order: 4 !important; }
    .order-sm-5 { order: 5 !important; }
    .order-sm-last { order: 6 !important; }
}

@media (min-width: 768px) {
    .justify-content-md-start { justify-content: flex-start !important; }
    .justify-content-md-end { justify-content: flex-end !important; }
    .justify-content-md-center { justify-content: center !important; }
    .justify-content-md-between { justify-content: space-between !important; }
    .justify-content-md-around { justify-content: space-around !important; }
    .justify-content-md-evenly { justify-content: space-evenly !important; }

    .align-items-md-start { align-items: flex-start !important; }
    .align-items-md-end { align-items: flex-end !important; }
    .align-items-md-center { align-items: center !important; }
    .align-items-md-baseline { align-items: baseline !important; }
    .align-items-md-stretch { align-items: stretch !important; }

    .align-content-md-start { align-content: flex-start !important; }
    .align-content-md-end { align-content: flex-end !important; }
    .align-content-md-center { align-content: center !important; }
    .align-content-md-between { align-content: space-between !important; }
    .align-content-md-around { align-content: space-around !important; }
    .align-content-md-stretch { align-content: stretch !important; }

    .align-self-md-auto { align-self: auto !important; }
    .align-self-md-start { align-self: flex-start !important; }
    .align-self-md-end { align-self: flex-end !important; }
    .align-self-md-center { align-self: center !important; }
    .align-self-md-baseline { align-self: baseline !important; }
    .align-self-md-stretch { align-self: stretch !important; }

    .order-md-first { order: -1 !important; }
    .order-md-0 { order: 0 !important; }
    .order-md-1 { order: 1 !important; }
    .order-md-2 { order: 2 !important; }
    .order-md-3 { order: 3 !important; }
    .order-md-4 { order: 4 !important; }
    .order-md-5 { order: 5 !important; }
    .order-md-last { order: 6 !important; }
}

@media (min-width: 992px) {
    .justify-content-lg-start { justify-content: flex-start !important; }
    .justify-content-lg-end { justify-content: flex-end !important; }
    .justify-content-lg-center { justify-content: center !important; }
    .justify-content-lg-between { justify-content: space-between !important; }
    .justify-content-lg-around { justify-content: space-around !important; }
    .justify-content-lg-evenly { justify-content: space-evenly !important; }

    .align-items-lg-start { align-items: flex-start !important; }
    .align-items-lg-end { align-items: flex-end !important; }
    .align-items-lg-center { align-items: center !important; }
    .align-items-lg-baseline { align-items: baseline !important; }
    .align-items-lg-stretch { align-items: stretch !important; }

    .align-content-lg-start { align-content: flex-start !important; }
    .align-content-lg-end { align-content: flex-end !important; }
    .align-content-lg-center { align-content: center !important; }
    .align-content-lg-between { align-content: space-between !important; }
    .align-content-lg-around { align-content: space-around !important; }
    .align-content-lg-stretch { align-content: stretch !important; }

    .align-self-lg-auto { align-self: auto !important; }
    .align-self-lg-start { align-self: flex-start !important; }
    .align-self-lg-end { align-self: flex-end !important; }
    .align-self-lg-center { align-self: center !important; }
    .align-self-lg-baseline { align-self: baseline !important; }
    .align-self-lg-stretch { align-self: stretch !important; }

    .order-lg-first { order: -1 !important; }
    .order-lg-0 { order: 0 !important; }
    .order-lg-1 { order: 1 !important; }
    .order-lg-2 { order: 2 !important; }
    .order-lg-3 { order: 3 !important; }
    .order-lg-4 { order: 4 !important; }
    .order-lg-5 { order: 5 !important; }
    .order-lg-last { order: 6 !important; }
}

@media (min-width: 1200px) {
    .justify-content-xl-start { justify-content: flex-start !important; }
    .justify-content-xl-end { justify-content: flex-end !important; }
    .justify-content-xl-center { justify-content: center !important; }
    .justify-content-xl-between { justify-content: space-between !important; }
    .justify-content-xl-around { justify-content: space-around !important; }
    .justify-content-xl-evenly { justify-content: space-evenly !important; }

    .align-items-xl-start { align-items: flex-start !important; }
    .align-items-xl-end { align-items: flex-end !important; }
    .align-items-xl-center { align-items: center !important; }
    .align-items-xl-baseline { align-items: baseline !important; }
    .align-items-xl-stretch { align-items: stretch !important; }

    .align-content-xl-start { align-content: flex-start !important; }
    .align-content-xl-end { align-content: flex-end !important; }
    .align-content-xl-center { align-content: center !important; }
    .align-content-xl-between { align-content: space-between !important; }
    .align-content-xl-around { align-content: space-around !important; }
    .align-content-xl-stretch { align-content: stretch !important; }

    .align-self-xl-auto { align-self: auto !important; }
    .align-self-xl-start { align-self: flex-start !important; }
    .align-self-xl-end { align-self: flex-end !important; }
    .align-self-xl-center { align-self: center !important; }
    .align-self-xl-baseline { align-self: baseline !important; }
    .align-self-xl-stretch { align-self: stretch !important; }

    .order-xl-first { order: -1 !important; }
    .order-xl-0 { order: 0 !important; }
    .order-xl-1 { order: 1 !important; }
    .order-xl-2 { order: 2 !important; }
    .order-xl-3 { order: 3 !important; }
    .order-xl-4 { order: 4 !important; }
    .order-xl-5 { order: 5 !important; }
    .order-xl-last { order: 6 !important; }
}

@media (min-width: 1400px) {
    .justify-content-xxl-start { justify-content: flex-start !important; }
    .justify-content-xxl-end { justify-content: flex-end !important; }
    .justify-content-xxl-center { justify-content: center !important; }
    .justify-content-xxl-between { justify-content: space-between !important; }
    .justify-content-xxl-around { justify-content: space-around !important; }
    .justify-content-xxl-evenly { justify-content: space-evenly !important; }

    .align-items-xxl-start { align-items: flex-start !important; }
    .align-items-xxl-end { align-items: flex-end !important; }
    .align-items-xxl-center { align-items: center !important; }
    .align-items-xxl-baseline { align-items: baseline !important; }
    .align-items-xxl-stretch { align-items: stretch !important; }

    .align-content-xxl-start { align-content: flex-start !important; }
    .align-content-xxl-end { align-content: flex-end !important; }
    .align-content-xxl-center { align-content: center !important; }
    .align-content-xxl-between { align-content: space-between !important; }
    .align-content-xxl-around { align-content: space-around !important; }
    .align-content-xxl-stretch { align-content: stretch !important; }

    .align-self-xxl-auto { align-self: auto !important; }
    .align-self-xxl-start { align-self: flex-start !important; }
    .align-self-xxl-end { align-self: flex-end !important; }
    .align-self-xxl-center { align-self: center !important; }
    .align-self-xxl-baseline { align-self: baseline !important; }
    .align-self-xxl-stretch { align-self: stretch !important; }

    .order-xxl-first { order: -1 !important; }
    .order-xxl-0 { order: 0 !important; }
    .order-xxl-1 { order: 1 !important; }
    .order-xxl-2 { order: 2 !important; }
    .order-xxl-3 { order: 3 !important; }
    .order-xxl-4 { order: 4 !important; }
    .order-xxl-5 { order: 5 !important; }
    .order-xxl-last { order: 6 !important; }
}

.p-full {
    padding: 0 12px;
}

:root {
    --main-color: #272136;
    --seconde-color: #3587fe;
    --footer-color: #7f8697;
    --sub-color: #ff8a06;
}

.row-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.main-btn {
    background-color: var(--footer-color);
    color: #fff;
    border-radius: 5px;
    padding: 14px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
}

.main-btn:hover {
    background-color: var(--main-color);
    color: #fff;
}

/*////////////////////////////
/           header          /
////////////////////////////*/

/*header-style*/
.header-style {
    border-bottom: solid 1px #e3e3e3;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
}

/*right-part*/
.right-part {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

/*menu-r*/
.back-c {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.37);
    z-index: 2;
    overflow-x: hidden;
    transition: 0.3s;
}

.bazsho {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 3;
}

.baz {
    cursor: pointer;
    display: none;
}

.baz svg {
    display: flex;
    color: var(--main-color);
    width: 31px;
    height: 31px;
}

.menu-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.menu-top ul > li {
    position: relative;
    float: right;
    z-index: 5;
}

.menu-top ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    color: var(--main-color);
    font-size: 14px;
    font-weight: normal;
    padding: 8px 16px;
    margin: 0 8px;
    border-radius: 30px;
    transition: all 0.3s;
}

.menu-top ul > li > a:hover {
    color: var(--seconde-color);
    font-weight: bold;
}

.sub-menu-style {
    position: relative;
    cursor: pointer;
}

.sub-menu-style:after {
    content: url("data:image/svg+xml,%0A%3Csvg class='svg-icon' style='width: 1em; height: 1em;vertical-align: middle;fill: %23919191;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M948.560332 281.179984c-13.765515-13.833053-36.127825-13.833053-49.89334 0L511.991302 668.591431 125.313565 281.179984c-13.763468-13.798261-36.093033-13.798261-49.856501 0-13.799284 13.798261-13.799284 36.161594 0 49.993624l410.857439 411.674037c7.067976 7.085372 16.402575 10.521634 25.675776 10.331299 9.274224 0.191358 18.608823-3.245927 25.677822-10.331299l410.891208-411.708829c6.863315-6.89913 10.331299-15.940041 10.331299-24.979928S955.423647 288.078091 948.560332 281.179984z' /%3E%3C/svg%3E");
    position: absolute;
    top: 10px;
    left: 4px;
    width: 8px;
    opacity: 1;
    transition: 0.3s;
}

.menu-top ul > li > a:hover.sub-menu-style:after {
    opacity: 0;
}

.menu-top ul > li > ul {
    display: none;
    position: absolute;
    width: 250px;
    background-color: #fff;
}

.menu-top ul > li > ul > li {
    float: none;
}

.menu-top ul > li > ul > li > a {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    color: var(--main-color);
    margin: 0 10px;
    border-radius: 0;
}

.menu-top ul > li > ul > li > a:hover {
    background-color: #fff;
}

.menu-top ul > li:hover > ul {
    display: block;
    top: 35px;
    right: 0;
    border-radius: 8px;
    box-shadow: 0 4px 40px 0 rgb(0 0 0 / 10%);
}

.menu-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-mobile ul > li {
    position: relative;
}

.menu-mobile ul > li > a {
    font-size: 14px;
    line-height: 1.571;
    color: var(--main-color);
    padding: 14px 14px 14px 58px;
    position: relative;
    display: block;
}

.menu-mobile ul > li > a.t:before {
    content: "+";
    color: var(--main-color);
    position: absolute;
    left: 25px;
    top: 11px;
    font-size: 20px;
}

.menu-mobile ul > li > a.b:before {
    content: "-";
    color: var(--main-color);
    position: absolute;
    left: 25px;
    top: 11px;
    font-size: 20px;
}

.menu-mobile ul > li > ul,
.menu-mobile ul > li > ul > li > ul,
.menu-mobile ul > li > ul > li > ul > li > ul {
    display: none;
}

.menu-mobile ul > li > ul {
    background-color: #ebebeb;
}

.menu-mobile ul > li > ul > li > ul {
    background-color: #eeeeee;
}

.menu-mobile ul > li > ul > li > ul > li > ul {
    background-color: #e2e2e2;
}

.fbaste {
    position: absolute;
    left: 21px;
    top: 19px;
    font-size: 17px;
    color: #ccc;
}

/*////////////////////////////
/            main           /
////////////////////////////*/

/*doc-ocl*/
.doc-ocl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    width: 100%;
}

.doc-ocl a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #e3e3e3;
    border-radius: 6px;
    padding: 10px;
    margin: 10px 0;
    gap: 15px;
    width: 32%;
    transition: 0.3s;
}

.doc-ocl a:hover {
    box-shadow: 0 0 9px rgb(0 0 0 / 25%);
    border-color: transparent;
}

.doc-ocl a .right-cart {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    width: 65%;
}

.doc-ocl a .right-cart h2 {
    color: var(--main-color);
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
}

.doc-ocl a:hover h2 {
    color: #3587fe;
}

.doc-ocl a .right-cart strong {
    color: #00288b;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgb(53 135 254 / 8%);
    border-radius: 4px;
    padding: 0 10px;
}

.doc-ocl a .right-cart span {
    color: var(--footer-color);
    font-size: 12px;
    line-height: 30px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.doc-ocl a .right-cart i {
    font-style: normal;
    border-radius: 4px;
    padding: 2px 10px;
    background-color: rgb(139 195 74 / 27%);
    color: #1f5d00;
}

.doc-ocl a .right-cart b {
    color: var(--footer-color);
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

.doc-ocl a .left-cart {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 8px;
    width: 30%;
}

.doc-ocl a .left-cart img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
}

.doc-ocl a .left-cart .main-btn {
    width: 100%;
    padding: 7px;
    background-color: var(--seconde-color);
}

.doc-ocl a:hover .main-btn {
    background-color: var(--main-color);
    color: #fff;
}

/*////////////////////////////
/           footer          /
////////////////////////////*/

/*footer-style*/
.footer-style {
    background-color: var(--main-color);
    padding: 30px 0 0 0;
}

/*footer-row*/
.footer-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/*col-info*/
.col-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 20px;
}

/*col-link*/
.col-link {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.col-link h6 {
    color: #fff;
    font-size: 15px;
}

.col-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.col-link ul li a {
    color: var(--footer-color);
    font-size: 14px;
    padding: 2px 0;
    transition: 0.3s;
}

.col-link ul li a:hover {
    color: #fff;
}

/*col-brand*/
.col-brand img {
    border-radius: 6px;
    max-width: 100%;
    height: auto;
}

/*end-footer*/
.end-footer {
    background-color: var(--main-color);
    padding: 30px 0 65px 0;
}

/*copy-r*/
.copy-r {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border-top: solid 1px #e3e3e3;
    gap: 12px;
    padding: 15px 0;
}

.copy-r p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.copy-r p a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    transition: 0.3s;
}

.copy-r p a:hover {
    color: var(--footer-color);
}

.menu-bottom {
    display: none;
}

/**/
.big-btn-admin {
    display: block;
    background-color: green;
    color: #fff;
    margin: 15px 0;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}

.title-ad h1 {
    font-size: 28px;
    color: var(--main-color);
    /* border-bottom: 1px solid var(--footer-color); */
    margin: 28px 0 18px 0;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px dashed #d0d0d0;
}

.form-base {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 15px 0;
}

.form-base form {
    border: 1px solid #e3e3e3;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 15px;
    min-width: 330px;
}

.form-base form label {
    display: block;
    color: var(--main-color);
    font-size: 15px;
}

.form-base form input,
.form-base form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
    margin: 5px 0 10px 0;
    font-size: 18px;
    outline-color: var(--seconde-color);
}

.form-base form select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
    margin: 5px 0 10px 0;
    font-size: 18px;
    outline-color: var(--seconde-color);
}

.form-base form button {
    width: 100%;
    border: none;
    padding: 15px 5px;
    font-size: 18px;
    border-radius: 4px;
    background-color: green;
    color: #fff;
}

/**/
.doctor-detail table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.doctor-detail table,
.doctor-detail th,
.doctor-detail td {
    border: 1px solid #ccc;
}

.doctor-detail th,
.doctor-detail td {
    padding: 10px;
    text-align: center;
}

.doctor-detail td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.doctor-detail td ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.doctor-detail td ul li span {
    margin-left: auto;
}

.doctor-detail th {
    background-color: #e4e4e4;
}

/**/
.flex-center {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.book-app {
    border: 1px solid #e3e3e3;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 15px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.book-app p {
    font-size: 16px;
    color: var(--main-color);
}

.book-app button {
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 13px 5px;
    background-color: var(--seconde-color);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

/**/
.btn {
    border-radius: 5px;
    padding: 7px 14px;
    font-size: 15px;
    transition: 0.3s;
    display: inline-block;
}

.btn.blue {
    background-color: var(--seconde-color);
    color: #fff;
}

.btn.red {
    background-color: red;
    color: #fff;
}
.btn.green {
    background-color: green;
    color: #fff;
}

/**/
.main-co {
    width: 1200px;
    margin: 0 auto;
}

.doc-deta {
    margin: 21px 0;
    border: 1px solid rgb(201 206 213);
    border-radius: 8px;
    padding: 21px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.doc-deta .one {}

.doc-deta .one h1 {
    color: var(--main-color);
    font-size: 32px;
    margin-bottom: 12px;
}

.doc-deta .one span {
    color: #00288b;
    font-size: 18px;
    background-color: rgb(53 135 254 / 8%);
    border-radius: 4px;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 12px;
}

.doc-deta .one p {
    color: var(--footer-color);
    font-size: 16px;
    margin-bottom: 12px;
}

.doc-deta .two {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doc-deta .two img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
}

.doc-deta .two a {
    background-color: var(--footer-color);
    color: #fff;
    border-radius: 5px;
    padding: 7px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
}

/**/
.filter-bar {
    margin: 21px auto 0 auto;
    background-color: #e6f0fc;
    border: 1px solid #cce0fc;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}

.filter-bar .one {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    min-width: 500px;
    justify-content: space-between;
    padding-left: 10px;
}

.filter-bar .one input {
    height: 42px;
    padding: 4px 10px;
    border: none;
    outline: none;
    width: 70%;
}

.filter-bar .one div {
    width: 30%;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}

.filter-bar .one div #city-btn {
    font-size: 13px;
    color: #80a8db;
    cursor: pointer;
}

.filter-bar .one div svg {
    width: 22px;
    height: 22px;
    fill: #80a8db;
}

.filter-bar #category-btn {
    width: 100%;
    display: flex;
    font-size: 14px;
    text-align: center;
    background-color: #cce0fc;
    margin-top: 8px;
    border-radius: 6px;
    padding: 5px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    cursor: pointer;
}

.popup-overlay {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 51%);
    z-index: 99;
}

.popup-content {
    min-width: 300px;
    margin: 0 auto;
    background-color: #fff;
    max-width: 500px;
    height: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 15px 10px 15px;
    border-radius: 20px 20px 0 0;
}

.popup-content input {
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #cce0fc;
    font-size: 14px;
    padding: 12px;
    margin-bottom: 12px;
    outline: none;
}

.popup-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
    height: 450px;
}

.popup-content ul > li {
    font-size: 15px;
    color: var(--footer-color);
    padding: 12px 0;
    text-align: center;
    margin: 7px 0;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    transition: 0.3s;
    cursor: pointer;
}

.popup-content ul > li:hover {
    background-color: #cce0fc;
}

.popup-close {
    position: absolute;
    top: 11px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 85px;
    height: 7px;
    border-radius: 50px;
    background-color: #d1d1d1;
    cursor: pointer;
}

.col-brand {
    display: flex;
    align-items: center;
    gap: 7px;
}

.col-brand a {
    width: 125px;
    height: 135px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

/* ////////////////////////////
/        Pagination          /
//////////////////////////// */

.pagination-container {
    text-align: center;
    margin: 12px 0 21px 0;
}

.pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 5px;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-link {
    display: block;
    padding: 8px 16px;
    border: 1px solid #cce0fc;
    border-radius: 5px;
    color: #80a8db;
    text-decoration: none;
    font-size: 14px;
    background-color: #e6f0fc;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page-link:hover {
    background-color: #007bff;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    border-color: #007bff;
    pointer-events: none;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/**/
.abut-doc {
    background-color: #e6f0fc;
    border: 1px solid #cce0fc;
    padding: 15px;
    border-radius: 8px;
    margin: 21px 0;
}

.abut-doc h2 {
    font-size: 21px;
    color: var(--main-color);
    margin: 12px 0;
    border-right: 4px solid #1674e5;
    padding-right: 12px;
}
.abut-doc h2 span{
    background: none !important;
}

.abut-doc span {
    /* background-color: #cce0fc; */
    /* padding: 9px 21px; */
    /* display: inline-block; */
    /* margin-bottom: 12px; */
    /* border-radius: 6px; */
    /* color: var(--main-color); */
}

.abut-doc p {
    color: var(--main-color);
    font-size: 16px;
    text-align: justify;
    line-height: 29px;
}

.abut-doc img{
    max-width: 100%;
    height: auto;
    margin: 12px 0;
}

/**/
.date-box {
    width: 9%;
    height: 107px;
    flex: 1 1 10%;
    cursor: pointer;
    margin-bottom: 12px;
}

.date-box p {
    font-size: 12px;
    color: #fff;
    background-color: #95b6e5;
    border-radius: 0 0 7px 7px;
    padding: 3px 0;
}

.roz-box {
    text-align: center;
    height: 100%;
}

.roz-box > div {
    border-radius: 7px 7px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #95b6e5;
    flex-direction: column;
    height: 80%;
}

.roz-box > div .weekday {
    font-size: 16px;
    color: var(--main-color);
    margin-bottom: 5px;
}

.roz-box > div .day {
    color: var(--footer-color);
    font-size: 15px;
    margin-bottom: 7px;
}

.roz-box > div .year {
    font-size: 10px;
    color: var(--footer-color);
}

.roz-box > div .relative-day {}

.doctor-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    background-color: #e6f0fc;
    border: 1px solid #cce0fc;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    justify-content: space-around;
    margin-bottom: 21px;
}

.doctor-detail h2 {
    width: 100%;
    flex: 0 0 auto;
    color: var(--main-color);
    font-size: 18px;
    border-bottom: 1px solid #cce0fc;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.session-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: rgb(0 0 0 / 52%);
    z-index: 9;
}

.session-box .one-box {
    width: fit-content;
    margin: 30px auto 10px auto;
    background-color: #fff;
    padding: 21px;
    border-radius: 8px;
}

.session-box h3 {
    font-size: 21px;
    color: var(--footer-color);
    margin-bottom: 15px;
}

.session-box .box-ro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.session-box .box-ro a {
    width: 55px;
    height: 42px;
    background-color: #74c476;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
}
.session-box .box-ro a.reserved-slot{
    background-color: #e59595;
    pointer-events: none;
    cursor: not-allowed;
}
/**/
.doc-name {
    background-color: #e6f0fc;
    border: 1px solid #cce0fc;
    padding: 10px;
    border-radius: 6px;
}

.doc-name p {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    gap: 8px;
}

.price-b {
    text-align: center;
    background-color: #e6f0fc;
    border-radius: 4px;
    margin: 21px 0 6px 0;
    padding: 12px 2px;
}

.name-m div {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--main-color);
}

.book-app form div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.book-app form label {
    color: var(--main-color);
}

.book-app form input {
    border: 1px solid var(--footer-color);
    font-size: 16px;
    padding: 6px 4px;
    border-radius: 4px;
    outline-color: var(--seconde-color);
}

/**/
.dashboard-index {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1%;
    flex-wrap: wrap;
}

.dashboard-index > li {
    width: 18%;
    margin-bottom: 15px;
}

.dashboard-index > li > a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6f0fc;
    border: 1px solid #cce0fc;
    color: var(--main-color);
    padding: 20px;
    border-radius: 8px;
}

.user-info {
    display: flex;
    justify-content: space-evenly;
    gap: 21px;
    background-color: #f2f2f2;
    border: 1px solid #dfdfdf;
    padding: 15px 3px;
    margin-bottom: 12px;
    color: var(--main-color);
    border-radius: 8px;
}
/**/
.wal-col {
    background-color: #fcdecc;
    color: #000000;
    text-align: center;
    padding: 15px 13px;
    border-radius: 8px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    font-size: 15px;
    line-height: 28px;
}
.wal-col a{
    width: fit-content;
    padding: 12px 25px;
    background-color: #5ab100;
    color: #fff;
    border-radius: 5px;
    margin-top: 16px;
}
.pay-b{
    text-align: center;
}
.pay-b .no {
    color: #e74c3c;
}

.pay-b .yes {
    color: #439f46;
}

.pay-b p {
    font-size: 17px;
    text-align: center;
    margin: 17px 0;
    color: var(--main-color);
}

.pay-b a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 15px 3px;
    border-radius: 4px;
    margin-bottom: 17px;
}

.pay-b a.yes-b {
    background-color: var(--seconde-color);
}

.pay-b a.no-b {
    background-color: var(--footer-color);
}

.doctor-detail tr:nth-child(odd) {
    background-color: #ffffff;
}

.doctor-detail tr:nth-child(even) {
    background-color: rgb(250 250 250);
}
/**/
.box-matn {border: 1px solid #ccc;padding: 15px;border-radius: 8px;margin: 21px 0;}
/**/
/*matn-single*/
#matn-single{
    margin-top: 20px;
    text-align: right;
}
#matn-single p,#matn-single a,#matn-single p a,#matn-single p h2,#matn-single h2 a,#matn-single p h2 a,#matn-single ul, #matn-single ol{
    line-height: 35px;
    color: #333;
    margin: 12px 0;
    font-size: 16px;
	text-align: justify;
}
#matn-single h2{
    font-size: 23px;
    position: relative;
    display: inline-block;
    margin: 30px 0 25px 0;
}
#matn-single h2:after{
    content: url(img/LineLeft.png);
    position: absolute;
    bottom: 0;
    height: auto;
    background: no-repeat;
    left: -70px;
}
#matn-single a{
	color:#fb8500 !important;
    transition: all 0.5s ease;
}
#matn-single a:hover,#matn-single h2 a:hover,#matn-single p a:hover{
    color:#319b47 !important;
}
#matn-single img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    border-radius: 4px;
}
.matn-single{
    margin-top: 20px;
    text-align: right;
    overflow: hidden;
}
.matn-single p,.matn-single a,.matn-single p a,.matn-single p h2,.matn-single h2 a,.matn-single p h2 a,.matn-single ul, .matn-single li, .matn-single ol{
    line-height: 35px;
    color: #333;
    margin: 12px 0;
    font-size: 16px;
    text-align: justify;
}
.matn-single p a, .page-text-tt p a{
	color: #f3691d !important;
}
.matn-single h2 a{
	font-size: 23px !important;
	color: #033147 !important;
}
.matn-single h2 a:hover{
	 color: #ff6900 !important;
}
.matn-single h2{
    font-size: 23px;
}
.matn-single a{
	color: #fb8500;
    transition: all 0.5s ease;
}
.matn-single a:hover,.matn-single h2 a:hover,.matn-single p a:hover{
    color: #333;
}
.matn-single strong a{
	color: #fb8500;
    transition: all 0.5s ease;
}
.matn-single strong a:hover{
    color: #319b47;
}
.matn-single img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    border-radius: 4px;
}
.box-matn h1{
    font-size: 30px;
    text-align: center;
    border-bottom: 2px solid rgb(53 135 254 / 19%);
    padding: 0 0 15px 0;
}
/**/
.edit-nobat{
    margin: 21px 0;
}
.edit-nobat div{
    background-color: #e3e3e3;
    display: flex;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 12px;
}
.edit-nobat h2{
    font-size: 18px;
}
.edit-nobat ul{}
.edit-nobat li{}
.edit-nobat form{
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #d2f4cd;
    padding: 15px;
    border-radius: 8px;
}
.edit-nobat form select{
    border: 2px solid #8bad86;
    padding: 9px 5px;
    font-size: 16px;
    border-radius: 4px;
}
.edit-nobat form button{
    background-color: var(--footer-color);
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 13px 0;
}
/**/
.messages{
    margin-bottom: 12px;
    background-color: #d2f4cd;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    padding: 18px 5px;
    border-radius: 8px;
}
/**/
.holiday-label{
    position: relative;
    pointer-events: none;
    cursor: not-allowed;
    z-index: 0;
}
.holiday-label del{
    position: absolute;
    bottom: 0;
    background-color: #e59595;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    width: 70%;
    max-height: 22px;
}
.holiday-label .roz-box > div{
    background-color: #fff1f1;
    border-color: #e59595;
}
.holiday-label.date-box p{
    background-color: #e59595;
}
/**/
#filter-form{
    display: flex;
    gap: 15px;
    background-color: #e6f0fc;
    border: 1px solid #cce0fc;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 16px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#filter-form div{
    display: flex;
    flex-direction: column;
    max-height: 65px;
    gap: 3px;
    background-color: #cce0fc;
    overflow: hidden;
    border-radius: 8px;
    align-items: center;
    padding-top: 4px;
}
#filter-form div label{
    font-size: 14px;
    color: var(--main-color);
}
#filter-form div input{
    font-size: 18px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #ccc;
    padding: 5px;
}
#filter-form button{
    height: 64px;
    background-color: var(--seconde-color);
    border: none;
    color: #ffff;
}
/**/
        .month-container {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
            justify-content: flex-start;
            overflow-x: auto;
            white-space: nowrap;
            width: 100%;
            padding: 5px;
        }
        .month-btn {
            cursor: pointer;
            padding: 10px;
            color: #333;
            border-radius: 5px;
            background-color: #e6f0fc;
            border: 1px solid #cce0fc;
        }
        .month-btn.active {
            background: var(--seconde-color);
            color: #fff;
            border-color: var(--seconde-color);
            box-shadow: 0 4px 0 #2566c3;
        }

        .calendar {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 5px;
            text-align: center;
            justify-items: center;
            margin-bottom: 20px;
        }
        .week-header {
            background: #f2f2f2;
            border: 1px solid #ddd;
            width: 100%;
            padding: 5px;
            border-radius: 5px;
        }
        .calendar-day {
            padding: 10px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #ffffff;
            border: 1px solid #95b6e5;
            width: 100%;
            height: 58px;
            border-radius: 5px;
        }
        .calendar-day.active {
            background: #95b6e5;
            color: #fff;
        }
        .calendar-day.disabled {
            background: #f9f9f9;
            color: #ccc;
            cursor: not-allowed;
        }
        .calendar-day.friday {
            background-color: #e59595;
            color: #fff;
            border-color: #e59595;
        }
        .loading, .no-data, .error {
            grid-column: span 7;
            text-align: center;
        }

        .form-container {
            max-width: 300px;
            margin: 0 auto;
        }
        .form-group {
            margin-bottom: 10px;
        }
                /* Ø§Ø³ØªØ§ÛŒÙ„ Ø³Ø§Ø¯Ù‡ Ø¨Ø±Ø§ÛŒ Ù¾Ø§Ù¾â€ŒØ¢Ù¾ (Ù…ÙˆØ¯Ø§Ù„) */
        .modal-overlay {
            display: none; /* Ù…Ø®ÙÛŒ Ø§Ø³Øª Ù…Ú¯Ø± Ø¨Ø§Ø² Ø´ÙˆØ¯ */
            position: fixed; top:0; left:0; width:100%; height:100%;
            background: rgba(0,0,0,0.5);
            justify-content: center; align-items: center;
        }
        .modal-content {
            background: #fff; padding: 20px; border-radius: 8px; min-width: 300px; position: relative;
        }
        .modal-close {
            position: absolute; top: 10px; right: 10px; cursor: pointer; color: red; font-weight: bold;
        }
        .form-group {
            margin-bottom: 10px; text-align: left;
        }
        .calendar-day.reserved{
            background-color: #95b6e5;
            color: #fff;
        }
        .modal-content h3{
    font-size: 16px;
    color: var(--main-color);
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
        .modal-content .form-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
}
        .modal-content .form-group label{
    font-size: 13px;
    color: var(--main-color);
}
        .modal-content .form-group input{
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
    font-size: 18px;
    outline-color: var(--seconde-color);
}
        .modal-content .form-group select{
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
    font-size: 18px;
    outline-color: var(--seconde-color);
}
        .modal-content button{
    width: 100px;
    height: 42px;
    border-radius: 5px;
    border: none;
}
        .modal-content button#btn-update {
            background-color: green;
            color: #fff;
        }
/*title-main*/
.title-main{
    text-align: center;
}
.title-main h1{
    color: var(--main-color);
    font-size: 32px;
    margin-bottom: 12px;
}
.flex-re{display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;}
.cat-item{
    margin-bottom: 12px;
    text-align: center;
    background-color: #e6f0fc;
    border: 1px solid #cce0fc;
    padding: 15px;
    border-radius: 8px;
}
.cat-item .one{}
.cat-item .one a{
    display: block;
    font-size: 17px;
    background-color: #cce0fc;
    padding: 15px 5px;
    color: var(--main-color);
    border-radius: 6px;
}
.cat-item .two{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 12px 0 0 0;
}
.cat-item .two a{
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    color: var(--main-color);
}
.link-safe{
    padding: 0 !important;
    background: none !important;
    font-weight: bold;
    color: var(--main-color) !important;
}
/**/
.map-responsive iframe{
    border: 2px solid #cce0fc !important;
    width: 100%;
    height: 300px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.map-responsive h2{
    font-size: 21px;
    color: var(--main-color);
    margin: 12px 0 19px 0;
    border-right: 4px solid #1674e5;
    padding-right: 12px;
}
/**/
.comment-g h2, .comment-r h3{
    font-size: 21px;
    color: var(--main-color);
    margin: 12px 0 21px 0;
    border-right: 4px solid #1674e5;
    padding-right: 12px;
}
.comment-g .review{
    border: 1px solid rgb(201 206 213);
    margin-bottom: 12px;
    border-radius: 8px;
    padding: 12px 12px 21px 12px;
}
.comment-g .review p{
    font-size: 15px;
    color: var(--main-color);
}
.admin-reply{
    margin: 16px 21px 0 0;
    background-color: #e6f0fc;
    border-radius: 6px;
    padding: 10px;
    font-size: 15px;
    color: var(--main-color);
}
.title-review{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 0 10px 6px 10px;
    color: var(--main-color);
    margin-bottom: 12px;
}
.title-review>div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.comment-input{
    margin-bottom: 12px;
}
.comment-input textarea{
    display: block;
    width: 100%;
    border: 1px solid rgb(201 206 213);
    margin-bottom: 12px;
    border-radius: 8px;
    padding: 12px 12px 21px 12px;
}
.comment-r .form-group{
    text-align: right;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--main-color);
}
.comment-r .main-btn{
    background-color: var(--seconde-color);
    border: none;
    cursor: pointer;
}
/**/
.alert-box-d{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    background-color: #ffe1e3;
    border: 1px solid #ffc2c6;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    justify-content: space-around;
    margin-bottom: 21px;
    flex-direction: column;
    color: #e72e41;
}
/*////////////////////////////
/           mobile          /
////////////////////////////*/

@media (max-width: 1700px) {
    .doc-ocl a .right-cart {
        width: 60%;
    }
}

@media (max-width: 1400px) {
    .doc-ocl a .right-cart {
        width: 55%;
    }
    .doc-ocl a .right-cart h2 {
        font-size: 16px;
    }
    .doc-ocl a .right-cart strong {
        font-size: 14px;
    }
    .doc-ocl a .right-cart span {
        font-size: 12px;
    }
    .doc-ocl a .right-cart b {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .doc-ocl a {
        width: 48%;
    }
    .menu-top ul > li > a {
        padding: 8px 10px;
        margin: 0;
    }
    .main-co {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .menu-bottom {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #fff;
        width: 100%;
        border-top: solid 1px #e3e3e3;
        padding: 5px 5px;
    }

    .menu-bottom a {
        font-size: 13px;
        color: var(--main-color);
        display: flex;
        padding: 0;
        width: 24%;
        text-align: center;
        border-radius: 4px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
    }
    .menu-bottom a svg{
    width: 25px;
    height: 25px;
    fill: var(--seconde-color);
}
    .menu-bottom a span{
    font-size: 11px;
    color: var(--main-color);
}
    .sub-menu-style:after {
        display: none;
    }

    .left-cart {
        width: 30%;
    }

    .dashboard-index > li {
        width: 24%;
    }

    .dashboard-index > li > a {
        padding: 9px 3px;
        font-size: 14px;
    }

    .doc-deta {
        margin: 12px 0;
        padding: 7px;
    }

    .doc-deta .one h1 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .doc-deta .one span {
        font-size: 14px;
    }

    .doc-deta .one p {
        font-size: 12px;
    }

    .doc-deta .one {
        width: 65%;
    }

    .doc-deta .two {
        width: 30%;
    }

    .session-box .one-box {
        margin: 30px 10px 10px 10px;
    }
    .cat-item .two {
        flex-direction: column;
    }
    .cat-item .two a {
        width: 100%;
    }
    .abut-doc p {
        font-size: 14px;
        line-height: 25px;
    }
    .abut-doc h2 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 74px;
    }

    .logo {
        width: 114px;
    }

    .main-btn {
        padding: 7px 10px;
    }

    .right-part {
        gap: 10px;
    }

    .doc-ocl a {
        width: 100%;
    }

    .filter-bar,
    .filter-bar .one,
    .popup-content {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .popup-content {
        height: 90vh;
    }

    .user-info {
        gap: 12px;
        flex-direction: column;
        align-items: center;
    }

    .date-box {
        flex: 1 1 15%;
    }

    .doctor-detail table,
    .doctor-detail thead,
    .doctor-detail tbody,
    .doctor-detail th,
    .doctor-detail td,
    .doctor-detail tr {
        display: block;
    }

    .doctor-detail thead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .doctor-detail tr {
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }

    .doctor-detail td {
        display: block;
        text-align: right;
        font-size: 12px;
        padding: 3px 8px;
        border-bottom: 1px solid #ddd;
    }
    
    .doctor-detail .btn {
        padding: 5px 14px;
        font-size: 14px;
    }
    
    .title-ad h1 {
        font-size: 20px;
        margin: 12px 0 12px 0;
    }

    .doctor-detail td:before {
        content: attr(data-label);
        font-weight: bold;
        display: inline-block;
        width: 35%;
        margin-bottom: 5px;
    }
    #filter-form {
        flex-direction: column;
    }

}

@media (max-width: 576px) {
    .footer-style {
        padding: 25px 0 0 0;
    }

    .footer-start {
        width: 100%;
        margin: 0 0 25px 0;
    }

    .col-link h6 {
        font-size: 14px;
    }

    .col-link ul li a {
        font-size: 13px;
    }

    .footer-end {
        width: 100%;
    }

    .copy-r p {
        font-size: 12px;
    }

    .copy-r p a {
        font-size: 12px;
    }

    .filter-bar {
        padding: 7px;
        margin: 12px auto 0 auto;
    }

    .filter-bar .one input {
        width: 60%;
    }

    .filter-bar .one div {
        width: 40%;
    }

    .pagination .page-link {
        padding: 5px 13px;
        font-size: 13px;
    }

    .dashboard-index > li {
        width: 32%;
    }

    .date-box {
        flex: 1 1 24%;
        height: 91px;
    }

    .roz-box > div .weekday {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .roz-box > div .day {
        margin-bottom: 3px;
    }
    .calendar {
        gap: 3px;
    }
    .week-header {
        padding: 5px 0;
        font-size: 11px;
    }
    .calendar-day {
        height: 40px;
    }
    .month-container {
        margin-bottom: 7px;
    }
    .form-container {
        max-width: max-content;
    }
}

@media (max-width: 456px) {
    .dashboard-index {
        gap: 8px;
        margin: 0 0 8px 0;
    }

    .dashboard-index > li {
        width: 47%;
        margin-bottom: 1px;
    }
    .col-brand a {
        height: 92px;
    }
}