/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: "Peyda";
  font-weight: normal;
  src: local("Peyda"), url("../fonts/PeydaWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "Peyda";
  font-weight: 100;
  src: local("Peyda"), url("../fonts/PeydaWeb-Thin.woff") format("woff");
}
@font-face {
  font-family: "Peyda";
  font-weight: 200;
  src: local("Peyda"), url("../fonts/PeydaWeb-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Peyda";
  font-weight: 300;
  src: local("Peyda"), url("../fonts/PeydaWeb-Light.woff") format("woff");
}
@font-face {
  font-family: "Peyda";
  font-weight: 500;
  src: local("Peyda"), url("../fonts/PeydaWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: "Peyda";
  font-weight: 600;
  src: local("Peyda"), url("../fonts/PeydaWeb-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Peyda";
  font-weight: 800;
  src: local("Peyda"), url("../fonts/PeydaWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "Peyda";
  font-weight: 900;
  src: local("Peyda"), url("../fonts/PeydaWeb-Black.woff") format("woff");
}
b,
strong {
  font-weight: 500 !important;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(18, 75, 143);
  text-decoration: none !important;
}
a:hover {
  color: rgb(0, 148, 83);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Peyda", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
html {
  background: rgb(18, 75, 143);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "Peyda", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  direction: rtl;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}
.overlay-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(18, 75, 143, 0.8);
  backdrop-filter: blur(2px);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 8px;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "Peyda", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
b,
strong {
  font-weight: 500;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
html[lang="ar"] ol {
  list-style-type: arabic-indic;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.pagination {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 6px;
}
.pagination > li > a,
.pagination > li > .current {
  min-width: 40px;
  height: 40px;
  background: rgb(223, 220, 216);
  color: rgb(18, 75, 143);
  border-radius: 8px;
  padding: 0 10px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination > li > a:hover {
  background: rgb(18, 75, 143);
  color: rgb(223, 220, 216);
}
.pagination > li > .current {
  background: rgb(18, 75, 143);
  color: rgb(223, 220, 216);
}
/*Custom*/
.container-fluid {
  max-width: 1500px;
  max-width: calc(100% - 60px);
}
.section {
  position: relative;
  z-index: 2;
}
.section-wrapper {
  padding: 60px 0;
  width: 100%;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-title {
  font-size: 28px;
  font-weight: 700;
  color: rgb(18, 75, 143);
  line-height: 1;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.section-title::before {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 30px solid rgb(18, 75, 143);
  width: 0;
  height: 0;
  margin-left: 20px;
  content: "";
}
.section-subtitle {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-desc {
  margin: 15px auto 0;
}
.section-desc + .section-nav {
  margin-top: 30px;
}
.section-cover {
  position: relative;
}
.section-cover > img {
  width: 100%;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 12px;
}
.subsection + .subsection {
  margin-top: 30px;
}
.subsection-title {
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}
.section-btn {
  color: rgb(18, 75, 143);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
.button,
.tbutton {
  border: 2px solid transparent;
  height: 40px;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.button.disabled,
.button:disabled,
.button[disabled],
.tbutton.disabled,
.tbutton:disabled,
.tbutton[disabled] {
  filter: grayscale(1);
}
.tbutton-small {
  height: 22px;
  border-radius: 6px;
  padding: 0 14px;
}
.tbutton > i + span {
  margin-right: 10px;
}
.button,
.tbutton-block {
  display: flex;
  width: 100%;
}
.button,
.tbutton-primary-fill {
  background: rgb(18, 75, 143);
  color: rgb(215, 211, 205);
}
.button:hover,
.tbutton-primary-fill:hover {
  background: rgb(255, 255, 255);
  border-color: rgb(18, 75, 143);
  color: rgb(18, 75, 143);
}
.tbutton-secondary-fill {
  background: rgb(0, 148, 83);
  color: rgb(215, 211, 205);
}
.tbutton-secondary-fill:hover {
  background: rgb(255, 255, 255);
  border-color: rgb(0, 148, 83);
  color: rgb(0, 148, 83);
}
.tbutton-primary-outline {
  background: none;
  border-color: rgb(18, 75, 143);
  color: rgb(18, 75, 143);
}
.tbutton-primary-outline:hover {
  background: rgb(18, 75, 143);
  border-color: rgb(18, 75, 143);
  color: rgb(18, 75, 143);
}
.tbutton-secondary-outline {
  background: none;
  border-color: rgb(0, 148, 83);
  color: rgb(0, 148, 83);
}
.tbutton-secondary-outline:hover {
  background: rgb(0, 148, 83);
  border-color: rgb(0, 148, 83);
  color: rgb(215, 211, 205);
}
.section-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.section-tab > li + li {
  margin-right: 20px;
}
.section-tab > li > a {
  background: rgb(18, 75, 143);
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-top: 22px;
  line-height: 1;
  padding: 4px 15px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
}
.section-tab > li.active > a {
  background: rgb(0, 148, 83);
}
.section-tab > li.active > a::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 10px;
  background: rgb(18, 75, 143);
  display: inline;
  content: "";
}
#header {
  background: rgb(18, 75, 143);
  height: 133px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logo > img {
  height: 57px;
  filter: brightness(0) invert(1);
}
.user-nav {
  display: flex;
  margin: 0 auto 0 0;
  padding: 0;
  list-style: none;
}
.user-nav > li:not(:last-child) {
  margin-left: 15px;
}
.user-nav > li > a,
.user-nav > li > button {
  background: none;
  color: rgb(215, 211, 205);
  font-weight: 500;
  padding: 5px 20px;
  border: 2px solid rgb(215, 211, 205);
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.user-nav > li > a > span,
.user-nav > li > button > span {
  margin-right: 10px;
}
.user-nav > li:hover > a,
.user-nav > li:hover > button,
.user-nav > li.active > a,
.user-nav > li.active > button {
  border-color: rgb(215, 211, 205);
  background: rgb(215, 211, 205);
  color: rgb(18, 75, 143);
}
#footer {
  margin-top: auto;
}
.footer-top {
  background: rgb(18, 75, 143);
  color: rgb(215, 211, 205);
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
.footer-top::before {
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 60px solid rgb(18, 75, 143);
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.footer-top a {
  color: rgb(215, 211, 205);
}
.footer-top a:hover {
  color: rgb(255, 255, 255);
}
.fblock-header {
  margin-bottom: 20px;
}
.fblock-title {
  margin: 0;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li {
  display: flex;
}
.contact-info > li > i {
  font-size: 22px;
  width: 35px;
}
.contact-info > li:not(:last-child) {
  margin-bottom: 10px;
}
.social-nav {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.social-nav > li > a > i {
  font-size: 22px;
}
.social-nav > li:not(:last-child) {
  margin-left: 10px;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
.footer-bottom {
  padding: 20px 0;
}
.slide-card {
  width: 100vw;
}
.slideshow.owl-carousel .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.section-course {
  background: rgb(223, 220, 216);
}
.course-card-header {
  position: relative;
}
.course-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.course-card-header::before {
  padding-top: 75%;
  display: block;
  content: "";
}
.course-card-img {
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.course-card-btn {
  background: rgb(18, 75, 143);
  color: rgb(215, 211, 205);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  line-height: 1;
  font-weight: 500;
  padding: 10px;
  border-radius: 8px;
}
.course-card-body {
  color: rgb(18, 75, 143);
  background-color: rgb(223, 220, 216);
  height: 100%;
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
}
.section-course .course-card-body {
  padding: 0;
}
.course-card-title {
  color: rgb(18, 75, 143);
  font-size: 19px;
  font-weight: 800;
  margin: 0;
}
.course-card-meta {
  color: rgb(50, 50, 50);
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-card-meta > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-podcast {
  background: rgb(255, 255, 255);
}
.podcast-card {
  background: rgb(223, 220, 216);
  border-radius: 8px;
  padding: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.podcast-card-header {
  position: relative;
}
.podcast-card-header::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.podcast-card-header::after {
  content: "\f144";
  font-family: "Font Awesome";
  font-weight: bold;
  font-size: 50px;
  color: rgb(18, 75, 143);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.podcast-card:hover .podcast-card-header::after {
  opacity: 1;
  visibility: visible;
}
.podcast-card-img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.podcast-card-body {
  padding-top: 10px;
}
.podcast-card-title {
  color: rgb(18, 75, 143);
  font-size: 19px;
  font-weight: 800;
  margin: 0;
}
.podcast-card-subtitle {
  color: rgb(18, 75, 143);
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.section-blog {
  background: rgb(255, 255, 255);
}
.blog-card-header {
  position: relative;
}
.blog-card {
  position: relative;
  background: rgb(255, 255, 255);
}
.blog-card-header::before {
  padding-top: 75%;
  display: block;
  content: "";
}
.blog-card-img {
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card-body {
  padding: 10px;
  border-radius: 8px;
}
.blog-card-title {
  font-size: 19px;
  font-weight: 800;
  margin: 0;
}
.blog-grid .blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-grid .blog-card-body {
  color: rgb(18, 75, 143);
  background-color: rgb(223, 220, 216);
  margin-top: 10px;
  height: 100%;
}
.section-testimonial {
  background: rgb(223, 220, 216);
}
.section-stat {
  background: rgb(223, 220, 216);
}
.stat-card {
  text-align: center;
  color: rgb(18, 75, 143);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.stat-card-header {
  margin: auto 0;
}
.stat-card-body {
  padding-top: 15px;
  margin-top: auto;
}
.stat-card-value {
  color: rgb(18, 75, 143);
  font-size: 26px;
  font-weight: 800;
  margin: 0;
  display: block;
}
.stat-card-label {
  color: rgb(18, 75, 143);
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.stat-card-icon {
  max-width: 100px;
  max-height: 180px;
}
#page-header {
  background: rgb(223, 220, 216);
  color: rgb(18, 75, 143);
  padding: 60px 0;
  text-align: center;
}
.page-title {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
}
#page-body {
  padding: 50px 0 100px;
}
.card {
  background: rgb(223, 220, 216);
  border-radius: 8px;
  padding: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card + .card {
  margin-top: 30px;
}
.card-header {
  background: rgb(18, 75, 143);
  color: rgb(223, 220, 216);
  border-radius: 8px;
  line-height: 1;
  padding: 10px;
  margin-bottom: 15px;
}
.card-cover {
  margin-bottom: 15px;
}
.card-cover > img {
  width: 100%;
  border-radius: 8px;
}
.card-footer {
  margin-top: 15px;
}
.card-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
.card-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-info > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.entry-meta div > ul,
.entry-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-meta {
  background: rgb(223, 220, 216);
  color: rgb(18, 75, 143);
  padding: 12px;
  border-radius: 8px;
}
.entry-meta > li:not(:last-child) {
  margin-bottom: 10px;
}
.entry-meta > li > strong {
  text-transform: uppercase;
}
.entry-meta > li > div {
  display: inline-flex;
}
.entry-meta div > ul {
  display: inline-flex;
  align-items: center;
}
.entry-meta div > ul > li:not(:last-child)::after {
  content: ",";
  display: inline;
  margin-right: 5px;
}
.entry-podcast iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.otp-mobile,
.otp-code {
  display: flex;
  align-items: center;
}
.otp-mobile .tbutton,
.otp-code .tbutton {
  margin-right: 10px;
  white-space: nowrap;
  min-width: 100px;
}
.doctor-card {
  background: rgb(223, 220, 216);
  border-radius: 8px;
  padding: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.doctor-card-header {
  position: relative;
}
.doctor-card-header::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.doctor-card-img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.doctor-card-body {
  padding-top: 10px;
}
.doctor-card-title {
  color: rgb(18, 75, 143);
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
.doctor-card-subtitle {
  color: rgb(18, 75, 143);
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
#dashboard-nav > ul {
  background: rgb(223, 220, 216);
  border-radius: 8px;
  margin: 0;
  padding: 12px;
  list-style: none;
}
#dashboard-nav > ul > li + li {
  margin-top: 10px;
}
#dashboard-nav > ul > li > a {
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
#dashboard-nav > ul > li:hover > a {
  color: rgb(20, 20, 20);
}
#dashboard-nav > ul > li.active > a {
  background: rgb(18, 75, 143);
  color: rgb(223, 220, 216);
}
#dashboard-nav > ul > li > a > i {
  background: rgb(18, 75, 143);
  color: rgb(223, 220, 216);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#dashboard-nav > ul > li > a > span {
  font-weight: 600;
}
.product-item-table {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-item-table > li {
  padding: 10px 0;
}
.product-item-table > li + li {
  border-top: 1px dashed rgb(120, 120, 120);
}
.product-item-table > li {
  display: flex;
}
.product-item-table > li > strong {
  width: 30%;
}
.product-item-table > li > div {
  width: 100%;
}
.product-item-table > li > div > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-item-table > li > div > ul > li:not(:last-child)::after {
  content: "،";
  display: inline;
  margin-left: 5px;
}
.product-item-gallery > img {
  width: 100%;
}
/*Shop*/
.woocommerce-MyAccount-navigation ul {
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
.woocommerce-MyAccount-navigation ul > li + li {
  margin: 5px 0 0;
}
.woocommerce-MyAccount-navigation ul > li > a {
  position: relative;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0 !important;
}
.product-quantity,
.quantity {
  display: inline-flex;
}
.coupon {
  display: inline-flex;
  align-items: center;
}
.woocommerce .col2-set > div {
  flex: unset;
  max-width: unset;
}
.woocommerce .form-row {
  flex-direction: column;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.woocommerce table {
  border-radius: 0 !important;
}
.add_to_cart_inline {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: none !important;
  padding: 0 !important;
}
.add_to_cart_inline > a {
  margin-top: 10px !important;
}
.woocommerce ul.order_details {
  padding: 0;
}
.pw-gateway-checkout-form {
  text-align: center;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: none;
  border-radius: 0;
  height: 45px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: rgb(18, 75, 143);
  color: rgb(255, 255, 255);
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: rgb(223, 220, 222);
  color: rgb(18, 75, 143);
}
.select2-selection--single,
.input-text {
  border: 1px dashed rgb(225, 225, 225) !important;
  padding: 10px;
  min-height: 45px;
  width: 100%;
  border-radius: 0 !important;
}
.select2-selection--single:focus,
.input-text:focus .rwmb-input-dark input:focus {
  border-color: rgb(18, 75, 143) !important;
}
.select2-selection--single {
  height: 47px !important;
}
.select2-dropdown {
  border: 1px dashed rgb(225, 225, 225) !important;
  border-radius: 0 !important;
}
.select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
.cardtocard-checkout-form {
  display: block;
  margin: 30px auto 0;
}
#cardtocard_from_shetab .form-field,
#cardtocard_date .form-field,
#cardtocard_time .form-field {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#cardtocard_from_shetab .form-field > *,
#cardtocard_date .form-field > *,
#cardtocard_time .form-field > * {
  flex-grow: 1;
  flex-basis: 0;
  height: 100%;
}
#cardtocard_from_shetab .form-field > *:not(:last-child),
#cardtocard_date .form-field > *:not(:last-child),
#cardtocard_time .form-field > *:not(:last-child) {
  margin-right: 10px;
}
/*Plugins*/
.rwmb-media-list,
.rwmb-files {
  padding: 0;
}
.rwmb-image-item {
  float: right !important;
  margin: 0 0 12px 12px !important;
}
.rwmb-form-submit {
  margin-top: 30px;
}
.rwmb-column .rwmb-label {
  margin-bottom: 2px !important;
}
.rwmb-label,
.rwmb-input {
  float: none !important;
}
input[type="text"].rwmb-text,
input[type="email"].rwmb-email,
input[type="password"].rwmb-text,
input[type="url"].rwmb-url,
select.rwmb-select,
textarea.rwmb-textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border: 1px solid rgb(18, 75, 143);
  border-radius: 9px;
  background: none !important;
  transition: all 0.15s ease-in-out;
}
textarea.rwmb-textarea {
  height: auto;
  border-radius: 15px;
}
.rwmb-label > label {
  margin: 0;
}
.rwmb-button {
  border: 1px solid rgb(18, 75, 143);
  height: 40px;
  border-radius: 10px;
  padding: 0 20px;
  margin: 0 !important;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgb(18, 75, 143);
  color: rgb(215, 211, 205);
}
.rwmb-button:hover {
  background: rgb(215, 211, 205);
  border-color: rgb(18, 75, 143);
  color: rgb(18, 75, 143);
}
.rwmb-input-list.rwmb-inline {
  padding: 0;
}
.rwmb-input-list.rwmb-inline li:not(:last-child) {
  margin-right: 0 !important;
  margin-left: 20px;
}
.rwmb-row .rwmb-column {
  margin-right: 0;
  margin-left: 5%;
  float: right;
}
.rwmb-row .rwmb-column:last-of-type {
  margin-right: 0;
  margin-left: 0;
}
.rwmb-loading {
  margin-right: 5px;
  margin-left: 0 !important;
}
/**/
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-dots {
  margin-top: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow.owl-carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-dots > button + button {
  margin-right: 30px;
}
.owl-carousel .owl-dots > button {
  border: 3px solid rgb(221, 221, 221);
  background-color: rgb(221, 221, 221);
  width: 14px;
  height: 14px;
  padding: 0 !important;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}
.owl-carousel .owl-dots > button.active {
  background-color: rgb(18, 75, 143);
}
.entry-header {
  margin-bottom: 30px;
}
.entry-footer {
  margin-top: 30px;
}
.entry-table {
  width: 100%;
  border-collapse: collapse;
}
.entry-table tr > th,
.entry-table tr > td {
  padding: 5px 10px;
  border: 1px solid rgb(18, 75, 143);
}
.entry-table tr > th {
  border-bottom-width: 2px;
  border-top: none;
}
.entry-table tr > th:first-child,
.entry-table tr > td:first-child {
  border-right: none;
}
.entry-table tr > th:last-child,
.entry-table tr > td:last-child {
  border-left: none;
}
.entry-table-row tr > th,
.entry-table-row tr > td {
  border-right: none;
  border-left: none;
  padding-right: 0;
  padding-left: 0;
}
.entry-table-row tr > th:last-child,
.entry-table-row tr > td:last-child {
  text-align: left;
}
.entry-table caption {
  font-size: 20px;
  color: rgb(18, 75, 143);
  font-weight: 500;
  border-bottom: 1px solid rgb(18, 75, 143);
  text-align: center;
  caption-side: top;
  padding: 0;
}
.entry-table + .entry-table {
  margin-top: 15px;
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .user-nav > li > a,
  .user-nav > li > button {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .user-nav > li span {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-nav {
    margin: 0 50px 0 auto;
  }
}
@media (max-width: 991.98px) {
  .logo > img:first-child {
    display: none;
  }
  #navigation {
    width: 240px;
    height: 100vh;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    padding: 15px 0;
    background: rgb(18, 75, 143);
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation li > a {
    white-space: nowrap;
    height: 40px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    color: rgb(250, 250, 250);
    position: relative;
    display: flex;
    align-items: center;
  }
  #navigation > ul > li > a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #navigation > ul > li a:hover,
  #navigation > ul > li a:focus {
    background: rgba(255, 255, 255, 0.1);
  }
  #navigation > ul > li a:before,
  #navigation li.submenu > a:after {
    content: "\f107";
    font-family: "Font Awesome";
    font-size: 14px;
    color: rgb(224, 224, 224);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  #navigation > ul > li a:before {
    content: "\f104";
    left: auto;
    right: 10px;
  }
  #navigation li.submenu.active > a:after {
    content: "\f106";
  }
  .blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .blog-card-body {
    color: rgb(18, 75, 143);
    background-color: rgb(223, 220, 216);
    margin-top: 10px;
    height: 100%;
  }
  .blog-masonry .owl-item > div {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .logo > img:last-child {
    display: none;
  }
  #navigation {
    margin: 0 50px;
  }
  #navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
  }
  #navigation > ul > li > a {
    color: rgb(215, 211, 205);
    font-weight: 500;
    padding: 5px 15px;
    border: 2px solid transparent;
    border-radius: 8px;
  }
  #navigation > ul > li:not(:last-child) {
    margin-left: 15px;
  }
  #navigation > ul > li:hover > a {
    border-color: rgb(215, 211, 205);
  }
  #navigation > ul > li.current-menu-item > a {
    border-color: rgb(215, 211, 205);
    background: rgb(215, 211, 205);
    color: rgb(18, 75, 143);
  }
  .blog-masonry::after {
    clear: both;
    content: "";
    display: block;
  }
  .blog-masonry > div {
    float: right;
    padding: 10px;
  }
  .blog-masonry > div:nth-child(1) {
    width: 33.333333%;
  }
  .blog-masonry > div:nth-child(2) {
    width: 41.666667%;
  }
  .blog-masonry > div:nth-child(3) {
    width: 25%;
  }
  .blog-masonry > div:nth-child(4) {
    width: 41.666667%;
  }
  .blog-masonry > div:nth-child(5) {
    width: 25%;
  }
  .blog-masonry > div:nth-child(1) .blog-card-header::before {
    padding-top: 120%;
  }
  .blog-masonry > div:nth-child(2) .blog-card-header::before {
    padding-top: 46.15%;
  }
  .blog-masonry > div:nth-child(3) .blog-card-header::before {
    padding-top: 78.5%;
  }
  .blog-masonry > div:nth-child(4) .blog-card-header::before {
    padding-top: 46.15%;
  }
  .blog-masonry > div:nth-child(5) .blog-card-header::before {
    padding-top: 78.5%;
  }
  .blog-masonry .blog-card-body {
    color: rgb(255, 255, 255);
    background-color: rgba(92, 88, 87, 0.8);
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
