@import url(./customized.ui.min.css); 
/*<!--------------------------------STARTT CSS DEFAULT-------------------------------*/
@font-face {
  font-family: "Kalameh-Bold";
  src: url("../fonts/Kalameh-Bold.ttf") format("truetype"),
    url("../fonts/Kalameh-Bold.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Kalameh-Regular";
  src: url("../fonts/Kalameh-Regular.TTF") format("truetype"),
    url("../fonts/Kalameh-Regular.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fontawesome";
  src: url("../fonts/fontAwesome.eot") format("embedded-opentype"),
    url("../fonts/fontAwesome.woff") format("woff"),
    url("../fonts/fontAwesome.ttf") format("truetype"),
    url("../fonts/fontAwesome.svg") format("svg"),
    url("../fonts/fontAwesome-brands.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontAwesome-brands.eot");
  src: url("../fonts/fontAwesome-brands.eot") format("embedded-opentype"),
    url("../fonts/fontAwesome-brands.woff") format("woff"),
    url("../fonts/fontAwesome-brands.ttf") format("truetype"),
    url("../fonts/fontAwesome-brands.svg") format("svg");
}
.fab {
  font-family: "fontawesome";
  font-weight: 400;
}
@font-face {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontAwesome-regular.eot");
  src: url("../fonts/fontAwesome-regular.eot") format("embedded-opentype"),
    url("../fonts/fontAwesome-regular.woff") format("woff"),
    url("../fonts/fontAwesome-regular.ttf") format("truetype"),
    url("../fonts/fontAwesome-regular.svg") format("svg");
}
.far {
  font-family: "fontawesome";
  font-weight: 400;
}
@font-face {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontAwesome-solid.eot");
  src: url("../fonts/fontAwesome-solid.eot") format("embedded-opentype"),
    url("../fonts/fontAwesome-solid.woff") format("woff"),
    url("../fonts/fontAwesome-solid.ttf") format("truetype"),
    url("../fonts/fontAwesome-solid.svg") format("svg");
}
.fa,
.fas {
  font-family: "fontawesome";
  font-weight: 900;
}
* {
  text-decoration: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: "Kalameh-Regular";
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none !important;
}
input,
button,
select,
textarea,
option {
  border: none;
  background: none;
  font-family: "Kalameh-Regular";
}
main {
  width: 100%;
  height: auto;
}
a,
i,
span {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
}
a,
i,
span,
p,
h1,
h2,
h3,
h4,
input,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
:root {
  --primary: #00b8bf;
  --secondary: #d2ae6d;
}
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.clr {
  clear: both;
}
.font_9 {
  font-size: 9px;
}
.font_10 {
  font-size: 10px;
}
.font_11 {
  font-size: 11px;
}
.font_12 {
  font-size: 12px;
}
.font_13 {
  font-size: 13px;
}
.font_14 {
  font-size: 14px;
}
.font_15 {
  font-size: 15px;
}
.font_16 {
  font-size: 16px;
}
.font_17 {
  font-size: 17px;
}
.font_18 {
  font-size: 18px;
}
.font_19 {
  font-size: 29px;
}
.font_20 {
  font-size: 20px;
}
.width_10 {
  width: 10%;
}
.width_15 {
  width: 15%;
}
.width_20 {
  width: 20%;
}
.width_25 {
  width: 25%;
}
.width_30 {
  width: 30%;
}
.width_40 {
  width: 40%;
}
.width_45 {
  width: 45%;
}
.width_50 {
  width: 50%;
}
.width_55 {
  width: 55%;
}
.width_49 {
  width: 49%;
}
.width_60 {
  width: 60%;
}
.width_70 {
  width: 70%;
}
.width_80 {
  width: 80%;
}
.width_90 {
  width: 90%;
}
.width_95 {
  width: 95%;
}
.width_98 {
  width: 98%;
}
.width_100 {
  width: 100%;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.d-flex {
  display: flex;
}
.d-row {
  display: flex;
  flex-wrap: wrap;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.float-right,
.float_right {
  float: right;
}
.float-left,
.float_left {
  float: left;
}
.EnNum {
  font-family: "IRANSansWebEnNum";
}
.bc-main {
  width: 1200px;
  margin: 0 auto;
}
.visible {
  display: block;
}
.unvisible {
  display: none;
}
.unvisibleImportant {
  display: none !important;
}
.font-weight {
  font-weight: bold;
}
.cursor-pointer {
  cursor: pointer;
}
.border-radius {
  border-radius: 4px;
}
.dir-rtl {
  direction: rtl;
}
.dir-ltr {
  direction: ltr;
}
*.background-color_1 {
  background-color: #00b8bf;
}
*.background-color_2 {
  background-color: #d2ae6d;
}
*.background-color_3 {
  background-color: #d1d3d4;
}
*.background-color_white {
  background-color: #fff;
}
*.background-color_body {
  background-color: #f2f2f2;
}
*.color_1 {
  color: #00b8bf;
}
*.color_2 {
  color: #d2ae6d;
}
*.color_3 {
  color: #d1d3d4;
}
*.color_white {
  color: #fff;
}
*.color_black {
  color: #000;
}
*.color_grey,
.color_gray {
  color: #383838;
}
.btn_1 {
  background-position: center;
  background-size: cover;
  background-image: url("../images/btn-bg.png"),
    linear-gradient(-13deg, rgb(44, 201, 209) 0%, rgb(14, 184, 189) 100%);
  position: relative;
  font-size: 1em;
  font-family: "Kalameh-Bold";
  border-radius: 10px;
  box-shadow: 0px 3px 1px 0px rgba(34, 31, 31, 0.34);
  color: #fff;
  height: 45px;
}
.btn_1:hover {
  background: linear-gradient(
    90deg,
    rgba(32, 197, 186, 0.958420868347339) 19%,
    rgba(31, 196, 186, 1) 62%,
    rgba(21, 185, 179, 1) 89%
  ) !important;
}
.overflow-x {
  overflow-x: hidden;
}
.cover-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.item-container {
  padding: 3em 0;
}
.fa-times:before {
  content: "\f00d";
}
.fa-lock:before {
  content: "\f023";
}
.fa-user:before {
  content: "\f007";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-home:before {
  content: "\f015";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-sync:before {
  content: "\f021";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-plane:before {
  content: "\f072";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-phone:before {
  content: "\f095";
}
.fa-search:before {
  content: "\f002";
}
.fa-pinterest-p::before {
  content: "\f231";
}
.fa-youtube::before {
  content: "\f167";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-exchange-alt::before {
  content: "\f362";
}
.fa-angle-down::before {
  content: "\f107";
}
#ballsWaveG {
  position: relative;
  width: 70px;
  height: 16px;
  margin: auto;
}
.ballsWaveG {
  position: absolute;
  top: 0;
  background-color: rgb(186, 186, 186);
  width: 9px;
  height: 9px;
  animation-name: ballsWaveG;
  -o-animation-name: ballsWaveG;
  -ms-animation-name: ballsWaveG;
  -webkit-animation-name: ballsWaveG;
  -moz-animation-name: ballsWaveG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#ballsWaveG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}
#ballsWaveG_2 {
  left: 9px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}
#ballsWaveG_3 {
  left: 18px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
#ballsWaveG_4 {
  left: 26px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}
#ballsWaveG_5 {
  left: 35px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}
#ballsWaveG_6 {
  left: 44px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}
#ballsWaveG_7 {
  left: 53px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
#ballsWaveG_8 {
  left: 62px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}
@keyframes ballsWaveG {
  0% {
    background-color: rgba(158, 158, 158, 0.97);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-o-keyframes ballsWaveG {
  0% {
    background-color: rgba(158, 158, 158, 0.97);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-ms-keyframes ballsWaveG {
  0% {
    background-color: rgba(158, 158, 158, 0.97);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-webkit-keyframes ballsWaveG {
  0% {
    background-color: rgba(158, 158, 158, 0.97);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-moz-keyframes ballsWaveG {
  0% {
    background-color: rgba(158, 158, 158, 0.97);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
#paging {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  clear: both;
  direction: ltr;
  float: right;
}
.page-no.prev-page {
  font-size: 15px;
  background: #fff;
  color: #d2ae6d;
  border: unset;
}
.page-no.next-page {
  font-size: 15px;
  background: #fff;
  color: #d2ae6d;
  border: unset;
}
.page-no {
  width: 37px;
  height: 37px;
  color: #d2ae6d;
  background: #fff;
  display: inline-block;
  line-height: 37px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-left: unset;
  margin-right: -4px;
}
.page-no a {
  width: 100%;
  height: 100%;
  color: #d2ae6d;
  display: block;
  line-height: 34px;
}
.page-no {
  border-radius: 5px;
  border: 1px solid #00b8bf;
  margin: 10px 5px;
}
.page-no.active-page {
  color: #fff;
  padding: 0 !important;
  background: #d2ae6d;
}
.page-no .current {
  color: #fff;
  padding: 0 !important;
  background: #d2ae6d;
}
.fa-angle-left::before {
  content: "\f104";
  font-family: "fontawesome";
}
.fa-angle-right::before {
  content: "\f105";
  font-family: "fontawesome";
}
@font-face {
  font-family: "flaticon";
  src: url("../fonts/fontFlaticon.ttf") format("truetype"),
    url("../fonts/fontFlaticon.woff") format("woff"),
    url("../fonts/fontFlaticon.eot#iefix") format("embedded-opentype"),
    url("../fonts/fontFlaticon.svg#flaticon") format("svg");
}
i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "fontIcon";
  src: url("../fonts/fontIcon.eot");
  src: url("../fonts/fontIcon.eot") format("embedded-opentype"),
    url("../fonts/fontIcon.woff") format("woff"),
    url("../fonts/fontIcon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.background-color_1 {
  background-color: #00b8bf;
}
.background-color_2 {
  background-color: #d2ae6d;
}
.background-color_3 {
  background-color: #d1d3d4;
}
.background-color_body {
  background-color: #f3f4f5;
}
.color_1 {
  color: #00b8bf;
}
.color_2 {
  color: #d2ae6d;
}
.color_3 {
  color: #d1d3d4;
}
.color_grey,
.color_gray {
  color: #444449;
}
.color_font {
  color: #5c5c5c;
}
/*<!--------------------------------STARTT CSS INDEX PAGE-------------------------------*/
/*<!--------------------------------START CSS HEADER-------------------------------*/
.header {
  direction: rtl;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(14, 184, 189) 0%,
    rgb(44, 201, 209) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(14, 184, 189) 0%,
    rgb(44, 201, 209) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(14, 184, 189) 0%,
    rgb(44, 201, 209) 100%
  );
  color: #fff;
  font-size: 16px;
  font-family: "Kalameh-Regular";
}
.right-header {
  width: 80%;
  float: right;
  padding: 0.8em 0;
}
.left-header {
  width: 20%;
  float: left;
  text-align: left;
  position: relative;
  z-index: 99;
}
.lang-content {
  display: inline-block;
}
.lang-content li {
  font-size: 20px;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.lang-content li::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 0;
  right: 0;
}
.lang-content .farsi::before {
  background: linear-gradient(to right, #d2ae6d, #e6c281);
}
.lang-content .english::before {
  background: linear-gradient(to right, #fff, #f2f2f2);
  opacity: 50%;
}
.lang-content li a {
  position: relative;
  z-index: 9;
  color: #fff;
}
.logo-content img {
  position: absolute;
  left: 1.5em;
  z-index: 9;
  top: 1.5em;
}
.logo-content svg {
  position: absolute;
  left: 0;
  top: 0;
}
.header .notification {
  color: #fff;
}
.header .notification:hover {
  color: #d2ae6d;
}
/*<!--------------------------------START CSS MENU-------------------------------*/
.section-menu {
  display: inline-block;
  margin-right: 5em;
}
.section-menu .nav-bar > li {
  position: relative;
  display: inline-block;
  text-align: center;
}
.section-menu .nav-bar > li a {
  color: #fff;
}
.section-menu .nav-bar > li:not(:first-child):before {
  content: "|";
  padding: 0 0.7em;
}
.section-menu .nav-bar > li > .sub-menu,
.section-menu .nav-bar > li > .sub-menu li .sub-menu {
  border-top: 3px solid #d2ae6d;
  width: 230px;
  z-index: 100;
  visibility: hidden;
  padding: 10px 0px;
  display: block;
  opacity: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
}
.section-menu .nav-bar > li > .sub-menu li .sub-menu {
  right: 233px;
  top: 0;
}
.section-menu .nav-bar > li > .sub-menu {
  right: inherit;
  top: 1.5em;
  z-index: 9999;
  position: absolute;
}
.section-menu .nav-bar > li:hover > .sub-menu,
.section-menu .nav-bar > li > .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.section-menu .nav-bar > li:hover > .sub-menu > li,
.section-menu .nav-bar > li > .sub-menu li:hover .sub-menu li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.section-menu .nav-bar > li:hover > .sub-menu > li:nth-child(2n + 1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.section-menu .nav-bar > li:hover > .sub-menu > li:nth-child(2n + 2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.section-menu .nav-bar > li:hover > .sub-menu > li:nth-child(2n + 3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.section-menu .nav-bar > li:hover > .sub-menu > li:nth-child(2n + 4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.section-menu .nav-bar > li:hover > .sub-menu > li:nth-child(2n + 5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.section-menu .nav-bar > li:hover > .sub-menu > li:nth-child(2n + 6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.section-menu .nav-bar > li:hover > .sub-menu > li:nth-child(2n + 7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.section-menu .nav-bar > li:hover > .sub-menu > li:nth-child(2n + 8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.section-menu .nav-bar > li > .sub-menu li > a {
  padding: 0.3em 0;
  color: #454545;
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
}
.section-menu .sub-menu .icon-arrow:before {
  content: "\f0d9";
  display: inline-block;
  font-family: "fontawesome";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 100%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: inherit;
  text-rendering: auto;
  transform: translate(0px, 0px);
}
.section-menu .nav-bar > li > .sub-menu li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.section-menu .nav-bar .fa-angle-down {
  color: #fff;
  vertical-align: sub;
  padding-right: 5px;
  font-size: 14px;
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: transparent;
  border-top-color: transparent;
  border-top-color: #fff;
  right: 105%;
  top: 15px;
  -webkit-transition: border-top-color 0.2s ease-in-out;
  transition: border-top-color 0.2s ease-in-out;
}
/*<!--------------------------------END CSS MENU-------------------------------*/
/*<!--------------------------------START CSS LOGIN REGISTER-------------------------------*/
.Login_Information {
  font-size: 16px;
  position: relative;
  padding: 0.3em 1em;
  border-radius: 1.5em;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  background: linear-gradient(to right, #d2ae6d, #e6c281);
  margin-left: 1em;
}
/*<!--------------------------------START CSS LOGIN DEFAULT-------------------------------*/
#Login_box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  text-align: center;
  top: 8em;
  box-sizing: border-box;
  border-radius: 1em;
  width: 500px;
  background: #fafafa !important;
  box-shadow: 0 12px 24px 0 rgba(88, 114, 195, 0.2);
}
#Login_box .Section-loginRegister {
  width: 100%;
  padding: 10px 20px;
}
#Login_box .Section-loginRegister .fa-times::before {
  color: #777;
}
#Login_box .Section-loginRegister .fa-times {
  cursor: pointer;
  font-style: inherit;
  background: #fff;
  border: 1px solid #777;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 24px;
  display: block;
}
#Login_box .Section-loginRegister .close {
  float: left;
  width: 30px;
  text-align: center;
}
#bg-popup2 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  direction: rtl;
  background: rgba(119, 119, 119, 0.5);
  left: 0;
  right: 0;
}
.login_OptionInfo {
  font-size: 15px;
  text-align: right;
  color: #777;
  direction: rtl;
  float: right;
  margin: 1.3em 0 0 0;
}
.login_info .resend_code {
  color: #fff;
  font-size: 16px;
  float: right;
  padding-right: 10px;
  cursor: pointer;
  display: none;
}
.login_OptionInfo .forgetpass,
.login_OptionInfo .register,
.login_OptionInfo .Login,
.login_OptionInfo .ResendEmail {
  color: #777;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 2px solid #777;
  padding-right: 0;
  float: none;
  width: auto;
  display: inline-block !important;
}
.login_OptionInfo .forgetpass:hover,
.login_OptionInfo .register:hover,
.login_OptionInfo .Login:hover,
.login_OptionInfo .ResendEmail:hover,
.login_module_new:hover,
.login_module_prev:hover {
  color: #d2ae6d;
  border-color: #d2ae6d;
}
.login-form_new .shine-hover::after {
  content: "ارسال" !important;
}
.form-title {
  direction: rtl;
  color: #777;
  text-align: center;
  margin-bottom: 0.5em;
}
.login-content {
  width: 75%;
  margin: 0 auto 15px;
}
.btn_container {
  float: left;
  width: 100%;
}
.btn_container button {
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.login_module_new,
.login_module_prev {
  cursor: pointer;
  border-bottom: 2px solid #777;
  font-size: 14px;
}
.timing {
  font-size: 16px;
  color: #444449;
  margin: 1em auto;
}
#time-text {
  color: #f42e36;
  font-size: 20;
  font-size: 20px;
}
.login_info input:disabled {
  cursor: not-allowed;
}
.seperator {
  padding: 0 0.3em;
}
.login_info .fa-lock {
  position: initial;
}
.error-login {
  font-size: 16px;
}
.fcap,
.fcapForgetpass,
.fcapRegMail,
.fcapResendmail {
  color: #f42e36;
  font-size: 16px;
  display: none;
}
.error-result,
.errorMsg {
  color: #f42e36;
  font-size: 16px;
}
.successMsg,
.true-result {
  color: #2db742;
  font-size: 16px;
}
.login-content.email-list,
.login-content.email-list .form-title {
  text-align: right;
}
.email-item-container {
  max-height: 100px;
  overflow: auto;
  text-align: right;
}
.email-item {
  direction: rtl;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.email-item input {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  -o-appearance: auto !important;
  -s-appearance: auto !important;
}
.email-label {
  padding-right: 1em;
  color: #2d2d2d;
}
.new-user {
  color: #2db742;
  font-size: 14px;
}
.confirm_code {
  color: #fff;
  text-align: justify;
  direction: rtl;
  font-size: 16px;
  padding-right: 5px;
}
.login_counter .counter_box {
  width: 100%;
  text-align: right;
}
.login_info .label {
  font-size: 15px;
  width: 20%;
  float: right;
  line-height: 38px;
  border-left: 1px solid #eaeaea;
  height: 38px;
  text-align: center;
  display: block !important;
  margin-bottom: 0 !important;
  position: initial !important;
}
.login_info {
  width: 75%;
  margin: 0 auto 1.5em;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.login_info.login_captcha {
  overflow: hidden;
}
.login_info input,
.login_info select {
  direction: rtl;
  width: 80%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  color: #777;
  font-weight: normal;
  font-family: "Kalameh-Regular";
  float: left;
  font-size: 14px;
  border-radius: 5px 0 0 5px;
  background: #f3f3f3;
}
.login_captcha .refreshimg {
  width: 10%;
  float: right;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  left: 100px;
}
.login_captcha .refreshimg i {
  vertical-align: middle;
  line-height: 38px !important;
}
.login_captcha .captcha_img {
  position: absolute;
  left: 0;
}
.login_captcha .captcha_img img {
  float: left;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  width: auto !important;
}
.login_info .sendcode {
  float: left;
  width: 30%;
  width: 100%;
  border-radius: 4px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.login_info .sendcode,
.login_info .submitcode {
  float: left;
  width: 100%;
  padding: unset;
  cursor: pointer;
  font-size: 16px;
}
.title_text {
  color: #777;
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin: 0 10px;
  font-size: 25px;
}
.shine-hover {
  overflow: hidden;
  position: relative;
}
.shine-hover::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine-hover:hover::before {
  -webkit-animation: shine 0.9s;
  animation: shine 0.9s;
}
.sendcode::before {
  content: "";
}
.shine-hover::after {
  content: "";
}
#Login_box .submitcode,
#Login_box .sendcode {
  position: relative;
  z-index: 1000;
  opacity: 0;
  width: 100% !important;
}
#Login_box .shine-hover::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  top: 1px;
}
.ForgetPass-Form .shine-hover::after,
.RegisterEmail .shine-hover::after,
.ResendMail-Form .shine-hover::after {
  content: "ارسال";
}
.login-form_prev .shine-hover::after {
  content: "ورود";
}
.Wrapper-forgetpass,
.Wrapper-resendmail,
.Wrapper-registerinfo {
  display: none;
}
.fa-hand-point-left::before {
  content: "\f0a5";
}
.fa-sync::before {
  content: "\f021";
}
.infoUser,
.info-section,
.Panel-Dashboard_link,
.Logout_link {
  display: inline-block;
}
.info-section {
  margin-right: 1em;
}
.Panel-Dashboard_link {
  color: #fff;
}
.information-user span {
  margin: 0px 3px !important;
}
.Logout_link {
  color: #fff;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.loadingLog {
  display: none;
  position: initial;
}
#Login_box .shine-hover {
  background: #00b8bf;
  border: 1px solid #00b8bf;
  color: #fff;
  border-radius: 4px;
  line-height: 38px;
}
#Login_box .shine-hover:hover {
  background-color: #00b8bf;
}
.login_info i {
  font-size: 22px;
  font-style: inherit;
  color: #00b8bf !important;
  line-height: 38px !important;
  float: none;
}
@media only screen and (max-width: 750px) {
  #Login_box {
    width: 90%;
  }
  .login_OptionInfo,
  .btn_container {
    width: 100% !important;
  }
  .login_OptionInfo {
    text-align: center;
  }
  .title_text {
    font-size: 18px;
  }
}
.Panel-Dashboard_link::before,
.Logout_link::before {
  content: "|";
  color: #fff;
  padding: 0 0.2em;
}
/*<!--------------------------------END CSS LOGIN DEFAULT-------------------------------*/
/*<!--------------------------------START CSS LOGIN MOB-------------------------------*/
.email-item-container {
  max-height: 100px;
  overflow: auto;
  text-align: right;
}
.email-item-container .inner-input label {
  color: #444449;
  margin-right: 0 !important;
}
.email-item-container .inner-input label span {
  padding-right: 1.5em;
}
.email-item-container .inner-input span::before,
.email-item-container .inner-input span::after,
.email-item-container .radioButton {
  right: 0 !important;
}
.inner-input span::after {
  content: "\f111";
  font-family: "FontAwesome";
  right: 20px;
  top: 0;
  color: transparent;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  font-size: 6px;
}
.inner-input span::before,
.inner-input span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.inner-input span::before {
  right: 20px;
  width: 10px;
  height: 10px;
  border: 3px solid #ccc;
  transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  border-radius: 50%;
}
.inner-input span::after {
  content: "\f111";
  font-family: "FontAwesome";
  right: 20px;
  top: 0;
  color: transparent;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  font-size: 6px;
}
.section-input {
  margin: 10px 0;
}
.radioButton:checked + label span::after {
  color: #00b8bf;
  border: 2px solid #00b8bf;
}
.radioButton {
  width: 15px !important;
  height: 15px !important;
  top: 3px;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  right: 20px;
}
.section-input label {
  margin-right: 20px;
}
.radioButton:checked + label span {
  color: #2e2813;
}
.section-input span::before {
  right: 20px;
  width: 15px;
  height: 15px;
  border: 2px solid #827979;
  transition: border-color 0.2s;
  border-radius: 50%;
}
.section-input span::before,
.section-input span::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
}
.radioButton:checked + label span::before {
  border: none;
}
.section-input span::after {
  content: "\f111";
  font-family: "FontAwesome";
  right: 20px;
  top: 3px;
  color: transparent;
  transition: color 0.2s;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  font-size: 6px;
}
.neardate {
  margin-bottom: 0.5em;
}
.flight-part-item {
  border-bottom: 2px dashed #e8e8e8;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.Wrapper-logininfo-def .form-title {
  text-align: center;
  color: #fff !important;
}
.Wrapper-logininfo-def .timing {
  color: #fff !important;
  margin: 1em auto;
}
.not-allowedLogin {
  background: #606060 !important;
  cursor: not-allowed !important;
  color: #fff !important;
}
.not-login {
  cursor: pointer;
}
.section-login input {
  height: 38px;
  box-sizing: border-box;
  line-height: 38px;
}
.section-login .login_info.result-container {
  width: 100%;
}
.section-login {
  padding: 0 !important;
  margin: 15px auto !important;
  width: 90%;
}
.Form_User-btn {
  height: 40px;
  border-radius: 4px;
  width: 100% !important;
  color: #fff !important;
  text-align: center !important;
  cursor: pointer;
}
.CheckCaptcha,
.CheckCaptcha-Reg-Mail,
.CheckCaptchaReg-SMS,
.CheckCaptcha-forgetPass,
.CheckCaptcha-forgetPass {
  text-align: center;
  margin: 10px 0;
  color: #f42e36;
}
.Link-Login-def-new,
.Link-Login-def-prev,
.Link-Forgetpass,
.Link-Register,
.Link-ResendMail,
.Link-Login,
.Link-Forgetpass-def,
.Link-Register-def,
.Link-ResendMail-def,
.Link-Login-def {
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.Login-options {
  width: 100%;
}
.Message-LoginRegister {
  text-align: center;
  margin: 10px 0;
  color: #444;
}
.section-box {
  background: none !important;
  box-shadow: none !important;
  height: auto !important;
  text-align: center !important;
}
.captcha-input {
  width: 40% !important;
}
.Wrapper h3,
.Wrapper-registerinfo h3 {
  font-size: 17px;
  text-align: center;
  padding: 15px 0;
  color: #444449;
}
#login .mm-spn--open {
  margin-top: 30px !important;
}
.section-login::before {
  display: none !important;
}
.captcha_img {
  width: 30%;
  text-align: left;
}
.section-login .captcha_img img {
  width: 100%;
  height: 38px;
}
.height_80 {
  height: 80%;
  padding: 0 10px !important;
}
.refresh-img {
  width: 10%;
  color: #fff !important;
  font-size: 17px;
  border: none !important;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0 !important;
}
.fa.fa-refresh {
  border-left: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 20px !important;
}
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa.fa-user.is-login {
  color: #2db742;
  padding: 0 5px !important;
  font-size: 20px;
}
.errorMsg {
  color: #f42e36;
}
.successMsg {
  color: #2db742;
}
.UserInfo {
  text-decoration: none;
  direction: rtl;
  padding: 0 !important;
  font-size: 14px;
  color: #fff;
}
.icon-dashboard::before {
  content: "\f0e4";
}
.link-login {
  color: #fff;
  font-size: 14px;
}
.link-logout {
  color: #fff;
  font-size: 14px;
}
.link-login::before,
.link-logout::before {
  content: "|";
  color: #fff;
  padding: 0 0.2em;
}
.Link-profile::before {
  margin-left: 0.3em;
  font-weight: bold;
  content: "\f007";
  font-family: "fontawesome";
  font-size: 13px;
  vertical-align: middle;
  color: #fff;
}
.Link-Register,
.Link-ResendMail,
.Link-Login-Prev {
  font-size: 14px !important;
  color: #313131 !important;
  width: 90% !important;
  border-bottom: 1px solid;
  margin: 0 auto !important;
}
.container-login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999999999999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  -o-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, 0.3s;
  -o-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.45s, 0.15s;
  -o-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s;
}
.container-login-content {
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #f4f7f8;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.container-login-open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.container-login li,
.container-login span,
.container-login ul {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container-login ul {
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.container-login li {
  position: relative;
  background: inherit;
  cursor: pointer;
  direction: rtl;
  text-align: right;
  font-size: 13px;
  width: 95%;
  background-color: #fff;
  padding: 5px 10px;
  display: block;
  border-radius: 4px;
  color: #888;
  margin: 5px auto;
  height: 40px;
}
.container-login span {
  position: relative;
  background: 0 0;
  z-index: 1;
}
.container-login span {
  position: relative;
  background: 0 0;
  z-index: 1;
}
.loadingLog,
.ResendSMS {
  display: none;
}
.ResultInfo {
  margin: 20px 0;
  font-size: 15px;
  color: #313131;
  text-align: center;
}
.loginRegister {
  direction: rtl;
  font-family: "Kalameh-Regular";
}
.Wrapper-registerinfo label {
  color: #313131 !important;
}
/*<!--------------------------------END CSS LOGIN MOB-------------------------------*/
/*<!--------------------------------END CSS LOGIN REGISTER-------------------------------*/
/*<!---.------------------------------------------------------------*/
.title-content {
  margin-bottom: 2em;
  direction: rtl;
}
.title-content .title {
  font-size: 1.5em;
  font-family: "Kalameh-Bold";
  margin-bottom: 0.2em;
}
.title-content .sub-title {
  font-family: "Kalameh-Regular";
  font-size: 15px;
}
.title-content .sub-title .dash {
  margin: 0 0.3em;
}
/*<!---------------------------------------------------------------*/
.article-list-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.article-list-content {
  border-radius: 10px 25px 10px 25px;
  font-family: "Kalameh-Regular";
  box-shadow: 0px 6px 4px 0px rgba(34, 31, 31, 0.19);
  position: relative;
  margin-bottom: 1.5em;
}
.article-list-content .title {
  font-family: "Kalameh-Regular";
  padding: 0.5em 1em;
  font-size: 15px;
}
.article-list-content .text-limited {
  padding: 0.5em 1em;
}
.article-list-content footer {
  padding: 0.5em 1em;
  font-size: 12px;
}
.article-list-content:hover {
  background-image: -moz-linear-gradient(
    -44deg,
    rgb(221, 232, 232) 0%,
    rgb(255, 255, 255) 0%,
    rgb(211, 224, 224) 100%
  );
  background-image: -webkit-linear-gradient(
    -44deg,
    rgb(221, 232, 232) 0%,
    rgb(255, 255, 255) 0%,
    rgb(211, 224, 224) 100%
  );
  background-image: -ms-linear-gradient(
    -44deg,
    rgb(221, 232, 232) 0%,
    rgb(255, 255, 255) 0%,
    rgb(211, 224, 224) 100%
  );
}
.article-list-content img {
  width: 100%;
}
.article-list-content figcaption {
  background: linear-gradient(
    -44deg,
    rgba(14, 184, 189, 1) 0%,
    rgba(44, 201, 209, 1) 100%
  );
  right: 1em;
  position: absolute;
  top: 0;
  z-index: 9;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 0.3em 0.5em;
}
/*<!---------------------------------------------------------------*/
.tour-list-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.tour-list-content header {
  padding: 0.8em;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tour-list-content {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 5em;
  border-radius: 4em;
}
.tour-list-content a {
  width: 100%;
  height: 100%;
}
.tour-list-content img {
  width: 100%;
  width: 100%;
  border: 8px solid #fff;
  border-radius: 1.3em;
}
.tour-list-content figure {
  overflow: hidden;
  height: 315px;
  position: relative;
}
.third.info {
  color: #252626;
  font-size: 13px;
  font-family: "Kalameh-Regular";
  background: rgb(216, 182, 118);
  background: radial-gradient(
    circle,
    rgba(216, 182, 118, 1) 0%,
    rgba(245, 222, 160, 1) 100%
  );
  position: absolute;
  padding: 0.5em;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 3px 1px 0px rgba(34, 31, 31, 0.34);
  bottom: -3.9em;
  right: -0.5em;
}
.second.info {
  z-index: 9;
  position: absolute;
  font-size: 15px;
  padding: 0.5em;
  box-shadow: 0px 3px 1px 0px rgba(34, 31, 31, 0.34);
  border-radius: 10px;
  background: linear-gradient(
    35deg,
    rgba(14, 184, 189, 1) 0%,
    rgba(44, 201, 209, 1) 100%
  );
  color: #fff;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Kalameh-Bold";
  width: 107%;
  right: -0.7em;
  bottom: -1.2em;
}
.second.info .price {
  font-size: 18px;
}
.first.info span {
  margin-left: 1em;
}
.tour-list-content .discount {
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    52deg,
    rgba(247, 148, 29, 0.99608) 0%,
    rgb(243, 112, 33) 100%
  );
  background-image: -webkit-linear-gradient(
    52deg,
    rgba(247, 148, 29, 0.99608) 0%,
    rgb(243, 112, 33) 100%
  );
  background-image: -ms-linear-gradient(
    52deg,
    rgba(247, 148, 29, 0.99608) 0%,
    rgb(243, 112, 33) 100%
  );
  box-shadow: 0px 5px 0.92px 0.08px rgba(0, 0, 0, 0.08);
  width: 59px;
  height: 59px;
  color: #fff;
  text-align: center;
  line-height: 59px;
  position: absolute;
  z-index: 99;
  font-size: 25px;
  top: -0.4em;
}
.tour-list-content:hover .second.info {
  background: rgb(245, 130, 35);
  background: linear-gradient(
    67deg,
    rgba(245, 130, 35, 1) 0%,
    rgba(243, 112, 33, 1) 100%
  ) !important;
}
.link-more {
  background: #dae4e4;
  color: #000;
  font-family: "Kalameh-Regular";
  border-radius: 1em;
  font-size: 16px;
  padding: 0.3em 3em;
  margin-top: 2em;
}
.first.info {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 96%;
  color: #fff;
  font-family: "Kalameh-Regular";
  font-size: 16px;
  bottom: 2em;
  padding: 0.5em;
}
/*<!---------------------------------------------------------------*/
.club-contatiner {
  background: rgb(0, 212, 218);
  background: linear-gradient(
    46deg,
    rgba(0, 212, 218, 1) 0%,
    rgba(37, 189, 197, 1) 100%
  );
}
.club-contatiner .title {
  background: linear-gradient(
    46deg,
    rgba(14, 203, 210, 1) 0%,
    rgba(25, 197, 204, 1) 100%
  );
  width: 450px;
  top: -1em;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: "Kalameh-Regular";
  font-size: 1.3em;
  position: absolute;
}
.club-border {
  width: 100%;
  border: 1px solid #fff;
  min-height: 80px;
  border-radius: 1em 1em 4em 4em;
}
.club-form input {
  background-color: #fff;
  box-shadow: inset 0px 2px 3px 0px rgba(34, 31, 31, 0.35);
  width: 95%;
  padding: 0.5em;
  border-radius: 2em;
  font-size: 14px;
  text-align: center;
}
.club-form .item {
  width: 16.6%;
  float: right;
  text-align: center;
  position: relative;
}
.club-form {
  position: absolute;
  bottom: -0.9em;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.club-form button {
  background-position: center;
  background-size: cover;
  background-image: url("../images/btn-2-bg.png"),
    linear-gradient(52deg, rgb(40, 113, 250) 0%, rgb(103, 23, 205) 100%);
  box-shadow: 0px 5px 3.68px 0.32px rgba(0, 0, 0, 0.32);
  padding: 0.5em;
  border-radius: 2em;
  font-size: 14px;
  width: 90%;
  color: #fff;
  cursor: pointer;
}
.club-form .load-captcha {
  top: 0.5em;
  left: 1em;
}
.club-form .load-captcha img {
  width: 50px;
  height: auto;
}
.club-form .fa-sync {
  position: absolute;
  left: 4.5em;
  top: 0.7em;
}
.Captcha-input {
  text-align: right !important;
}
.club-icon {
  position: absolute;
  left: 1em;
  top: 0.5em;
}
.club-icon-cal {
  position: absolute;
  right: 1em;
  top: 0.5em;
}
.Loading_Form,
.Message-Form {
  margin: 1em 0;
  position: absolute;
  left: 0;
  right: 0;
}
/*<!--------------------------------START CSS BLOG-------------------------------*/
.blog-cat-container {
  margin-top: 2em;
}
.blog-cat-content img {
  width: 100%;
}
.blog-cat-content figcaption {
  position: absolute;
  bottom: 0.5em;
  text-align: center;
  width: 100%;
  color: #6d6e71;
}
.blog-cat-content .title {
  font-size: 16px;
  font-family: "Kalameh-Bold";
}
.blog-cat-content {
  margin: 0 auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  position: relative;
  width: 90%;
  border-radius: 2em 2em 2em 4px;
  overflow: hidden;
  height: 250px;
}
.blog-cat-content::before {
  content: "";
  box-shadow: inset 0 -100px 50px -45px #fff;
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  bottom: 0;
}
/*<!---------------------------------------------------------------*/
.blog-list-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1.5em;
  font-family: "Kalameh-Regular";
}
.blog-list-content a,
.blog-list-content img {
  width: 100%;
}
.blog-list-content {
  border-radius: 2em 2em 2em 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5em;
}
.blog-list-content figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 1em;
}
.blog-list-content .text {
  margin: 0.5em 0;
}
.blog-list-content::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 13, 107, 0.9) 100%
  );
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.blog-list-content:hover::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(18, 186, 191, 0.9) 100%
  );
}
/*<!---------------------------------------------------------------*/
.blog-view-content {
  height: 200px;
  font-family: "Kalameh-Regular";
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #fff;
  border-radius: 6em 2em 2em 4px;
  overflow: hidden;
}
.blog-view-content .info {
  padding: 2em;
}
.blog-view-content .title {
  font-size: 18px;
}
.blog-view-content .text {
  color: #808285;
  font-size: 15px;
  margin: 0.5em 0;
}
.blog-view-content .more {
  color: #808285;
  margin-top: 1em;
}
.blog-view-content {
  margin-bottom: 1.5em;
}
.main-title {
  font-family: "Kalameh-Regular";
  margin-bottom: 1em;
}
.blog-view-container {
  font-family: "Kalameh-Regular";
}
.blog-map-content {
  margin-bottom: 4em;
  padding: 2em;
  border-radius: 4px 6em 4px 6em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.blog-map-content img {
  width: 100%;
}
.burst {
  line-height: 70px;
  margin: 0 auto;
  background: #ff4332;
  width: 70px;
  height: 70px;
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}
.burst:before,
.burst:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
  background: #ff4332;
}
.burst:before {
  transform: rotate(30deg);
}
.burst:after {
  transform: rotate(60deg);
}
.percentage {
  color: #fff;
  font-size: 5em;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  font-weight: bold;
}
.discount-content .title {
  color: #808285;
  margin: 1em 0 0.5em 0;
}
.discount-content .url {
  border-radius: 1em 1em 1em 0;
  font-weight: bold;
  width: 150px;
  margin: 0 auto;
  padding: 0.2em 0.5em;
  font-size: 1em;
  color: #fff;
  background: rgb(14, 184, 189);
  background: linear-gradient(
    -45deg,
    rgba(14, 184, 189, 1) 0%,
    rgba(0, 212, 218, 1) 49%
  );
}
.suggestion-container {
  margin-top: 2em;
  width: 90%;
  float: left;
}
.suggestion-content a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.suggestion-content {
  font-size: 15px;
  margin-bottom: 0.5em;
  overflow: hidden;
  background: rgb(253, 251, 251);
  background: linear-gradient(
    90deg,
    rgba(253, 251, 251, 1) 0%,
    rgba(235, 237, 238, 1) 49%
  );
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 3em 3em 3em 0;
}
.suggestion-content .left-part {
  background-color: #ff5700;
  color: #fff;
  padding: 2em 1em;
}
.suggestion-content .right-part .icon {
  margin-left: 1em;
}
.suggestion-content .right-part {
  padding: 1em;
}
.suggestion-content .right-part .title {
  color: #808285;
  margin-bottom: 0.5em;
}
.suggestion-content .right-part .sub-title {
  color: #ff5700;
}
/*<!--------------------------------END CSS BLOG-------------------------------*/
/*<!--------------------------------START CSS FOOTER-------------------------------*/
.footer {
  background-color: #ebebeb;
  font-family: "Kalameh-Regular";
}
.first-row .left-part {
  background-image: url("../images/footer-bg.png");
  background-repeat: repeat;
  background-position: center;
  min-height: 60px;
}
.first-row .phone {
  padding-right: 0.5em;
  font-size: 1.3em;
  font-family: "Kalameh-Bold";
}
.first-row .right-part {
  margin-top: 0.7em;
  width: 17%;
  padding: 0.5em;
  border-radius: 6px;
  color: #fff;
  background: rgb(0, 212, 218);
  background: linear-gradient(
    46deg,
    rgba(0, 212, 218, 1) 0%,
    rgba(37, 189, 197, 1) 100%
  );
}
.social-icons li a {
  font-size: 1.2em;
  color: #000;
}
.social-icons li {
  display: inline-block;
  text-align: center;
  margin-right: 1em;
}
.social-icons li a:hover,
.col-1 a:hover {
  color: #d2ae6d;
}
.col-1 a {
  color: #000;
  font-size: 14px;
}
.col-1 li {
  margin-bottom: 0.3em;
}
.col-2 .text {
  margin: 0.2em 0;
}
.col-2 .sub-text {
  color: #6d6e71;
}
.col-2 img {
  margin-right: 0.5em;
}
.basisfly {
  vertical-align: middle;
  margin-right: 0.5em;
}
.sign li {
  margin-right: 1em;
  border: 1px solid #decaa8;
  border-radius: 4px;
  width: 100px;
  height: 100px;
}
.sign {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.footer-bottom {
  color: #fff;
  padding: 0.5em 0;
  background: rgb(0, 212, 218);
  background: linear-gradient(
    46deg,
    rgba(0, 212, 218, 1) 0%,
    rgba(37, 189, 197, 1) 100%
  );
}
.copy-right img {
  vertical-align: middle;
}
.copy-right {
  direction: ltr;
  margin-top: 0.5em;
}
.footer .middle-border {
  margin: 1em 0 !important;
}

.middle-border {
  position: relative;
  border-bottom: 1px solid #d2ae6d;
  margin: 2em 0;
}
.middle-border::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #d2ae6d;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: -0.1em;
}
.middle-border::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #d2ae6d;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -0.1em;
}

.back-to-top {
  z-index: 99;
  background: #d2ae6d;
  font-size: 2em;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  position: fixed;
  right: 1em;
  bottom: 1em;
}
/*<!--------------------------------END CSS FOOTER-------------------------------*/
/*<!--------------------------------START CSS OWL-------------------------------*/
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 1em;
}
.owl-carousel,
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}
.owl-carousel {
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-theme .owl-controls {
  position: absolute;
  width: 1200px;
  bottom: 5em;
  text-align: left;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.owl-pagination {
  display: none;
}
.owl-page {
  display: inline-block;
  margin: 0 0.7em 0 0;
}
.owl-page span {
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 100%;
  border: 2px solid #fff;
}
.owl-page.active span {
  background: #fff;
}
.owl-prev {
  left: 0.3em;
}
.owl-next {
  right: 0.3em;
}
.owl-next,
.owl-prev {
  bottom: 0.3em;
  display: block;
  color: #fff;
  font-size: 5em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: absolute;
  font-family: "fontawesome";
}
.owl-carousel .owl-item {
  text-align: center;
  transition: all 0.4s ease;
  float: left;
}
.owl-carousel .owl-item img {
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.search-box-banner figcaption {
  position: absolute;
  z-index: 999;
  bottom: 5em;
  width: 1200px;
  left: 0;
  right: 0;
  text-align: left;
  color: #fff;
  margin: 0 auto;
  font-size: 1.5em;
  text-transform: uppercase;
}
/*<!--------------------------------END CSS OWL-------------------------------*/
/*----------------TOUR STYLE START----------------*/
.tour-gallery-each {
  width: 1500px;
  height: 400px;
}
.tour-gallery-each img {
  width: 100%;
  height: 100%;
}
.tour-slider-contain {
  padding-top: 0;
  min-height: 250px;
}
.tour-slider-contain .slider-container {
  position: relative;
}
.tour-slider-contain .slider-container::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: #f2f2f2;
  clip-path: polygon(100% 34%, 0% 100%, 100% 100%);
}
.tour-info-contain {
  clear: both;
  margin-top: -180px;
  position: relative;
  z-index: 99;
  font-family: "Kalameh-Regular";
}
.tour-info-right {
  width: 70%;
  float: right;
}
.tour-info-left {
  width: 30%;
  float: left;
  padding-right: 50px;
}
.tour-main-info {
  float: right;
  direction: rtl;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2ae6d;
  width: 100%;
}
.tour-name-info .title,
.tour-info-txt {
  margin-bottom: 10px;
  direction: rtl;
}
.tour-name-info .title h1 {
  font-size: 1.8rem;
  font-family: "Kalameh-Bold";
}
.tour-du-info {
  color: #d2ae6d;
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 22px;
}
.circle-blue {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: auto 5px;
  background: #00b8bf;
  margin-top: 5px;
}
.tour-info-txt p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}
.tour-info-txt p#info-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tour-info-opt ul li {
  display: block;
  float: right;
  width: 16.6%;
  text-align: center;
}
.tour-info-opt ul li:first-child {
  text-align: right;
}
.tour-info-opt ul li:last-child {
  text-align: left;
}
.tour-info-opt ul li a {
  color: #d2ae6d;
  padding: 0 10px;
  border-radius: 7px;
  border: 1px solid #d2ae6d;
  height: 30px;
  line-height: 25px;
}
.tour-info-opt ul li a:hover {
  color: #00b8bf;
  border: 1px solid #00b8bf;
}
.fa-download::before {
  content: "\f019";
}
.fa-share::before {
  content: "\f064";
}
.tour-buttons {
  clear: both;
  padding-top: 10px;
}
.tour-buttons ul li {
  display: inline-block;
  margin-right: 10px;
}
.tour-buttons ul li a,
.tour-buttons ul li span {
  background: #fff;
  width: 25px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 1px 0px 2px rgb(153 153 153);
  color: #000;
  font-size: 15px;
}
.tour-buttons ul li a:hover,
.tour-buttons ul li span:hover {
  color: #00b8bf;
}
.share-box {
  position: relative;
}
.drop-share {
  display: none;
  position: absolute;
  top: 45px;
  z-index: 999;
}
.drop-share .inner-drop-share {
  background: #313131;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #98989891;
  background: #d2ae6d;
}
.drop-share .inner-drop-share ul li {
  width: 45px;
  height: 30px;
  line-height: 30px;
  margin-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  text-align: center;
}
.drop-share .inner-drop-share ul li a {
  width: auto;
  padding: 0;
  color: #fff;
  background: unset;
  box-shadow: unset;
}
.tour-data {
  clear: both;
  display: block;
  direction: rtl;
  padding: 20px 0;
}
.limited-section {
  height: 220px;
  overflow: hidden;
}
.limited-section-active {
  height: auto;
  overflow: visible;
}
.trip-question {
  float: right;
  margin-left: 10px;
  color: #616161;
}
.trip-ans p {
  float: right;
}
.trip-ans p::after {
  content: " ، ";
}
.trip-ans p:last-child::after {
  content: "";
}
.tour-tlt {
  margin-bottom: 10px;
  direction: rtl;
}
.tour-tlt h2 {
  font-size: 1.3rem;
  color: #00b8bf;
}
.tour-view-more button {
  color: #d2ae6d;
  font-size: 1rem;
  float: left;
  cursor: pointer;
}
.tour-view-more button::before {
  content: "بیشتر";
}
.tour-view-more button.view-less::before {
  content: "کمتر";
}
.hotel-tbl * {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.tlt-table {
  width: 100%;
  float: right;
  padding: 10px 0px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background: #79118f;
}
.tlt-table h2 {
  margin: 0px !important;
  text-align: center;
  color: #ffffff;
  font-size: 19px;
}
table,
td,
tr {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0;
}
.hotel-tbl {
  width: 100%;
  height: auto;
  margin: 0px auto 25px;
  clear: both;
}
.tblhotelfield {
  width: 100%;
  height: auto;
  margin: 0px auto;
  text-align: right;
  direction: rtl;
}
.tblhotelfield .tbl-head {
  background: #e1e6ea;
  width: 100%;
  text-align: center;
}
.tblhotelfield .tbl-body {
  background: #fff;
  width: 100%;
  text-align: center;
  color: #454545;
  border-bottom: 1px solid #d2ae6d;
  background: #f2f2f2;
}
.tblhotelfield .tbl-body:last-child {
  border-bottom: unset;
}
.tblhotelfield .hotel-info {
  width: 100%;
}
.first-th td {
  min-height: 43px;
  line-height: 43px;
}
.tblhotelfield .tbl-head td {
  padding: 0px 5px;
  text-align: center;
  font-size: 13px;
  background: #d8d8d8;
}
.tblhotelfield .tbl-body td {
  line-height: 50px;
  line-height: 26px;
  padding: 0px 2px;
  text-align: center;
}
.tblhotelfield .tbl-body td .cost {
  margin-left: 2px;
}
.tblhotelfield .tbl-head td:last-child,
.tblhotelfield .tbl-body td:last-child {
  border-left: none;
}
.tblhotelfield .tbl-head td.first-th {
  width: 42%;
  padding: 0px;
}
.tblhotelfield .tbl-head td.tbl-th2 {
  width: 12%;
}
.tblhotelfield .tbl-head td.tbl-th3 {
  width: 12%;
}
.tblhotelfield .tbl-head td.tbl-th4 {
  width: 12%;
}
.tblhotelfield .tbl-head td.tbl-th8 {
  width: 12%;
}
.tblhotelfield .tbl-head td.tbl-th5 {
  width: 16%;
}
.tblhotelfield .tbl-head td.tbl-th6 {
  width: 8%;
}
.tblhotelfield .tbl-head td.tbl-th11 {
  width: 60%;
}
.tblhotelfield .tbl-head td.tbl-th12 {
  width: 20%;
}
.tblhotelfield .tbl-head td.tbl-th13 {
  width: 20%;
}
.tblhotelfield .tbl-body td.first-th {
  width: 42%;
  padding: 0px;
}
.tblhotelfield .tbl-body td.tbl-th2 {
  width: 12%;
}
.tblhotelfield .tbl-body td.tbl-th3 {
  width: 12%;
}
.tblhotelfield .tbl-body td.tbl-th4 {
  width: 12%;
}
.tblhotelfield .tbl-body td.tbl-th5 {
  width: 16%;
}
.tblhotelfield .tbl-body td.tbl-th6 {
  width: 8%;
  line-height: 20px;
}
.tblhotelfield .tbl-body td.tbl-th11 {
  width: 100%;
  padding: 0px;
}
.tblhotelfield .td-hotel .part1 {
  float: right;
  width: 60%;
  padding: 0px 5px;
  position: relative;
}
.tblhotelfield .td-hotel .part1 .tbl-img {
  width: 40px;
  height: 40px;
  margin: 5px;
  float: right;
  display: none;
}
.tblhotelfield .td-hotel .part1 a {
  color: #454545;
}
.tblhotelfield .td-hotel .part1 .hotel-img-hover {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  right: 100%;
  left: -100%;
  z-index: 99;
}
.tblhotelfield .td-hotel .part1:hover .hotel-img-hover {
  display: block;
}
.hotel-img-loaded {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  border-radius: 5px;
  box-shadow: 0 0px 10px 0 #040a10;
}
.tblhotelfield .td-hotel .part2 {
  width: 20%;
  float: right;
  line-height: 50px !important;
  min-height: 50px;
  padding: 0px 5px;
}
.tblhotelfield .td-hotel .part2 img {
  vertical-align: middle;
}
.tblhotelfield .special-hotel .td-hotel .part2 img {
  filter: brightness(0) invert(1);
}
.cost p {
  display: inline-block;
}
.cost p:nth-of-type(2)::before {
  content: "+";
  margin: 0px 1px;
  display: inline-block;
  vertical-align: middle;
}
.tblhotelfield .td-hotel .part3 {
  float: right;
  width: 20%;
  padding: 0px 5px;
}
.tblhotelfield .tbl-body .td-hotel {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  clear: both;
  line-height: 50px;
}
.hotel-section {
  width: 100%;
  height: auto;
  background: #ffffff;
  margin: 0px auto 30px;
  clear: both;
}
.mobile-hotel {
  font-size: 13px;
  direction: ltr;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-bottom: 1px solid #040a10;
  background: linear-gradient(301deg, #d2ae6d 0%, #d2ae6d 50%, #000 100%);
  clear: both;
}
.mobile-hotel a {
  color: #ffffff;
  font-size: 17px;
}
.mobile-hotel-info {
  width: 100%;
  border: 1px solid #040a10;
  clear: both;
}
.mobile-hotel-info .hotel-qu {
  display: block;
  float: right;
  width: 49%;
  text-align: center;
  font-size: 13px;
  color: #000000;
  line-height: 35px;
}
.mobile-hotel-info .hotel-ans {
  border-right: 1px solid #040a10;
  display: block;
  float: right;
  width: 50%;
  text-align: center;
  font-size: 13px;
  color: #000000;
  line-height: 35px;
  min-height: 35px;
  direction: rtl;
}
.mobile-hotel-info .hotel-ans .cost {
  margin-left: 5px;
}
.mobile-hotel-info .hotel-ans img {
  vertical-align: middle;
  margin-top: 11px;
}
.visa-tbl .tbl-head td {
  line-height: 43px;
}
.visa-tbl .tbl-body td {
  line-height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tour-table {
  width: 100%;
  float: right;
  clear: both;
  font-weight: bold;
}
.tblhotelfield .tbl-body .tbl-th7 a {
  color: #777;
}
.tbl-body.special-hotel {
  position: relative;
  background: linear-gradient(214deg, #040a10 11%, #414242 100%);
}
.tblhotelfield .tbl-body.special-hotel td {
  color: #fff !important;
}
.tblhotelfield .special-hotel .td-hotel .part1 a {
  color: #fff !important;
}
.tbl-body.special-hotel .td-hotel .part1::after {
  content: "";
  width: 65px;
  height: 65px;
  transform: rotate(-20deg);
  position: absolute;
  right: -58px;
  top: 5px;
  background-image: url(../images/label-special.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-telegram-plane::before {
  content: "\f3fe";
}
.fa-envelope::before {
  content: "\f0e0";
}
.tour-aside-info {
  padding: 20px;
  border-radius: 50px 20px 20px 20px;
  box-shadow: 1px 0px 6px rgb(153 153 153);
  background: linear-gradient(
    86deg,
    rgba(253, 253, 253, 1) 0%,
    rgba(223, 223, 223, 1) 100%
  );
}
.aside-each-row {
  direction: rtl;
  margin-bottom: 10px;
}
.aside-info-qu {
  float: right;
  line-height: 20px;
  color: #616161;
}
.aside-info-ans {
  float: left;
  line-height: 20px;
  color: #616161;
}
.aside-info-ans span {
  color: #000;
}
.socials-aside ul {
  text-align: center;
}
.socials-aside ul li {
  display: inline-block;
  margin: 10px;
}
.socials-aside ul li a {
  color: #616161;
  font-size: 20px;
}
.reserve-aside {
  margin-bottom: 0;
  display: none;
}
.reserve-aside a {
  background: #00b8bf;
  color: #000;
  font-size: 1rem;
  font-weight: 900;
  width: 100%;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
}
.opinionResult-Box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.opinionResult {
  background: #fff;
  border-radius: 5px;
  width: 300px;
  margin: 100px auto;
  position: relative;
  padding: 20px;
  border: 2px solid #000;
}
.opinionResult a {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0px;
  color: #000;
  cursor: pointer;
}
.opinionResult a::before {
  content: "\f00d";
  font-size: 15px;
}
#OpinioUser-box {
  direction: rtl;
}
#opinionForm {
  width: 100%;
  float: right;
}
#opinionForm .captcha {
  height: 45px !important;
}
#OpinioUser-box input,
#OpinioUser-box textarea,
.input-form select {
  background: #f0f0f0;
  border-radius: 10px;
  margin: 10px 0;
  font-family: "IRANSansWeb";
  font-size: 12px;
  font-weight: 500;
  color: #616161;
  display: block;
  width: 100%;
  padding: 0px 15px;
  border: 1px solid #e8e8e8;
  outline: none;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
}
.SecurityCodeRight {
  width: 50%;
  float: right;
}
.SecurityCodeLeft {
  width: 50%;
  float: left;
  margin-top: 9px;
  line-height: 45px;
  direction: ltr;
}
.SecurityCodeLeft a img {
  vertical-align: middle;
}
.SecurityCodeLeft span {
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  background: #413d42;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  vertical-align: middle;
}
.SecurityCodeLeft span::before {
  content: "\f021";
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.SecurityCodeLeft a {
  float: left;
}
#OpinioUser-box input#OpinionSubmit {
  background: #00b8bf;
  color: #fff;
  cursor: pointer;
  width: 100%;
  float: left;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 1rem;
  font-family: "Kalameh-Regular";
}
.user-opinion-txt-box {
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  direction: rtl;
}
.opinionRow {
  margin: 20px 0;
  position: relative;
  clear: both;
}
.user-opinion-txt {
  position: relative;
  margin: 0;
  padding-bottom: 8px;
}
.user-opinion-txt p {
  padding-top: 10px;
  border-top: 1px dashed #c2c2c2;
  margin-top: 2px;
  background: #fff;
}
.userIcon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 8px;
  border: 4px solid #1b966e;
  text-align: center;
  margin-left: 5px;
}
.userIcon::before {
  display: inline-block;
  color: #fff;
  line-height: 20px;
}
.replyCommentTxt div {
  position: relative;
  background: #d2ae6d;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.replyCommentTxt div::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 20px;
  height: 20px;
  width: 20px;
  background-color: inherit;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(135deg);
  border-radius: 0 0 0 0.25em;
}
.replyCommentTxt div:last-child {
  margin-bottom: 25px;
}
.replyCommentForm {
  display: none;
  margin-bottom: 8px;
}
.replyCommentForm form {
  position: relative;
}
.replyCommentForm input {
  position: absolute;
  right: -14px;
  top: -18px;
  background: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  font-family: IRANSansWeb;
  cursor: pointer;
  border: 1px solid #1b966e;
  color: #1b966e;
  font-weight: bold;
}
.replyCommentForm input:hover {
  background: #1b966e;
  color: #fff;
}
.replyCommentForm textarea {
  width: 60%;
  height: 42px;
  padding: 5px 20px;
  border-radius: 3px;
  background: #fff;
  font-family: IRANSansWeb;
  font-size: 12px;
  border: 1px solid #e3e3e3;
  line-height: 30px;
}
.replyComment {
  position: absolute;
  left: 0;
  top: -6px;
  cursor: pointer;
}
.replyComment a {
  display: inline-block;
  background: #1b966e;
  padding: 3px 8px;
  border-radius: 3px;
  border: 1px solid #1b966e;
  font-size: 12px;
  color: #fff;
}
.replyComment a:hover,
#OpinionSubmit:hover {
  background: #d2ae6d !important;
}
.fa.fa-reply {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
}
.fa-reply::before {
  content: "\f112";
}
.tour-aside-other {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.tour-map iframe {
  width: 290px;
  height: 260px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.row-itinerary {
  margin-bottom: 10px;
}
.row-itinerary .qu-iti {
  background: #d8d8d8;
  padding: 10px;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  direction: rtl;
  text-align: right;
}
.row-itinerary .ans-iti {
  text-align: justify;
  direction: rtl;
  line-height: 1.5rem;
  padding: 15px;
  display: none;
}
.active-itinerary {
  background: #fff;
  border-radius: 10px;
}
.active-itinerary .qu-iti {
  background: #fff;
}
.tour-attract {
  clear: both;
}
.attract-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 5px;
  height: 100%;
  justify-content: center;
}
.attract-grid article {
  color: var(--black);
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  height: 260px;
}
.attract-grid article a,
.attract-grid article figure {
  width: 100%;
  height: 100%;
}
#atract-item-1 {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 2;
  width: 236px;
}
#atract-item-2 {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 4;
  width: 477px;
}
#atract-item-3 {
  grid-row-start: 1;
  grid-column-start: 4;
  grid-row-end: 2;
  grid-column-end: 5;
  width: 236px;
}
#atract-item-4 {
  grid-row-start: 1;
  grid-column-start: 5;
  grid-row-end: 2;
  grid-column-end: 6;
  width: 236px;
}
#atract-item-5 {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 4;
  width: 718px;
}
#atract-item-6 {
  grid-row-start: 2;
  grid-column-start: 4;
  grid-row-end: 3;
  grid-column-end: 6;
  width: 477px;
}
.attract-grid article figure::after {
  background-color: rgba(86, 241, 247, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}
.attract-grid article figure img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
.attract-grid article * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}
.attract-grid article img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.attract-grid article figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  color: #000;
  transition-delay: 0.1s;
  font-family: "kalameh Bold";
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.attract-grid article figure figcaption::before {
  content: "\f06e";
  font-family: "fontawesome";
  font-size: 25px;
  margin-bottom: 10px;
}
.attract-grid article:hover figure::after {
  transform: scale(1);
  opacity: 1;
}
.attract-grid article:hover > img {
  opacity: 0.7;
}
.attract-grid article:hover figcaption {
  opacity: 1;
}
.tour-membership {
  background: #00b8bf;
  margin-top: 3em;
  padding: 20px;
}
.tour-membership .tour-tlt {
  position: relative;
  z-index: 1;
}
.tour-membership .tour-tlt h2 {
  color: #fff;
  width: 500px;
  margin: 0 auto;
  background: #00b8bf;
  text-align: center;
}
.tour-membership form {
  position: relative;
  z-index: 1;
  margin-top: -60px;
}
.tour-membership input {
  text-align: center;
  margin: 10px 0.5%;
  width: 13%;
  height: 50px;
  border-radius: 20px 20px 0 20px;
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2),
    inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
  background: #fff;
  float: right;
}
.tour-membership .submit-signin {
  cursor: pointer;
  text-align: center;
  margin: 10px 0.5%;
  width: 15%;
  height: 50px;
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2),
    inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
  color: #fff;
  background: linear-gradient(
    48deg,
    rgba(36, 102, 226, 1) 0%,
    rgba(76, 43, 192, 1) 35%,
    rgba(98, 74, 185, 1) 100%
  );
  border-radius: 20px 20px 20px 0;
}
.fa-sync::before {
  content: "\f021";
}
.SecurityCode {
  float: right;
  direction: rtl;
  margin: 10px 0.5%;
  width: 13%;
  height: 50px;
  line-height: 50px;
}
.SecurityCode img {
  border-radius: 20px 20px 0 20px;
  float: right;
}
.SecurityCode span {
  margin-left: 6px;
  float: right;
  color: #fff;
  font-size: 20px;
}
.bg-membership {
  position: relative;
  border: 2px #fff solid;
  width: 100%;
  min-height: 80px;
  top: -25px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0 auto;
  border-radius: 20px 20px 90px 90px;
}
/*----------------TOUR STYLE END----------------*/
.swiper-wrapper {
  height: auto !important;
}
.tourItinerary__item__step {
  line-height: 1.25rem !important;
}
/*<!--------------------------------STARTT CSS RESPONSIVE-------------------------------*/
@media only screen and (max-width: 1260px) {
  .attract-grid {
    display: block;
  }
  .attract-grid article {
    width: 100% !important;
    height: auto;
    display: block;
    margin-bottom: 40px;
    overflow: visible;
  }
  .attract-grid article figure img {
    height: auto;
    width: 100%;
    max-width: max-content;
  }
  .attract-grid article figcaption {
    display: block;
    opacity: 1;
    position: relative;
    margin-top: 10px;
  }
  .attract-grid article figure::after,
  .attract-grid article figure figcaption::before {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .bc-main {
    width: 95%;
  }
}
@media only screen and (max-width: 750px) {
  .item-container {
    padding: 1.5em 0;
  }
  .top-part .width_30 {
    width: 100%;
  }
  .item-tour-search {
    margin-top: 1em;
    width: 100%;
  }
  .top-part .width_70 {
    width: 100%;
    text-align: center;
  }
  .item-tour-logo {
    padding: 1.5em 1em;
  }
  .item-tour-text {
    margin-top: 2.5em;
    font-size: 1.1em;
  }
  .tour-list-container {
    grid-template-columns: 1fr;
  }
  .tour-list-content,
  .tour-list-content a {
    width: 100%;
  }
  .second.info {
    width: 100%;
    right: 0;
    font-size: 13px;
  }
  .second.info .price {
    font-size: 18px;
  }
  .third.info {
    bottom: -3.3em;
    right: 0;
  }
  .first.info {
    font-size: 14px;
  }
  .link-more {
    margin-top: 0;
    width: 100%;
  }
  .club-form .item {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .club-form {
    position: relative;
    bottom: 2em;
  }
  .club-form input,
  .club-form button {
    width: 100%;
  }
  .club-contatiner .title {
    font-size: 1em;
    top: -1em;
    width: 350px;
  }
  .club-contatiner {
    padding-top: 2em !important;
  }
  .tour-cat-container {
    padding-top: 1.5em;
  }
  .title-content .title {
    font-size: 1.3em;
  }
  .title-content .sub-title {
    font-size: 13px;
  }
  .article-list-container {
    grid-template-columns: 1fr;
  }
  .article-list-content {
    width: 100%;
    overflow: hidden;
  }
  .first-row .right-part {
    width: 100%;
    margin-top: 1em;
  }
  .first-row .left-part {
    width: 100%;
  }
  .second-row .width_50 {
    width: 100%;
    text-align: center;
  }
  .second-row .width_50:first-child {
    margin-bottom: 0.5em;
  }
  .col-1 {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .col-2 {
    width: 100%;
    text-align: center;
  }
  .col-1 li {
    display: inline-block;
    padding: 0 0.5em;
  }
  .col-2 .width_40,
  .col-2 .width_60 {
    width: 100%;
    text-align: center;
  }
  .col-2 .width_40 {
    margin-bottom: 0.5em;
  }
  .sign li {
    width: 50px;
    height: 50px;
    margin: 0.5em 0.3em;
  }
  .sign {
    justify-content: center;
    margin-top: 0;
  }
  .sign img {
    width: 100%;
    height: auto;
  }
  .blog-list-container {
    grid-template-columns: 1fr;
  }
  .blog-list-content {
    width: 100%;
  }
  .blog-view-content .info {
    padding: 1em;
  }
  .blog-view-content .text {
    height: 83px;
    overflow: hidden;
  }
  .tour-name-info .title,
  .tour-info-txt,
  .tour-du-info,
  .tour-info-txt p,
  .tour-info-opt ul,
  .tour-tlt,
  .tour-view-more,
  .aside-each-row {
    text-align: center;
  }
  .tour-tlt {
    margin-top: 30px;
    clear: both;
    float: right;
    width: 100%;
  }
  .tour-aside-other .tour-tlt {
    margin-top: 0;
  }
  .trip-question {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .aside-info-ans {
    float: none;
  }
  .tour-info-opt ul li {
    display: inline-block;
    float: none;
    width: auto;
    text-align: center;
    margin: 10px;
  }
  .tour-view-more button {
    margin-top: 10px;
  }
  .aside-info-qu {
    float: none;
    margin-bottom: 10px;
  }
  .aside-info-qu {
    float: none;
  }
  .tour-membership .tour-tlt h2 {
    width: auto;
  }
  .bg-membership {
    display: none;
  }
  .tour-membership form {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .tour-slider-contain {
    min-height: unset;
  }
  .section-menu,
  .logo-content svg,
  .lang-content,
  .default-header .notification {
    display: none;
  }
  .logo-content img {
    width: 100%;
    height: auto;
    position: initial;
  }
  .Login_Information {
    min-width: auto;
  }
  .left-header,
  .right-header {
    width: 50%;
  }
  .header-bottom {
    padding: 0;
  }
  .header-top {
    padding: 0.5em 0 0.5em 0;
  }
  .mobile-header {
    display: inline-block;
    position: relative;
  }
  .col2-mobile-header {
    padding-right: 1em;
  }
  .col2-mobile-header .fa-user {
    font-size: 20px;
    color: #fff;
  }
  .menu_link {
    display: block;
    width: 35px;
    position: relative;
    top: 0.3em;
    right: 0;
  }
  .col3-mobile-header {
    padding: 0.2em 0;
  }
  .col3-style {
    top: 1.2em;
  }
  .mobile-header .not-login-section {
    display: block;
    position: relative;
    top: 1.25em;
  }
  .mobile-header .col1-mobile-header a:before,
  .mobile-header .col1-mobile-header a:after {
    content: "";
    display: block;
    height: 2px;
    background: #fff;
  }
  .mobile-header .col1-mobile-header a span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 6px 0;
  }
  .top-menu {
    background: #00b8bf !important;
    text-align: center;
    width: 100%;
    padding: 10px 0 5px 0;
  }
  .top-menu img {
    width: 150px;
    height: auto;
  }
  /*--------------STARTT CSS  MENU-------------*/
  :root {
    --mm-ocd-width: 80%;
    --mm-ocd-min-width: 200px;
    --mm-ocd-max-width: 440px;
  }
  body.mm-ocd-opened {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }
  .mm-ocd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: bottom, background-color;
    -o-transition-property: bottom, background-color;
    transition-property: bottom, background-color;
    -webkit-transition-duration: 0s, 0.3s;
    -o-transition-duration: 0s, 0.3s;
    transition-duration: 0s, 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.45s, 0.15s;
    -o-transition-delay: 0.45s, 0.15s;
    transition-delay: 0.45s, 0.15s;
    font-family: "Kalameh-Regular";
  }
  .mm-ocd--open {
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mm-ocd__content {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    width: var(--mm-ocd-width);
    min-width: 200px;
    min-width: var(--mm-ocd-min-width);
    max-width: 440px;
    max-width: var(--mm-ocd-max-width);
    background: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .mm-ocd--left .mm-ocd__content {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .mm-ocd--right .mm-ocd__content {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .mm-ocd--open .mm-ocd__content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mm-ocd__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: calc(100% - 80%);
    width: calc(100% - var(--mm-ocd-width));
    min-width: calc(100% - 440px);
    min-width: calc(100% - var(--mm-ocd-max-width));
    max-width: calc(100% - 200px);
    max-width: calc(100% - var(--mm-ocd-min-width));
    background: rgba(3, 2, 1, 0);
  }
  .mm-ocd--left .mm-ocd__backdrop {
    right: 0;
  }
  .mm-ocd--right .mm-ocd__backdrop {
    left: 0;
  }
  .mm-spn,
  .mm-spn a,
  .mm-spn li,
  .mm-spn span,
  .mm-spn ul {
    display: block;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  :root {
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px;
  }
  .mm-spn {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mm-spn ul {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: 130%;
    padding-right: 30%;
    line-height: 24px;
    line-height: var(--mm-spn-line-height);
    overflow: visible;
    overflow-y: auto;
    background: inherit;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    cursor: default;
  }
  .mm-spn ul:after {
    content: "";
    display: block;
    height: 50px;
    height: var(--mm-spn-item-height);
  }
  .mm-spn > ul {
    left: 0;
  }
  .mm-spn ul.mm-spn--open {
    left: 0;
  }
  .mm-spn ul.mm-spn--parent {
    left: -30%;
    overflow-y: hidden;
  }
  .mm-spn li {
    position: relative;
    background: inherit;
    cursor: pointer;
    direction: rtl;
    text-align: right;
    font-size: 14px;
    width: 95%;
    background-color: #fff;
    padding: 5px 10px;
    display: block;
    border-radius: 4px;
    color: #505050;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 5px auto;
    height: 40px;
  }
  .mm-spn li:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height) / 4);
    left: 25px;
    left: calc(var(--mm-spn-item-height) / 2);
    z-index: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    transform: rotate(-135deg) translate(0, -50%);
  }
  .mm-spn li:after {
    content: "";
    display: block;
    margin-left: 20px;
    margin-left: var(--mm-spn-item-indent);
    opacity: 0.5;
  }
  .mm-spn a,
  .mm-spn span {
    position: relative;
    z-index: 1;
    padding: 5px 2px; /*padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/2) var(--mm-spn-item-indent)*/
  }
  .mm-spn a {
    background: inherit;
    color: inherit;
    text-decoration: none;
    direction: rtl;
    text-align: right;
    font-size: 14px;
  }
  .mm-spn a:not(:last-child) {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-spn-item-height));
  }
  .mm-spn a:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid;
  }
  .mm-spn span {
    background: 0 0;
    display: inline-block;
  }
  .mm-spn.mm-spn--navbar {
    cursor: pointer;
  }
  .mm-spn.mm-spn--navbar:before {
    content: "";
    display: block;
    position: absolute;
    top: 6.7em; /*top:calc(var(--mm-spn-item-height)/4);*/
    left: 20px;
    left: var(--mm-spn-item-indent);
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-top: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(-45deg) translate(50%, -50%);
    -ms-transform: rotate(-45deg) translate(50%, -50%);
    transform: rotate(-45deg) translate(50%, -50%);
    opacity: 0.8;
  }
  .mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
  }
  .mm-spn.mm-spn--navbar.mm-spn--main:before {
    content: none;
    display: none;
  }
  .mm-spn.mm-spn--navbar:after {
    content: attr(data-mm-spn-title);
    display: block; /*position:absolute;*/
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    height: var(--mm-spn-item-height);
    padding: 0 40px;
    padding: 0 calc(var(--mm-spn-item-indent) * 2);
    line-height: 50px;
    line-height: var(--mm-spn-item-height);
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent);
  }
  .mm-spn.mm-spn--navbar ul {
    top: 51px;
    top: calc(var(--mm-spn-item-height) + 1px);
  }
  .mm-spn.mm-spn--navbar ul:before {
    content: "";
    display: block;
    position: fixed;
    top: inherit;
    z-index: 2;
    width: 100%; /*border-top:1px solid currentColor;*/
    opacity: 0.5;
  }
  .mm-spn.mm-spn--light {
    color: #505050;
    background: linear-gradient(
      90deg,
      rgb(246, 250, 252) 0%,
      rgb(237, 237, 237) 50%,
      rgb(255, 255, 255) 100%
    );
  }
  .mm-spn.mm-spn--dark {
    color: #ffffff;
    background: #505050;
  }
  .mm-spn.mm-spn--vertical {
    overflow-y: auto;
  }
  .mm-spn.mm-spn--vertical ul {
    width: 100%;
    padding-right: 0;
    position: static;
  }
  .mm-spn.mm-spn--vertical ul ul {
    display: none;
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent);
  }
  .mm-spn.mm-spn--vertical ul ul:after {
    height: 25px;
    height: calc(var(--mm-spn-item-height) / 2);
  }
  .mm-spn.mm-spn--vertical ul.mm-spn--open {
    display: block;
  }
  .mm-spn.mm-spn--vertical li.mm-spn--open:before {
    -webkit-transform: rotate(135deg) translate(-50%, 0);
    -ms-transform: rotate(135deg) translate(-50%, 0);
    transform: rotate(135deg) translate(-50%, 0);
  }
  .mm-spn.mm-spn--vertical ul ul li:last-child:after {
    content: none;
    display: none;
  }
  .mm-spn li .fa {
    display: inline-block;
    margin-left: 7px;
    padding-left: 7px;
    border-left: 1px solid #aaa;
    font-size: 15px;
    vertical-align: middle;
    min-width: 16px;
    text-align: center;
  }
  .mm-spn--open {
    margin-top: 90px !important;
  }
  .owl-theme .owl-controls {
    width: 95%;
  }
  .tour-slider-contain .slider-container::after {
    display: none;
  }
  .tour-info-contain {
    margin-top: 0;
  }
  .item-container {
    padding: 1.5em 0;
  }
  .tour-info-right {
    width: 100%;
    padding-left: 0;
  }
  .tour-info-left {
    width: 100%;
    padding-right: 0;
  }
  .tour-membership input {
    margin: 15px 0;
    width: 100%;
    border-radius: 20px;
  }
  .tour-membership input.captcha-type {
    width: 50%;
  }
  .SecurityCode {
    width: 50%;
    float: left;
    text-align: left;
    margin: 15px 0;
  }
  .SecurityCode span {
    float: none;
  }
  .load-captcha {
    float: left;
  }
  .SecurityCode img {
    border-radius: 20px;
  }
  .tour-membership .submit-signin {
    margin: 15px 0;
    width: 100%;
    border-radius: 20px;
  }
  .tour-map iframe {
    width: 100%;
  }
  #tour-srvices,
  .tour-map,
  #tour-opinion {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .hotel-section {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .hotel-tbl {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .col3-style {
    position: absolute !important;
    width: 100%;
    padding: 0;
    top: initial;
    bottom: 0.2em;
  }
  .mobile-header-style {
    padding-bottom: 0.5em;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  .tour-list-container {
    grid-template-columns: 1fr 1fr;
  }
  .club-form .item {
    width: 50%;
    margin-bottom: 0.5em;
  }
  .club-form {
    position: relative;
    bottom: 1.8em;
  }
  .article-list-container {
    grid-template-columns: 1fr 1fr;
  }
  .blog-list-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 950px) {
  .blog-view-container .width_70,
  .blog-view-container .width_30,
  .suggestion-container,
  .blog-map-content {
    width: 100%;
  }
}
@media only screen and (max-width: 734px) {
  .hotel_table {
    display: none;
  }
  .hotel-section-wrapper {
    display: block;
  }
  .hotel-section {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0px auto 20px;
  }
  .mobile-hotel {
    direction: ltr;
    text-align: center;
    line-height: 35px;
    color: #fff;
    clear: both;
    border-radius: 10px 10px 0 0;
  }
  .mobile-hotel a {
    color: #fff;
  }
  .mobile-hotel-info {
    width: 100%;
    clear: both;
  }
  .mobile-hotel-info .hotel-qu {
    display: block;
    width: 49%;
    text-align: center;
    color: #313131;
    line-height: 35px;
  }
  .mobile-hotel-info .hotel-ans {
    display: block;
    width: 50%;
    text-align: center;
    color: #313131;
    line-height: 35px;
    min-height: 35px;
  }
  .mobile-hotel-info .hotel-ans img {
    vertical-align: middle;
    margin: 2px 0;
  }
  .hotel-wrapper {
    margin-top: 0;
  }
}
/*<!--------------------------------START CSS LOGIN-------------------------------*/
#Login_box .shine-hover {
  color: #fff;
  background-color: #00b8bf;
  border: 1px solid #00b8bf;
}
#Login_box .shine-hover:hover {
  background-color: #00b8bf;
}
.login_module_prev:hover {
  color: #000;
  border-color: #000;
}
.login_info i {
  color: #00b8bf !important;
}
.login-link {
  border: 1px solid #00b8bf;
}
.login-link:hover {
  background-color: #00b8bf;
  color: #fff !important;
}
.login-btn {
  background-color: #00b8bf;
}
.login-title i {
  color: #00b8bf;
}
.login-btn:hover {
  background-color: #d2ae6d;
}
.bottom-content .action-loading {
  background-color: #00b8bf;
}
/*<!--------------------------------END CSS LOGIN-------------------------------*/
body {
  position: relative;
}
.background-color_body.dir-rtl .container-whatsapp-fixed {
  flex-direction: row;
}
.container-whatsapp-fixed {
  position: fixed;
  bottom: 2.3rem;
  left: 2.3rem;
  z-index: 9999;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.5rem;
}
.container-whatsapp-fixed span {
  font-size: 14px;
  background: white;
  padding: 0.5rem;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .container-whatsapp-fixed {
    position: fixed;
    bottom: 4rem;
    left: 1rem;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}
.whatsapp-fixed {
  z-index: 9999;
  border: 3px solid white;
  border-radius: 50% !important;
  animation: bounce-in 2s ease infinite;
  width: 64px !important;
  height: 64px !important;
  background-color: #fff !important;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.whatsapp-fixed:hover {
  animation: none !important;
  transform: scale(1.13);
  border: 3px solid rgb(16, 218, 228);
}
.whatsapp-fixed img {
  width: 59px !important;
  height: 59px !important;
  border-radius: 50% !important;
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 1024px) {
  .width_30:has(.blog-map-content) {
    display: none !important;
  }
}


