* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  direction: rtl;
  height: 100%;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWeb_Black.eot");
  src: url("../fonts/eot/IRANSansWeb_Black.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/woff/IRANSansWeb_Black.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb_Black.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/woff/IRANSansWeb_Bold.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/ttf/IRANSansWeb_Bold.ttf")
      format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/woff/IRANSansWeb_Medium.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb_Light.eot");
  src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/woff/IRANSansWeb_Light.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb_UltraLight.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Kohinoor Arabic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/KohinoorArabic.woff2") format("woff2");
}
body {
  direction: rtl !important;
  font-family: "IRANSans";
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
}
.container-fluid {
  width: 100%;
  clear: both;
  float: right;
  margin-left: auto;
  margin-right: auto;
}
.items-flex-end {
  align-items: flex-end;
}
.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  pointer-events: none;
  overflow: hidden;
}
.is-ie-10 .c-loading {
  display: none;
}
.c-loading .c-loading_top,
.c-loading .c-loading_bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  content: "";
  background: #62c7d1;
  -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.dom-is-loaded .c-loading.is-loading .c-loading_top,
.dom-is-loaded .c-loading.is-loading .c-loading_bottom {
  transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.c-loading .c-loading_top {
  top: 0;
}
.dom-is-loaded .c-loading .c-loading_top {
  transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
}
.c-loading .c-loading_bottom {
  bottom: 0;
}
.dom-is-loaded .c-loading .c-loading_bottom {
  transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
}

.c-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2001;
  -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.dom-is-loaded .c-spinner {
  opacity: 0;
}
.dom-is-loaded .c-spinner.is-loading {
  opacity: 1;
}
@media (min-width: 1000px) {
  .c-spinner {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: -1.125rem;
    margin-top: -1.125rem;
  }
}
@media (max-width: 999px) {
  .c-spinner {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
  }
}

.c-spinner_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: spinner-anim 0.7s linear infinite;
}
.dom-is-loaded .c-spinner_wrap {
  animation-play-state: paused;
}
.dom-is-loaded .is-loading .c-spinner_wrap {
  animation-play-state: running;
}

.c-spinner_dot {
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1000px) {
  .c-spinner_dot {
    width: 0.625rem;
    height: 0.625rem;
  }
}
@media (max-width: 999px) {
  .c-spinner_dot {
    width: 6px;
    height: 6px;
  }
}
.c-spinner_dot.-top {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  background: #ee5b87;
}
.dom-is-loaded .c-spinner_dot.-top {
  transform: translate(-50%, -300%);
  -ms-transform: translate(-50%, -300%);
  -webkit-transform: translate(-50%, -300%);
  -moz-transform: translate(-50%, -300%);
}
.dom-is-loaded .is-loading .c-spinner_dot.-top {
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
}
.c-spinner_dot.-right {
  top: 50%;
  right: 0%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  background: #a253c2;
}
.dom-is-loaded .c-spinner_dot.-right {
  transform: translate(300%, -50%);
  -ms-transform: translate(300%, -50%);
  -webkit-transform: translate(300%, -50%);
  -moz-transform: translate(300%, -50%);
}
.dom-is-loaded .is-loading .c-spinner_dot.-right {
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
}
.c-spinner_dot.-bottom {
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  background: #00b6cd;
}
.dom-is-loaded .c-spinner_dot.-bottom {
  transform: translate(-50%, 300%);
  -ms-transform: translate(-50%, 300%);
  -webkit-transform: translate(-50%, 300%);
  -moz-transform: translate(-50%, 300%);
}
.dom-is-loaded .is-loading .c-spinner_dot.-bottom {
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
}
.c-spinner_dot.-left {
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  background: #3482a9;
}
.dom-is-loaded .c-spinner_dot.-left {
  transform: translate(-300%, -50%);
  -ms-transform: translate(-300%, -50%);
  -webkit-transform: translate(-300%, -50%);
  -moz-transform: translate(-300%, -50%);
}
.dom-is-loaded .is-loading .c-spinner_dot.-left {
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
}

@keyframes spinner-anim {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  50% {
    -moz-transform: scale(1) rotate(180deg);
    -webkit-transform: scale(1) rotate(180deg);
    -o-transform: scale(1) rotate(180deg);
    -ms-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }

  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(350deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
.container-fluid {
  display: block;
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1300px !important;
}
.items-center {
  align-items: center;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.position-relative {
  position: relative;
}
.header-top {
  background-color: #62c7d1;
  padding: 7px 0;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
  margin: auto;
  background-color: #fff;
}

.ml-5 {
  margin-left: 5px;
}
.text-center {
  text-align: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  display: flex;
  padding: 6px 19px 6px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  color: #62c7d1;
  font-family: "Kohinoor Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dropbtn:hover {
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  display: none;
  padding: 6px 37px 11px 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  border-radius: 4px;
  background: #62c7d1;
  z-index: 1;
  top: 42px;
}

.dropdown-content a {
  color: #fff;
  font-family: "Kohinoor Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dropdown-content a:hover {
  font-weight: 500;
}

.show {
  display: block;
}
.flex {
  display: flex;
}
.div-top {
  width: 1px;
  height: 29px;
  background: #fff;
  margin: 0 15px;
}
.menu-top {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  .img-float {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .sec-error {
    height: 100vh;
    overflow: hidden;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .flex-md {
    display: flex;
  }
  .share-items {
    top: -50px;
    left: 0;
  }
  .contact-col .flex-content {
    padding: 50px 50px !important;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pl-md-25 {
    padding-left: 25px;
  }
  .pr-md-25 {
    padding-right: 25px;
  }
  .social-contact li {
    margin-left: 10px;
  }
  .desc-form {
    font-size: 18px;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .w-300 {
    width: 280px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .link-lap {
    color: #414698;
    text-align: right;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    background: #f8fafc;
    box-shadow: 0 -12px 25px -5px rgba(98, 199, 209, 0.15),
      0 10px 10px -5px rgba(98, 199, 209, 0.25);
    width: 60%;
    bottom: 150px;
    font-size: 24px;
    line-height: 228.742%;
    padding: 7px 45px;
  }
  .slider-content {
    padding: 50px 140px;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .dropdown__menu {
    max-width: 350px;
  }
  .dropdown {
    max-width: 350px;
  }
  .dropdown__btn {
    max-width: 350px;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .not-result {
    font-size: 18px;
  }
     .list-doc .img-doc {
        width: 200px;
        height: auto;
        max-height: 200px;
        overflow-y: hidden;
    }
    .list-doc .img-doc img {
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
  .list-doc .scroll-down a span {
    border-color: #62c7d1;
  }
  .list-doc .scroll-down a span::before {
    background-color: #62c7d1;
  }
  .icon-doc {
    width: 87px;
    height: 87px;
  }
  .icon-doc::after {
    width: 85.761px;
    height: 85.761px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    background: rgba(98, 199, 209, 0.25);
    position: absolute;
    top: -5px;
    right: -49.761px;
    content: "";
    transition: all 0.2s linear;
  }
  .list-doc {
    padding: 0;
  }
  .list-doc > li {
    margin-right: -5px;
    margin-bottom: 25px;
  }
  .grop-doc li {
    margin-bottom: 25px;
  }
  .list-doc > li:hover {
    z-index: 1;
  }
  .list-doc {
    margin-left: -18px;
  }
  .scroll-down {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-right: 1px solid #fff;
    display: flex;
    width: 80px;
    height: 100%;
    padding: 27px 27px 110px 26px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  #contactToggle {
    right: 60px;
  }
  .list-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
  }
  .list-categories li {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .img-category {
    border-radius: 8px;
    position: relative;
  }
  .img-category .main-cat-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .img-category h3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 54px;
    z-index: 1;
    text-align: center;
    padding: 25px 11px;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 228.742%;
  }
  .icpn-cat {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 98px;
    z-index: 2;

    transform: scale(0);
  }
  .layer-cat:hover .icpn-cat {
    transform: scale(1);
    transition: all 0.2s linear;
  }
  .layer-cat {
    position: relative;
    display: block;
    border-radius: 8px;
  }
  .layer-cat::after {
    background-color: #62c7d194;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    position: absolute;
    border-radius: 8px;
    opacity: 0;
  }
  .layer-cat:hover:after {
    opacity: 1;
    transition: all 0.2s linear;
  }
  .filter-col {
    flex: 0 0 auto;
  }
  .content-col {
    flex: 0 0 auto;
  }
  .nav-menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    width: 100%;
    align-items: center;
  }
  .nav-menu > li svg {
    vertical-align: middle;
  }
  .nav-menu > li {
    list-style: none;
    margin-left: 25px;
    position: relative;
    line-height: 5;
  }
  .nav-menu > li > a {
    color: #242a3a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 228.742%;
  }
  .has-sub > ul {
    position: absolute;
    top: 100%;
    right: 0;
    margin-left: 0;

    text-align: right;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
      visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(15px) translateZ(0);
    pointer-events: none;
    padding-right: 0 !important;

    position: absolute;
    width: 287px;
    border-top: 4px solid #62c7d1;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  li.has-sub ul li {
    width: 100%;
    list-style: none;
    position: relative;
    line-height: 1;
    padding: 10px 15px 10px 15px;
  }

  .has-sub:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: none !important;
    pointer-events: visible;
    pointer-events: unset;
  }
  li.has-sub ul li a {
    min-width: 256px;
    color: #242a3a;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
li.has-sub li:hover{
  background: rgba(98, 199, 209, 0.25);
}
  .nav-link svg {
    position: absolute;
    left: 14px;
    font-size: 12px;
    top: 14px;
  }
  .has-sub:hover > ul > li > ul {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 380;
    margin-left: 0;
    text-align: right;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
      visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(15px) translateZ(0);
    pointer-events: none;
  }
  .has-sub:hover > ul > li:hover > ul {
    visibility: visible;
    pointer-events: visible;
    pointer-events: unset;
    opacity: 1;
  }
}
.justify-between {
  justify-content: space-between;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.social-top li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.2s linear;
}
.social-top li:hover a {
  background-color: #62c7d14a;
}
.social-top li a {
  display: flex;
  width: 29px;
  height: 29px;
  padding: 6px 7.661px 5.808px 8.24px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 0.883px solid #62c7d1;
  background: #fff;
}
.slider-section .swiper-pagination {
  z-index: 10;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .content-wrapper-inner {
    margin-top: 40px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .hidden-lg {
    display: none !important;
  }
  .slider-section .swiper-pagination {
    bottom: 30px;
    text-align: left;
    padding-left: 120px;
  }
  .button--for-image {
    bottom: 30px;
    right: 50px;
  }
  .slider-section .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    margin: 0 6px;
    background-color: white;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .slider-section .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #00bfff;
    transition: width 1.5s ease;
  }

  .slider-section
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 100%;
  }

  .slider-section .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.6;
  }

  .slider-section
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .count-slide {
    position: absolute;
    bottom: 30px;
    left: 100px;
    z-index: 1;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
  }
  .d-md-flex {
    display: flex;
  }
}
#search-box {
  top: 0;
  display: none;
  position: fixed;
  right: 0;
  background: white;
  border-bottom: 1px solid #57c4cd;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
  font-family: "IRANSans", sans-serif;
}
.search-icon {
  cursor: pointer;
}
#search-close {
  margin-bottom: 50px;
  cursor: pointer;
}
.flex-search {
  margin-top: 5%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 4.508px 7px 9px;
  border-bottom: 1px solid #62c7d1;
}
.flex-search button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.flex-search input {
  color: #64748b;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.flex-search input::placeholder {
  color: #62c7d1;
  opacity: 1;
}

.flex-search input::-ms-input-placeholder {
  color: #62c7d1;
}
.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  line-height: 1;
  color: #62c7d1;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.breadcrumb li a {
  color: #94a3b8;
  text-align: right;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
  align-items: center;
}
.result-none {
  margin-top: 50px;
  color: #62c7d1;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#menu-icon,
#menu-close {
  cursor: pointer;
}
#side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
  transition: right 0.3s ease;
  z-index: 1000;
  padding: 30px;
  direction: rtl;
}

#side-menu.active {
  right: 0;
}
.ul-menu {
  width: 30%;
  float: right;
}
.ul-menu i {
  line-height: 1;
}
.ul-menu > li::before {
  width: 8px;
  height: 8px;
  background-color: #242a3a;
  content: "";
  position: absolute;
  top: 19px;
  right: 0;
  border-radius: 100%;
}
.ul-menu > li {
  padding-right: 15px;
}
.ul-menu li:hover::before {
  background-color: #62c7d1;
}
.ul-menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(98, 199, 209, 0.07);
  position: relative;
}
.ul-menu li:hover > a {
  color: #62c7d1;
}
.ul-menu li:hover > a svg path {
  stroke: #62c7d1;
}
.ul-menu li a {
  color: #242a3a;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 3;
  transition: all 0.2s linear;
}
.ul-menu .has-menu ul {
  right: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
  padding-right: 40px;
}
.ul-menu .has-menu:hover > ul {
  display: block;
}
.body-main-menu {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  direction: ltr;
}
.body-main-menu ul {
  direction: rtl;
}
#menu-close {
  margin-top: 39px;
  margin-right: 40px;
}
.socail-menu {
  margin-top: 40px;
  margin-right: 27px;
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .list-do li {
    flex: 0 0 calc(33% - 20px);
  }
  .list-video li {
    flex: 0 0 calc(50% - 20px);
  }
  .d-md-flex.flex-info-doc.items-center.justify-between.mt-30 {
    display: block !important;
  }
  .show-top {
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
    gap: 30px;
  }
  .d-image {
    width: 150px;
    height: 150px;
  }
  .box-1 {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .list-doc > li,
  .grop-doc li {
    flex: 0 0 49%;
  }
  .list-category li {
    flex: 0 0 calc(33% - 20px);
  }
  .img-category {
    height: 280px;
  }
  .filter-col {
    width: 35%;
  }
  .content-col {
    width: 65%;
  }
  .list-categories li {
    flex: 0 0 calc(49% - 10px);
  }
}
@media screen and (max-width: 991.99px) {
  .tab-container.inner.fixed {
    top: 120px;
  }
  .list-doc {
    margin-left: -25px;
  }
  .header-mob {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .none-xs {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .list-doc > li {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.99px) {
  .list-doc > li,
  .grop-doc li {
    flex: 0 0 33%;
  }
  .list-do li {
    flex: 0 0 calc(25% - 20px);
  }
  .list-do {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .list-do li {
    flex: 0 0 calc(20% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .list-do li {
    flex: 0 0 calc(20% - 20px);
  }
  .header-tbl .search-d-inner {
    width: 33%;
  }
  .swiper-slide-counter {
    right: 11%;
  }
  .video-slider .swiper-button-next {
    left: auto !important;
    right: 6%;
    bottom: 14%;
    width: 57px;
    height: 57px;
  }
  .video-slider .swiper-button-prev {
    right: 14%;
    bottom: 14%;
    width: 57px;
    height: 57px;
    left: auto !important;
  }
  .video-slider .slide-video {
    width: 75%;
  }
  .h-span {
    display: block;
    padding-top: 353px;
  }
  .h-span2 {
    display: block;
    padding-top: 500px;
  }
  .video-slider .slide-text {
    width: 25%;
    background: url("../images/bg-video-text.png") no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    color: #fff;
    align-items: center;
    direction: rtl;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: justify;
  }
  .video-slider .slide-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .video-slider  .slide-content2  .slide-video {
    width: 100%;
    height: 100%;
  }
  .video-slider .slide-video {
    width: 75%;
    height: 100%;
  }
  .list-video li {
    flex: 0 0 calc(33% - 20px);
  }
  .tab-container.inner.fixed {
    top: 66px;
  }
  .col-inf-doc {
    margin-top: 6rem;
  }
  .show-top {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .col-inf-doc {
    width: calc(100% - 384px);
    padding-right: 30px;
  }
  .d-image {
   
        width: 384px;
        height: auto;
        border-radius: 100%;
        max-height: 600px;
  }
  .grop-doc {
    gap: 35px;
  }
  .grop-doc li {
    flex: 0 0 calc(25% - 35px);
  }
  .hero-slider__media picture,
  .hero-slider__media video {
    height: auto;
  }

  .hero-slider__media img {
    height: 100vh;
  }

  .hero-slider__media video,
  .hero-slider__media img {
    height: auto;
  }

  .hero-slider__overlay {
    height: 100vh;
  }
  .list-category li {
    flex: 0 0 calc(25% - 20px);
  }
  .img-category {
    height: 325px;
  }
  .filter-col {
    width: 25%;
  }
  .content-col {
    width: 75%;
  }
  .list-categories li {
    flex: 0 0 calc(33% - 11px);
  }
  #panel-menu {
    display: none !important;
  }
  header.sticky-menu {
    -webkit-transform: translateY(-46px);
    transform: translateY(-46px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    z-index: 1000;
  }

  .none-lg {
    display: none !important;
  }
}

.title-section {
  color: #62c7d1;
  text-align: right;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-right: 30px;
}

.short-desc-company {
  margin-top: 20px;
  flex-shrink: 0;
  color: #242a3a;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 228.742%;
}

section {
  width: 100%;
  float: left;
}
section {
  display: block;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.research-inner-2 {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.research-inner-2 {
  width: 100%;
}
.research-list {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
}

.research-list:hover {
  flex: 0 0 100%;
  max-width: 100%;
  float: left;
}
.research-list {
  transition: all 0.3s ease;
}
.research-inner-2 .research-list:nth-child(3):hover {
  flex: 0 0 100%;
  margin-right: -66.66%;
  z-index: 12;
}
.research-list {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  height: 100%;
}
.research-list-img {
  position: relative;
}
.research-list-img {
  display: flex;
  align-items: flex-end;
  height: 100%;
  border-left: 2px solid #fff;
}
.research-list-overlay {
  z-index: 1; width: 100%;
}
.research-list-overlay-title {
 display: flex;
    padding: 30px 15px 16px 3px;
    justify-content: flex-end;
    background: linear-gradient(90deg, #72eefa 0%, #62c7d1 100%);
    z-index: 10;
    position: relative;
    flex-direction: column;
    width: 100%;
}
.research-list-overlay-title p {
  color: #fff;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.research-list-overlay-title a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  justify-content: flex-start;
}
.slct_option {
  display: none;
  transition: all 0.3s ease;
}

.research-list.research-list-2 .banner-box {
  flex: 0 0 16%;
}
.research-list:hover .slct_option {
  display: block;
}

.slct_option {
  display: none;
  transition: all 0.3s ease;
}
a.discover-link,
.discover-link a {
  font-size: 16px;
  line-height: 18px;
  color: #fff !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
a.discover-link i,
.discover-link a i {
  opacity: 0;
  transition: all 0.3s ease;
}
.research-list-img::after {
  content: "";
  background: #0000001f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.research-list:first-child:hover,
.research-list:nth-child(3):hover {
  flex: 0 0 100.33%;
}
.research-inner-2 .research-list:nth-child(2):hover {
  flex: 0 0 100%;
  margin-right: -33.33%;
  z-index: 10;
}

.research-inner-2 .research-list:hover .research-list-overlay-title {
  display: none;
}
.research-inner-2 .research-list:hover .research-list-img::after {
  background-color: #000000ed;
}
.research-inner-2 .research-list:hover .research-list-img {
  align-items: center;
  justify-content: center;
}

.banner-hover-list {
  display: inline-block;
  margin-bottom: 30px;
  transition: all 0.2s linear;
}
.banner-box:hover img {
  opacity: 0.8;
}
.banner-box:hover h3 {
  color: #ffffff94;
}
@media (max-width: 1500px) {
  a.discover-link,
  .discover-link a {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .research-list-overlay {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .research-inner-2 .research-list:nth-child(1) {
    background-position: 50% !important;
  }
  .research-inner-2 .research-list:nth-child(3) {
    background-position: 34% !important;
  }
  .research-inner-2 .research-list:nth-child(2) {
    background-position: 50% !important;
  }
  .list-opt-scr {
    text-align: center;
  }
  .banner-hover-list {
    width: 25%;
  }
  .research-inner-2 .research-list:nth-child(3) .banner-hover-list {
    width: 20%;
  }
  .title-section::before {
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    border-radius: 2px;
    background: #62c7d1;
    position: absolute;
    right: 0;
    top: 14px;
    content: "";
  }
  .title-section {
    font-size: 24px;
  }
  .short-desc-company {
    max-width: 280px;
  }
  .section1 {
    background: url("../images/bg-about-section.png") #d3d3d321 0px -61.317px / 100%
      122.318% no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
  }
  section.section1 {
    min-height: 42vh;
  }
  section.section1 .container,
  section.section1 .container .row {
    height: 100%;
  }
  .h-full {
    height: 80vh;
  }
  section.section1 > .row {
    height: 100%;
  }
  .col-md-30 {
    -ms-flex: 0 0 26.666667%;
    flex: 0 0 26.666667%;
    max-width: 26.666667%;
  }
}
@media (min-width: 768px) {
  .col-md-70 {
    -ms-flex: 0 0 73.333333%;
    flex: 0 0 73.333333%;
    max-width: 73.333333%;
  }
}

.banner-box img {
  filter: brightness(0) invert(1);
  object-fit: contain !important;
}
.banner-box h3 {
  color: white;
  margin-top: 15px;
  width: 100%;
}
.title-slct-opt {
  margin-bottom: 30px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.title-slct-opt span {
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
}
.body-slct {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
}
.list-category {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.list-category li {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.slider-decoration {
  background-color: #414698;
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-size: auto 250px;
}
.content-item-inner {
  position: relative;
}
.content-headline .title-section {
  margin: 0;
  text-align: right;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.content-headline h3::before {
  right: 50px;
  top: 12px;
}

.title-news {
  align-self: stretch;
  color: #242a3a;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.short-desc-news {
  display: -webkit-box;
  align-self: stretch;
  color: #242a3a;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 228.742%;
  border-bottom: solid 1px #242a3a;
  padding-bottom: 10px;
  height: 134px;
}
.news-date {
  margin-top: 10px;
  align-self: stretch;
  color: #242a3a;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 228.742%;
}
.item-news {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: block;
  overflow: hidden;
  position: relative;
}
.inf-news {
  padding: 5px 1em 2.3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.img-news {
  height: 185px;
  overflow: hidden;
}
.img-news img,
.img-fasl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.post-link-wrap {
  background: linear-gradient(90deg, #414698 0%, #7c81d8 100%);
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  padding: 0.45rem;
  font-size: 0;
  transition: font-size 0.25s ease, background-color 0.25s ease;
}
.post-link-wrap a {
  color: #fff;
  font-size: 100%;
  font-weight: 500;
}
.item-news:hover .post-link-wrap {
  font-size: 1em !important;
}
.section3 .swiper-button-prev::after {
  display: none !important;
}
.custom-btn {
  background-color: transparent !important;
  cursor: pointer;
  transition: all 0.2s linear;
}
#swiper-prev {
  position: absolute;
  right: -101px;
  top: 60%;
  z-index: 1;
}
#swiper-next {
  position: absolute;
  top: 36%;

  right: -101px;
  z-index: 1;
  transform: rotate(-180deg) !important;
}
.custom-btn:hover svg {
  fill: #fff;
  stroke: #fff;
  transition: all 0.2s linear;
}
.custom-btn:hover svg g path {
  fill: #414698;
  transition: all 0.2s linear;
}

.footer-top {
  background-color: #414698;
}
.main-title-footer-top {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.sub-title-footer-top {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.cal {
  display: inline-flex;
  padding: 7px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  background: #fff;
  color: #414698;
  direction: ltr;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
  transition: all 0.2s linear;
}
.cal:hover {
  background: #62c7d1;
  color: #fff;
}
.footer-middle {
  padding-top: 20px;
  padding-bottom: 20px;
}
.divider-footer {
  height: 1px;
  background: #62c7d1;
}
.footer-buttom {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #414698;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
@media (min-width: 768px) {
  .filter-col {
    padding-left: 50px;
  }
  .banner-box h3 {
    font-size: 13px;
  }
  .banner-box img {
    max-width: 50px !important;
  }
  .content-item-inner {
    padding: 4em 0;
  }
  .section2 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .read-more {
    color: #fff;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 228.742%;
    display: inline-flex;
    padding: 7px 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    background: linear-gradient(90deg, #72eefa 0%, #62c7d1 100%);
    transition: all 0.3s linear;
  }
  .read-more:hover {
    background: linear-gradient(90deg, #62c7d1 0%, #72eefa 100%);
    transition: all 0.3s linear;
  }
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sub-title-footer-top {
    font-size: 16px;
  }
  .main-title-footer-top {
    text-align: right;
    font-size: 20px;
  }
  .main {
    padding-bottom: 4rem;
  }
  .content-headline .title-section {
    color: #fff;
    font-size: 24px;
  }
  .content-wrapper-inner {
    margin-right: 190px;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .text-md-end {
    text-align: left;
  }
}
.num {
  direction: ltr;
  color: #414698;
  display: inline-block;
}
.nama-site {
  background: #62c7d1;
  padding: 9px 0 8px 0;
  text-align: center;
}
.nama {
  display: inline-flex;
  align-items: center;
  margin: auto;
  gap: 5px;
  color: #000;
  font-size: 13px;
}
.back-to-top {
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  position: fixed;
  left: 20px;
  bottom: 5px;
  z-index: 2;
}

.text-scroll-down {
  writing-mode: vertical-rl;

  font-size: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 228.742%;
  letter-spacing: 1.44px;
}
.scroll-down a {
  position: absolute;
  bottom: 63px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.scroll-down a:hover {
  opacity: 0.5;
}
.scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 13px;
  height: 29px;
  margin-left: -9px;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
@keyframes a {
  0% {
    bottom: 100%;
    height: 0;
  }

  20% {
    height: 13px;
    bottom: 13px;
  }

  80%,
  to {
    bottom: 13px;
    height: 0;
  }
}
.scroll-down a span::before {
  background: #fff;
  content: "";
  display: block;
  margin: 0 auto;
  right: 0;
  bottom: 100%;
  left: 0;
  position: absolute;
  width: 1px;
  height: 0;
  animation: a 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}
.swiper-pagination-lock {
  display: none;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.hero-slider {
  position: relative;
  color: #fff;
  background-color: #000;
}

.hero-slider__content {
  position: relative;
  overflow: hidden;
}

.hero-slider__slider .swiper-slide:first-child .hero-slider__media picture {
  overflow: hidden;
}

.hero-slider__slider .swiper-slide:first-child .hero-slider__media picture img {
  transform: scale(1);
}

.hero-slider__slider .swiper-pagination .swiper-pagination-bullet {
  border-color: #fff;
}

.hero-slider__slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.hero-slider__media {
  z-index: 1;
  background-color: #000;
}

.hero-slider__media picture,
.hero-slider__media video {
  position: relative;
  display: block;
}

.hero-slider__media img {
  display: block;
  width: 100%;
}

.hero-slider__media video,
.hero-slider__media img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.hero-slider__overlay {
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: 100%;
  top: 0;
  left: 0;
}

.hero-slider__overlay-content {
  flex-grow: 1;
}

.hero-slider__arrow {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 18px;
  border-radius: 50%;
  top: -25px;
  left: -25px;
  border: rgba(255, 255, 255, 0.5) solid 1px;
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.2s linear;
  transform: translate3d(0px, 0px, 0) rotate(0deg);
  z-index: 9;
  pointer-events: none;
}

.hero-slider__arrow-icon {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
  border-right: rgba(255, 255, 255, 0.5) solid 1px;
  transform-origin: 50% 50%;
  transform: translateX(-2px) rotate(-45deg);
}

@media (max-width: 460px) {
  .list-video li {
    flex: 0 0 100%;
  }
  .webinar-list li {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .img-category {
    height: 169px;
  }
  .list-categories li {
    flex: 0 0 calc(49% - 10px);
  }
}
@media screen and (min-width: 461px) and (max-width: 767.99px) {
  .list-video li {
    flex: 0 0 calc(50% - 20px);
  }
  .grop-doc {
    gap: 20px;
  }
  .img-category {
    height: 250px;
  }
  .list-categories li {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .col-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .description .tab-content {
    border-radius: 6px;
    border-bottom: 1px solid #62c7d1;
    background: #f8fafc;
    padding: 10px;
    text-align: justify;
  }
  .show-top {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .not-result {
    font-size: 16px;
    margin-bottom: 3rem;
  }
  .grop-doc {
    justify-content: center;
  }
  .grop-doc {
    gap: 20px;
  }
  .img-doc {
    width: 157px;
    height: 157px;
  }
  .layer-img {
    display: none !important;
  }
  .f-cat-name {
    font-size: 14px !important;
    align-self: center !important;
    margin-bottom: 20px;
  }
  .icon-doc {
    width: 35px;
    height: 41px;
  }
  .icon-doc::after {
    width: 55px;
    height: 55.861px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    background: rgba(98, 199, 209, 0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -9px;
    left: 0;
    margin: auto;
    content: "";
    transition: all 0.2s linear;
  }
  .list-doc > li,
  .grop-doc li {
    flex: 0 0 calc(49% - 20px);
  }
  .list-doc {
    gap: 20px;
  }

  .scroll-down {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    margin: auto;
    bottom: 7px;
  }
  .scroll-down span svg {
    position: absolute;
    bottom: -27px;
    left: -4px;
    right: -5px;
    margin: auto;
  }
  #contactToggle {
    right: 20px;
  }
  .list-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
  }
  .list-categories li {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .img-category {
    border-radius: 8px;
    position: relative;
  }
  .img-category .main-cat-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .img-category h3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    z-index: 1;
    text-align: center;
    padding: 0 11px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 228.742%;
    min-height: 70px;
  }
  .icpn-cat {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 45px;
    z-index: 2;
    width: 30px;
    object-fit: contain;
  }

  .layer-cat {
    position: relative;
    display: block;
    border-radius: 8px;
  }
  .layer-cat::after {
    background-color: #62c7d194;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    position: absolute;
    border-radius: 8px;
  }

  .list-opt-scr {
    padding: 60px 20px;
    background-color: #000000bf;
  }
  .p-xs-10 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .tabs {
    width: 95%;
    margin: auto;
    overflow-x: auto;
  }
  #section1 .container {
    width: 100% !important;
  }
  .banner-box h3 {
    font-size: 14px;
    padding: 0 14px;
  }
  .banner-box img {
    width: 30px !important;
    height: 30px !important;
  }
  .banner-hover-list {
    width: 49%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 50px;
  }
  .content-wrapper-inner {
    margin-top: 20px;
  }
  .content-item-inner {
    padding: 3em 0;
  }
  .section2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .list-category-mob.ps-0 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .title-section::before {
    width: 11.314px;
    height: 11.314px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    border-radius: 2px;
    background: #62c7d1;
    position: absolute;
    right: 0;
    top: 8px;
    content: "";
  }
  .read-more {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 228.742%;
    display: inline-flex;
    height: 41px;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 25px;
    background: linear-gradient(90deg, #72eefa 0%, #62c7d1 100%);
  }
  .list-category-mob.ps-0 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    list-style: none;
    justify-content: center;
  }
  .list-category-mob li {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .img-cat-mob {
    height: 169px;
    border-radius: 3.728px;
    overflow: hidden;
    position: relative;
  }
  .img-cat-mob > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 3.728px;
  }

  .layer-box-mob h3 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 228.742%;
    padding: 8px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    min-height: 81px;
  }
  .layer-box-mob {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .lbl-text {
    padding-left: 10px;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sub-title-footer-top {
    text-align: center;
    font-size: 13px;
    line-height: 228.742%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .main-title-footer-top {
    text-align: center;
    font-size: 20px;
  }
  .footer-top {
    text-align: center;
  }
  .content-wrapper-inner {
    margin-right: 20px;
  }
  .hidden-xs {
    display: none !important;
  }
  .title-section {
    font-size: 16px;
    padding-right: 23px !important;
  }
  .short-desc-company {
    margin-bottom: 20px;
  }
  #section1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slider-section .swiper-pagination {
    bottom: 20px;
    text-align: center;
  }
  .hero-slider__slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
  }
  .hero-slider__slider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #64cbd6;
  }
  .button--for-image {
    bottom: 55px;
    right: 30px;
  }

  .count-slide {
    display: none;
  }
  .hero-slider__arrow {
    display: none;
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.button--for-image {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
  display: flex;
  width: 150px;
  padding: 7px 15px;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  background: linear-gradient(90deg, #72eefa 0%, #62c7d1 100%);
  position: absolute;
  direction: rtl;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: color 0.2s linear, background-color 0.2s linear,
    border-color 0.2s linear;
}
.hero-slider .slide-img:nth-child(1) .button--for-image {
  opacity: 1;
}
.hero-slider__overlay {
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  justify-content: flex-end;
  z-index: 1;
}
.research-inner-2:hover {
  cursor: url('data:image/svg+xml,%3Csvg width="50" height="50" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="25" cy="25" r="22" stroke="white" stroke-width="2" fill="none" /%3E%3C/svg%3E'),
    pointer;
}
.block {
  display: block;
  clear: both;
  width: 100%;
}
.w-100 {
  width: 100%;
}
.tab-container {
  max-width: 100%;
  margin: auto;
}

.tabs {
  display: flex;
  border-bottom: 2px solid #ccc;
}

.tab-btn {
  flex: 1;
  display: inline-flex;
  padding: 13px 34px 13px 33px;
  justify-content: center;
  align-items: center;
  color: #94a3b8;
  background: rgba(98, 199, 209, 0.25);
  cursor: pointer;
  border: none;
  transition: background 0.3s;
}
.tab-btn:nth-child(1) {
  border-radius: 0 6px 0 0;
}
.tab-btn:nth-child(2) {
  border-radius: 6px 0 0 0;
}
.tab-btn:hover,
.tab-btn.active {
  background: #62c7d1;
  color: #414698;
}

.tab-content {
  display: none;

  border-top: none;
}
#tab1 {
  background: url("../images/online-service2.jpg");
  background-position: center center !important;
}
#tab2 {
  background: url("../images/online-service.jpg");
  background-position: right center !important;
}
.tab-content.active {
  display: block;
}

@media screen and (max-width: 991.99px) {
  .nobat a {
    padding: 10px 15px;
    font-size: 14px;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5) !important;
  }
  .nobat {
    padding: 0 2rem;
  }
  .nobat::after {
    top: 0 !important;
    width: 116px !important;
    height: 175px !important;
    background-size: 100% 100% !important;
  }
  .nobat::before {
    bottom: -20px;
    width: 159px !important;
    height: 153px !important;
    background-size: 100% 100% !important;
  }
  .slider-content {
    padding: 20px 20px;
    font-size: 12px;
  }
  .info-slider .swiper-slide::after {
    top: 0 !important;
    width: 83px !important;
    height: 129px !important;
    background-size: 100% 100% !important;
  }
  .info-slider .swiper-slide::before {
    width: 90px !important;
    height: 79px !important;
    background-size: 100% 100% !important;
    bottom: 0 !important;
  }
  .swiper-slide-counter {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .video-slider .swiper-button-next {
    right: 45%;
    bottom: 12%;
    width: 24.033px;
    height: 24.033px;
    left: auto !important;
  }
  .video-slider .swiper-button-prev {
    left: 45%;
    bottom: 12%;
    width: 24.033px;
    height: 24.033px;
    right: auto !important;
  }
  .video-slider .slide-video {
    width: 90%;
    margin: auto;
  }
  .slide-text {
    margin-top: -30px;
    background-color: #62c7d1;
    padding: 0 50px;
    color: #fff;
    text-align: right;
    direction: rtl;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h-span {
    display: block;
    padding-top: 197px;
  }
  .h-span2 {
    display: block;
    padding-top: 248px;
  }
  .home-slider .hero-slider__media picture,
  .home-slider .hero-slider__media video {
    height: 44vh;
  }

  .home-slider .hero-slider__media img {
    height: 44vh;
  }

  .home-slider .hero-slider__media video,
  .home-slider .hero-slider__media img {
    height: 44vh;
  }

  .home-slider .hero-slider__overlay {
    height: 80vh;
  }
  .panel-menu {
    position: fixed;
    -webkit-transition: -webkit-transform 0.8s
      cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    background: #f1f5f9;
    overflow: hidden;
    z-index: 1000;
    direction: rtl;
    height: calc(100% - 120px);
  }
  .close-li {
    background-color: #f3f3f3 !important;
  }
  .subPanel {
    position: fixed;
    -webkit-transition: -webkit-transform 0.8s
      cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
      -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    background: #f1f5f9;
    overflow: hidden;
    z-index: 1000;
    height: 100%;
    top: 0;
  }

  #panel-menu ul {
    padding-right: 0 !important;
    max-height: 100vh;
    overflow-y: auto;
  }
  .panel-menu ul li {
    display: block;
    color: #333;
    text-decoration: none;
    border-top: 1px solid #242a3a;
    color: #242a3a;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 228.742%;
  }

  .panel-menu {
    z-index: 10;
  }

  .main-menu a,
  .openSubPanel {
    display: block;
    text-decoration: none;
    padding: 30px 30px 30px 20px;
    position: relative;
    color: #242a3a;
    font-size: 15px;
    font-style: normal;
  }
  .main-menu a::before,
  .openSubPanel::before {
    position: absolute;
    right: 16px;
    content: "";
    top: 44px;
    width: 5.657px;
    height: 5.657px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    border-radius: 2px;
    background: #242a3a;
    border-radius: 100%;
  }
  .close-li {
    display: block;
    text-decoration: none;
    padding: 30px 30px 30px 20px;
    position: relative;
    color: #fff !important;
    font-size: 20px;
    font-style: normal;

    background: #94a3b8 !important;
  }
  .arow-menu {
    margin-right: 6px;
    vertical-align: middle;
  }
  .main-menu span:hover,
  .main-menu a:hover {
    color: #62c7d1;
  }
  .main-menu a:hover::before,
  .main-menu .openSubPanel:hover::before {
    background-color: #62c7d1;
  }
  .main-menu a:hover svg path,
  .main-menu .openSubPanel:hover svg path,
  .closeSubPanel:hover svg path {
    fill: #62c7d1;
  }
  .main-menu i {
    vertical-align: middle;
    margin-left: 8px;
  }
  .openSubPanel {
    position: relative;

    cursor: pointer;
    z-index: 1;
    text-align: right;
    width: 100%;
    display: block;
  }

  .panel-menu.isOpen,
  .subPanel.isOpen {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .subPanel {
    z-index: 20;
    top: 0;
  }

  .closeSubPanel,
  .closePanel,
  .openSubPanel {
    cursor: pointer;
  }

  .menu-toggle {
    cursor: pointer;
  }

  .burger {
    width: 30px;
    height: 22px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .burger span {
    display: block;
    height: 3px;
    background: #242a3a;
    border-radius: 2px;
    transition: all 0.4s ease;
  }

  .burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .burger.open span:nth-child(2) {
    opacity: 0;
  }

  .burger.open span:nth-child(3) {
    transform: rotate(-44deg) translate(8px, -8px);
  }
  .arrow-menu {
    vertical-align: middle;
    margin-right: 5px;
  }
  .arrow-right {
    vertical-align: middle;
    margin-left: 5px;
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.zoom-animate {
  animation: zoomInOut 5s ease-in-out forwards;
}
.mt-20 {
  margin-top: 20px;
}
.block {
  display: block;
}
.title-filter {
  color: #62c7d1;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
  position: relative;
  padding-right: 20px;
}
.title-filter::before {
  width: 11.314px;
  height: 11.314px;
  transform: rotate(-45deg);
  flex-shrink: 0;
  border-radius: 2px;
  background: #62c7d1;
  position: absolute;
  right: 17px;
  top: 25px;
  content: "";
}
.title-filter {
  display: flex;
  width: 100%;
  padding: 11px 35px 11px 11px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-bottom: 1px solid #62c7d1;
  border-radius: 8px 0 0 8px;
  border-bottom: 0.5px solid #62c7d1;
  background: rgba(98, 199, 209, 0.25);
  border-radius: 8px 0 0 8px;
  border-bottom: 0.5px solid #62c7d1;
  background: rgba(98, 199, 209, 0.25);
}
.list-filter li {
  display: flex;
  min-height: 50px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #62c7d1;
  text-align: right;
  background: #f8fafc;
}
.list-filter li a {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 228.742%;
  display: block;
  width: 100%;
  padding: 0 15px;
}
.list-filter li:hover {
  background: rgba(98, 199, 209, 0.25);
  transition: all 0.2s linear;
}
.mt-15 {
  margin-top: 15px;
}
.form-group {
  width: 100%;
  margin-bottom: 20px;
}

.custom-select-wrapper {
  position: relative;
  user-select: none;
}

.custom-select-trigger {
  border-radius: 6px;
  border-bottom: 1px solid #62c7d1;
  background: #f8fafc;
  font-size: 16px;
  padding: 7px 15px;
  cursor: pointer;
  position: relative;
}

.custom-select-trigger::after {
  content: "";
  background: url("../images/arrow-list.png");
  width: 13px;
  height: 8px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #00a9b6;
  transition: transform 0.3s ease;
}

.custom-select-wrapper.open .custom-select-trigger::after {
  transform: translateY(-50%) rotate(180deg);
}

.custom-options {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 5px;
  border-radius: 6px;
  background: #f8fafc;
  display: none;
}

.custom-option {
  list-style: none;
  padding: 10px 20px 4px 17px;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #62c7d1;
}
.custom-option a {
  width: 100%;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 228.742%;
  display: block;
}
.custom-option:hover a {
  color: #62c7d1;
}
.custom-option.selected {
  color: #00a9b6;
}
.custom-select-wrapper.open .custom-options {
  display: block;
}
.contact-toggl {
  overflow: hidden;
}
.contact-toggle .icons li {
  transform: scale(0);
  transition: all 0.2s linear;
}
.contact-toggle .icons {
  width: 0;
  height: 0;
  overflow: hidden;
}
.contact-toggle.open .icons {
  width: auto;
  height: auto;
}
.contact-toggle.open .icons li {
  transform: scale(1);
  transition: all 0.2s linear;
}
#contactToggle {
  position: absolute;
  bottom: 16px;
  z-index: 10;
  cursor: pointer;
}
#contactToggle .social-top li:hover a {
  background-color: #fff;
}
.contact-toggle.open svg {
  transform: rotate(180deg);
}
.slide-img.banner-inner {
  overflow: hidden;
  width: 100% !important;
}
.search-d-inner {
  margin-bottom: 10px;
}
.search-d-inner button {
  display: flex;
  width: 45px;
  height: 52px;
  padding: 17px 13.846px 16.652px 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #62c7d1;
  background: #62c7d1;
}
.search-d-inner input {
  display: flex;
  width: calc(100% - 50px);
  margin-left: 5px;
  height: 52px;
  padding: 10px 19px;
  justify-content: flex-end;
  align-items: center;
  gap: 516px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #62c7d1;
  background: #fff;
  box-shadow: none;
}
.en-cat-name {
  align-self: stretch;
  color: #7c81d8;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.f-cat-name {
  margin-top: 5px;
  color: #525252;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-self: stretch;
}
.more-cat {
  margin-top: 5px;
  align-self: stretch;
  color: #62c7d1;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list-doc {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.list-doc > li {
  list-style: none;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 21.1px 10px rgba(216, 216, 216, 0.25);
  transition: all 0.2s linear;
}
.list-doc > li a {
  display: flex;
  padding: 10px 12.006px 12.994px;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border: 0.25px solid #41469857;
  background: #fff;
}
.icon-doc {
  margin: 30px auto;
  position: relative;
}
.icon-doc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.list-doc > li:hover .icon-doc::after {
  background: #62c7d1;
}

.search-m-inner {
  display: flex;
  height: 52px;
  width: 100%;
  padding: 10px 19px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #62c7d1;
  background: #fff;
  margin-bottom: 20px;
}
.search-m-inner button {
  background-color: transparent !important;
}
.search-m-inner button svg {
  vertical-align: middle;
}
.list-doc .text-scroll-down {
  color: #62c7d1;
}
.list-doc .scroll-down {
  border-right-color: #62c7d1;
}
.img-doc {
  margin: auto;
  border-radius: 3%;
  box-shadow: 0 0 0 2px rgba(98, 199, 209, 0.5);
}
.img-doc img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 3%;
}
  .pezeshkan .img-doc {
        width: 200px;
        height: 300px;
        max-height: 300px;
        overflow-y: hidden;
    }
    .pezeshkan .img-doc img {
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 3%;
}
.grop-doc {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.grop-doc li {
  list-style: none;
  position: relative;
  transition: all 0.2s linear;
  margin-bottom: 20px;
}
.grop-doc li a {
  display: block;
}
.doc-name {
  align-self: stretch;
  color: #414698;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}
.doc-mid {
  height: 35px;
  align-self: stretch;
  color: #64748b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.layer-img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #62c8d17e;
  opacity: 0;
}
.layer-img svg {
  transform: scale(0);
}
.grop-doc li:hover .layer-img {
  opacity: 1;
  transition: all 0.2s linear;
}
.grop-doc li:hover .layer-img svg {
  transform: scale(1);
  transition: all 0.2s linear;
}
.grop-doc li:hover .doc-name {
  color: #62c7d1;
  transition: all 0.2s linear;
}
.dep-name {
  color: #242a3a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.not-result {
  margin-top: 3rem;
  color: #62c7d1;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.flex-col {
  flex-direction: column;
}
.d-name {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 228.742%;
}
.d-deg {
  flex-shrink: 0;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.d-image img {
  
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 100%;
}
.gap-3 {
  gap: 5px;
}
.flex-info-doc,
.flex-info-doc a {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.description h2 {
  color: #242a3a;
  text-align: right;
  font-size: 16px;
  line-height: 228.742%;
}
.description ul {
  padding-right: 20px !important;
}
.description ul li {
  line-height: 228.742%;
}
.description {
  color: #242a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.tab-container.inner {
  background: rgba(98, 199, 209, 0.5);
}
.tab-container.inner .tabs {
  border: none !important;
}

.tab-container.inner button.active {
  color: #000;
}

.tab-container.inner.fixed {
  position: fixed;
  width: 100%;
  right: 0;
  z-index: 10000;
  background-color: #b0e3e8;
}
@media (min-width: 768px) {
  .doc-name {
    font-size: 16px;
  }
  .tab-container.inner button.active {
    background: rgba(98, 199, 209, 0.5);
  }
  .tab-container.inner button.active span::before {
    width: 13.76px;
    height: 13.76px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    border-radius: 2px;
    background: #414698;
    content: "";
    position: absolute;
    right: -22px;
    top: 15px;
  }
  .tab-container.inner button {
    color: #64748b;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 228.742%;
    background: rgb(176, 227, 232);
  }
}
.table-responsive {
  overflow-x: auto;
}
@media (max-width: 767.99px) {
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .w-xs-100 {
    width: 100%;
  }
  .text-xs-center {
    text-align: center;
  }
  .img-float {
    width: 100%;
  }
  .dropdown.w-300 {
    width: 100% !important;
  }
  .list-do li {
    flex: 0 0 calc(50% - 10px);
  }
  .link-lap {
    width: 80%;
    bottom: 100px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 15px;
    color: #414698;
    gap: 10px;
    border-radius: 25px;
    background: #f8fafc;
    box-shadow: 0 0 0 7px rgba(98, 199, 209, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .clinic-tab .tab-button {
    background: #e8f7f8;
    color: #242a3a;
    padding: 8px 7px;
    margin-top: 10px;
    cursor: pointer;
    text-align: right;
    border: none;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    width: 25%;
    writing-mode: sideways-lr;
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    border: 2px solid #fff;
  }
  .clinic-tab .table-content {
    overflow-x: auto;
  }
  .doctor-nobat {
    min-width: 700px;
  }
  .doctor-table {
    min-width: 700px;
  }

  .search-d-inner {
    width: 100% !important;
  }

  .doc-name {
    font-size: 14px;
  }
  .breadcrumb li {
    margin-left: 3px !important;
  }
  .breadcrumb li a,
  .breadcrumb li {
    font-size: 11px;
    font-weight: 300;
  }
  .breadcrumb li svg {
    transform: scale(0.8);
  }
  .show-top::after {
    width: 100%;
    bottom: 29px;
    right: 0;
    content: "";
    height: 1px;
    position: absolute;
    background-color: #62c7d16e;
  }
  .show-top {
    position: relative;
  }
  .pezeshkan .show-top {
    position: relative;
    min-height: 300px;
    margin: 30px auto;
  }
  .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


  .box-1 {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .d-image {
    width: 136px;
    height: 136px;
  }

  .tab-container.inner button {
    border-radius: 0 !important;
    color: #64748b;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 228.742%;
    background: rgb(176, 227, 232);
  }
  .tab-container.inner .tab-btn {
    padding: 8px 5px;
  }
  .tab-container.inner .tabs {
    width: 100% !important;
  }
}
.img-webinar {
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
}
.img-webinar img,
.main-cat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.webinar-list .post-link-wrap {
  border-radius: 0 0 8px 8px;
}
.webinar-list li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.webinar-list li {
  margin-bottom: 5px;
}
.webinar-cat {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 228.742%;
  display: flex;
  padding: 8px 10px;
  border-radius: 8px 0 0 8px;
  border-bottom: 0.5px solid #62c7d1;
  background: #f8fafc;
  margin-bottom: 10px;
  transition: all 0.2s linear;
  font-weight: 300;
}

.filter-webinar .custom-select-trigger {
  font-weight: 300;
  font-size: 14px;
}
.webinar-cat:hover,
.webinar-cat.active,
.filter-webinar .custom-select-trigger:hover,
.filter-webinar .custom-select-trigger.active,
.list-filter li.active,
.custom-option.active {
  background: rgba(98, 199, 209, 0.25);
  color: #000;
  font-weight: 400;
}
.content-col .dropdown {
  position: relative;
  width: 100%;
}

.dropdown__btn {
  display: flex;
  width: 100%;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  border: 1px solid #62c7d1;
  background: #62c7d1;
  color: #fff;
}

.dropdown__btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(105, 201, 209, 0.35);
}

.dropdown__left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dropdown__check {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  opacity: 0.9;
}
.dropdown__caret {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  transition: transform 0.15s ease;
  opacity: 0.9;
}
.dropdown[aria-expanded="true"] .dropdown__caret {
  transform: rotate(180deg);
}
.dropdown__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown__menu {
  position: absolute;
  inset-inline: 0;
  top: calc(100% + 8px);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 25px;
  background: #62c7d1;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.18s ease;
  z-index: 10;
}
.dropdown[aria-expanded="true"] .dropdown__menu {
  max-height: 240px;
  overflow: auto;
  padding: 5px;
}
.dropdown__option {
  display: flex;
  padding: 0 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
  color: #fff;
}
.dropdown__option:hover {
  color: #62c7d1;
  background-color: #fff;
  border-radius: 999px;
  cursor: pointer;
}

@media (max-width: 420px) {
  .social-top li {
    margin-left: 6px !important;
  }
}
.mt-10 {
  margin-top: 10px;
}
.text {
  color: #242a3a;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 228.742%;
}
.accordion {
  margin-top: 20px;
  border-top: 1px solid #62c7d1;
}
.accordion-item {
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 -12px 25px -5px rgba(98, 199, 209, 0.15),
    0 10px 10px -5px rgba(98, 199, 209, 0.25);
}
.departman  .content-col .accordion-item {

  box-shadow:unset;
}
.accordion-header {
  padding: 15px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #62c7d1;
}

.accordion-header:hover {
  background-color: #d8f1f3;
}
.accordion-header.active svg {
  transform: rotate(180deg);
  fill: #62c7d0;
  transition: transform 0.3s ease, fill 0.3s ease;
}
.accordion-header.active svg path {
  fill: #fff;
}
.accordion-header.active {
  border-bottom: none;
}
.accordion-body {
  padding: 15px;
  background-color: #fff;
  display: none;
  overflow: hidden;
  height: 0;
  align-self: stretch;
  color: #64748b;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}

.accordion-body.open {
  display: block;
  height: auto;
}

iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px;
}
.accordion iframe {
  border: 1px solid #ccc;
}
.accordion img {
  max-width: 100% !important;
  height: auto !important;
}
.list-video {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  list-style: none;
}
.video-title {
  align-self: stretch;
  color: #64748b;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.list-video .video-item {
  display: block;
}

.list-video .video-item.show {
  display: block;
}
.img-ketab {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  margin-bottom: 40px;
}
.img-ketab img {
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  border-radius: 8px 8px 0 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.lst-ketab .post-link-wrap a {
  display: none;
}
.lst-ketab .webinar-list li:hover .post-link-wrap a {
  display: block;
}
.nobat-slider .swiper-slide {
  position: relative;
  width: 100%;
  background: #62c7d1;
  height: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.nobat a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  margin-top: 2rem;
  background: #f8fafc;
  box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 2;
}
.nobat::before {
  position: absolute;
  bottom: -20px;
  right: 0;
  background: url("../images/top-bg.png") no-repeat;
  content: "";
  z-index: 1;
  width: 197px;
  height: 222px;
}
.nobat::after {
  position: absolute;
  top: -20px;
  left: 0;
  background: url("../images/bottom.png") no-repeat;
  content: "";
  z-index: 1;
  width: 162px;
  height: 255px;
}
.header-tbl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-bar {
  padding: 8px;
  font-size: 14px;
}

.filter-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #64748b;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}

.filter-btn {
  display: flex;
  width: 43px;
  height: 52px;

  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  border: 1px solid #62c7d1;
  background: #fff;
  cursor: pointer;
}

.filter-options {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  top: 100%;
  left: 0;
  width: 200px;
  z-index: 10;
}

.filter-options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-options ul li {
  padding: 8px;
  cursor: pointer;
}

.filter-options ul li:hover {
  background-color: #f1f1f1;
}

.doctor-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 11px;
}
.doctor-table th {
  padding: 11px 5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #62c7d1;
  color: #fff;
  width: 33%;
}
.doctor-table th svg {
  vertical-align: middle;
}
.doctor-table td {
  color: #242a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 10px 12px;
  gap: 10px;
  background: #f1f5f9;
}
.doctor-table td a {
  color: #242a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 10px 12px;
  gap: 10px;
}
.doctor-table tr:hover td {
  background: rgba(98, 199, 209, 0.15);
  transition: all 0.2s linear;
  cursor: pointer;
}
.pagination {
  display: flex;
  justify-content: space-around;
}

.prev-btn,
.next-btn {
  padding: 8px 12px;
  cursor: pointer;
  background-color: transparent !important;
  box-shadow: none !important;
}

.prev-btn:disabled,
.next-btn:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
.result-tbl {
  color: #64748b;
  font-size: 14px;
}
.page-table {
  gap: 10px;
}
.page-table span {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 11.718px;
  border-radius: 4.687px;
  border: 1.172px solid #242a3a;
  color: #242a3a;
  font-family: "Source Sans Pro";
  font-size: 14.062px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.page-table span.active {
  color: #fff;
  border: 1.172px solid #62c7d1;
  background: #62c7d1;
}
.clinic-tab .tabs {
  border: none !important;
}

.clinic-tab .tab-button {
  background: #e8f7f8;
  color: #242a3a;
  padding: 8px 12px;
  margin-top: 10px;
  cursor: pointer;
  text-align: right;
  border: none;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.clinic-tab .tab-button.active {
  background-color: #62c7d1;
  color: white;
}
.clinic-tab .tables {
  flex: 1;
}

.clinic-tab .table-content {
  display: none;
}

.clinic-tab .table-content.active {
  display: block;
}
.doctor-nobat {
  width: 100%;
  border-collapse: separate;
  border-spacing: 11px;
}
.doctor-nobat th {
  padding: 11px 5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #62c7d1;
  color: #fff;
}
.doctor-nobat td {
  color: #242a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 4.7px 12px;
  gap: 10px;
  background: #f1f5f9;
}
.doctor-nobat tr:hover td {
  background: rgba(98, 199, 209, 0.15);
  transition: all 0.2s linear;
  cursor: pointer;
}
.doctor-nobat td a {
  color: #242a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
}
@media screen and (min-width: 768px) {
  .clinic-tab .tables {
    margin-right: 20px;
  }
  .clinic-tab .tabs-container {
    display: flex;
    padding: 20px;
  }
  .clinic-tab .tabs {
    width: 200px;
    display: flex;
    flex-direction: column;
  }
  .pagination {
    width: calc(100% - 200px);
  }
  .nobat a {
    padding: 20px 45px;
  }
  .nobat {
    padding: 0 8rem;
  }
  .doctor-nobat td {
    height: 52px;
  }
  .clinic-tab .tab-button.active::after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 16px solid #62c7d1;
    border-bottom: 10px solid transparent;

    content: "";
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .clinic-tab .tab-button {
    height: 79px;
  }
  .doctor-nobat > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2),
  .doctor-nobat > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3) {
    min-width: 40%;
  }
}

.info-slider .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.info-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/bg-slider.png") no-repeat;
  background-size: cover !important;
  color: white;
  text-align: center;
  height: 384px;
}
.info-slider .swiper-slide::before {
  position: absolute;
  bottom: -20px;
  right: 0;
  background: url("../images/top-bg.png") no-repeat;
  content: "";
  z-index: 1;
  width: 197px;
  height: 222px;
}
.info-slider .swiper-slide::after {
  position: absolute;
  top: -20px;
  left: 0;
  background: url("../images/bottom.png") no-repeat;
  content: "";
  z-index: 1;
  width: 162px;
  height: 255px;
}

.phone-numbers {
  margin-top: 20px;
}

.phone-numbers span {
  display: block;
  margin: 5px 0;
}

.info-slider .swiper-pagination,
.nobat-slider .swiper-pagination,
.comment-slider .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.slider-content a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  text-decoration: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.info-slider .swiper-pagination-bullet,
.nobat-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  fill: #d9d9d9;
}
.info-slider .swiper-pagination-bullet-active,
.nobat-slider .swiper-pagination-bullet-active {
  background-color: #94a3b8;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #62c7d1;
}
.slider-content a {
  direction: ltr;
  display: inline-block;
}

.video-slider .swiper-container,
.nobat-slider .swiper-container,
.comment-slider .swiper-container,
.n-slider .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-slider .slide-video {
  background-color: #26b9d0;
}
.video-container {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.video-slider .slide-video iframe,
.video-slider .slide-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
}

.slide-content2 .slide-video img {
  position: unset !important;
  top: 0;
  left: 0;
  width: 100%;
  height: auto !important;
  border-radius: 0 !important;
}
.video-slider .slide-text p {
  margin-top: -20px;
}
.video-slider .swiper-button-next::after,
.video-slider .swiper-button-prev::after,
.n-slider .swiper-button-next::after,
.n-slider .swiper-button-prev::after {
  display: none !important;
}
.video-slider .swiper-button-next {
  position: absolute;
  top: auto !important;
  opacity: 1 !important;
  z-index: 10;
}
.video-slider .swiper-button-prev {
  position: absolute;
  z-index: 10;
  transform: rotate(-180deg) !important;
  top: auto !important;
  opacity: 1 !important;
  z-index: 1;
}
.video-slider .custom-prev:hover svg,
.video-slider .custom-next:hover svg {
  fill: #fff;
  stroke: #fff;
  transition: all 0.2s linear;
}
.video-slider .custom-prev:hover svg path,
.video-slider .custom-next:hover svg path {
  fill: #62c7d1;

  transition: all 0.2s linear;
}

.swiper-slide-counter {
  position: absolute;
  bottom: 20px;
  bottom: 6px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  z-index: 10;
}
.justify-center {
  justify-content: center;
}
.lap a {
  text-decoration: none !important;
}
.content-col .title {
  color: #242a3a;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 228.742%;
}
.lap .swiper-slide {
  background: url("../images/bg-slider-lab.png") no-repeat;
}
.link-lap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.text a {

    color: #62c8d2;
    border-bottom: 1px solid #62c7d1;
    font-weight: bold;
}
.text h6 {

    font-size: 15px !important;
}
.n-user {
  align-self: stretch;
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 228.742%;
}
.d-comment {
  align-self: stretch;
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 228.742%;
}
.comment-text {
  align-self: stretch;
  color: #64748b;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.text-end {
  text-align: left;
}
.body-comment-slider.position-relative {
  border-radius: 8px;
  background: #f8fafc;
  padding: 20px 30px 44px 30px;
}
.comment-text {
  min-height: 200px;
}
.img-user {
  width: 89px;
  height: 89px;
  border-radius: 100%;
}
.img-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.title-form {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 228.742%;
}
.short-desc-form {
  width: 622px;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
  margin-top: 10px;
}
.frm-comment input[type="text"] {
  display: flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 25px;
  background: #fff;
  color: #64748b;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.custom-file-upload {
  display: flex;
  padding: 6px 15px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 25px;
  background: #fff;
  color: #64748b;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.img-preview {
  width: 25px;
  height: 25px;
}
.img-preview img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 5px;
}
.frm-comment {
  border-radius: 8px;
  background: #f8fafc;
  padding: 20px 30px;
}
.btn-send.w-100 {
  width: 100% !important;
}
.code-flex.w-100 {
  width: 100% !important;
}
.lbl-form {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #000000;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 200;
  line-height: 228.742%;
}
.lbl-form span {
  color: #ef6e59;
}
.message {
  display: block !important;
  height: 127px !important;
  padding: 7px 15px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
}
.message2 {
  display: block !important;
  height: 215px !important;
  padding: 7px 15px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
}
.btn-send {
  color: #fff;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
  display: flex;
  width: 130px;
  padding: 7px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  background: linear-gradient(90deg, #72eefa 0%, #62c7d1 100%);
  cursor: pointer;
  box-shadow: none !important;
}
.custom-file-upload span {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
  display: flex;
  padding: 0 15px 0 16px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #94a3b8;
}
.code-flex {
  width: calc(100% - 140px);
  margin-left: 10px;
  display: flex;
  height: 48px;
  padding: 7px 15px 7px 42px;
  align-items: center;
  gap: 26px;
  flex-shrink: 0;
  border-radius: 25px;
  background: #fff;
}
.capcha {
  width: 72px;
  height: 30px;
}
.capcha img {
  width: 100%;
  object-fit: contain;
}
.refresh {
  width: 21px;
  height: 21px;
  box-shadow: none !important;
  border: none;
  background: transparent !important;
  cursor: pointer;
}
.code-flex input {
  width: calc(100% - 93px);
  box-shadow: none !important;
  border: none;
}
.list-do {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
}
.list-do li {
  list-style: none;
  position: relative;
  transition: all 0.2s linear;
  margin-bottom: 20px;
}

.list-do li:hover .layer-img {
  opacity: 1;
  transition: all 0.2s linear;
}
.list-do li:hover .layer-img svg {
  transform: scale(1);
  transition: all 0.2s linear;
}
.slide-content {
  direction: ltr;
}
.nobat-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #949191;
}
.nobat-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.input-error {
  background-color: rgba(239, 110, 89, 0.2) !important;
}

.input-error::placeholder,
.input-error input::placeholder {
  color: #ef6e59;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .lst-result li {
    flex: 0 0 calc(24.5% - 10px);
  }
}
.search-flex-top {
  width: 100%;
  height: 68px;
  padding: 19px 16px 20px 9px;

  flex-shrink: 0;
  border-bottom: 1px solid #62c7d1;
}
.search-flex-top button {
  background-color: transparent !important;
  width: 68px;
  height: 68px;
  border: none !important;
  box-shadow: none !important;
}
.search-flex-top input {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  width: calc(100% - 68px);
}
.search-body {
  background-color: #f1f5f9;
}
.img-fasl {
  height: 396px;
  overflow: hidden;
}
.img-category {
  overflow: hidden;
}

.n-slider .swiper-button-next {
  position: relative !important;
  top: auto !important;
  opacity: 1 !important;
  z-index: 10;
}
.n-slider .swiper-button-prev {
  position: relative !important;
  z-index: 10;
  transform: rotate(-180deg) !important;
  top: auto !important;
  opacity: 1 !important;
  z-index: 1;
}
.mt-40 {
  margin-top: 40px;
}

.n-slider .custom-prev:hover svg,
.n-slider .custom-next:hover svg {
  fill: #62c7d1;
  stroke: #62c7d1;
  transition: all 0.2s linear;
}

.n-slider .custom-next:hover svg path,
.n-slider .custom-prev:hover svg path {
  fill: #fff !important;
  transition: all 0.2s linear;
  stroke: #fff !important;
}
.n-slider .post-link-wrap a {
  font-size: 15px !important;
}
.n-slider .news-date {
  margin-bottom: 20px;
}
.carousel-swiper .inf-news {
  min-height: 200px;
}
.title-news {
  min-height: 70px;
}
.doctor-swiper a {
  display: block;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.bg-title {
  background: rgba(98, 199, 209, 0.5);
}
.bg-title .title-section2 {
  padding: 10px 63px;
  color: #000;
  font-size: 18px;
  background: rgba(98, 199, 209, 0.5);
  box-shadow: 0 -12px 25px -5px rgba(98, 199, 209, 0.15),
    0 10px 10px -5px rgba(98, 199, 209, 0.25);
}
.title-section2 span {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .title-section2 span::before {
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    border-radius: 2px;
    background: #414698;
    position: absolute;
    right: 0;
    top: 8px;
    content: "";
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.lst-news .list-categories li {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.mb-30 {
  margin-bottom: 30px;
}
.desc-about {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;

  margin: auto;
  text-align: center;
  color: #fff;
  z-index: 1;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.d-flex.flx-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.flex-about-icon.text-center {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.flex-title-about.text-center {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px;
}
.flex-desc-about {
  margin-top: 20px;
  min-height: 143px;
  align-self: stretch;
  color: #000;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
@media screen and (min-width: 992px) {
  .hidden-md {
    display: none;
  }
  .flx-box .flex-content {
    flex: 0 0 calc(33% - 20px);
  }
}
.flex-content {
  width: 100%;
  flex-shrink: 0;
  border-radius: 16px;
  padding: 50px 30px;
  transition: all 0.3s ease;
}
.flex-content:hover {
  background: #62c7d1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mt-80 {
  margin-top: 80px;
}
.flex-content:hover .flex-about-icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .bg-gray::before {
    position: absolute;
    right: 42%;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #62c7d1;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .img-2 {
    margin-top: -30px;
    position: relative;
  }
  .flex-content {
    min-height: 429px;
    background: #f1f5f9;
  }
  .desc-about {
    font-size: 30px;
    bottom: 40px;
  }
}
@media screen and (max-width: 767.99px) {
  .desc-about {
    font-size: 20px;
    bottom: 100px;
  }
  .flex-content {
    background: #62c7d1;
    margin-top: 40px;
  }
  .show-more {
    text-align: center;
    margin-top: 30px;
  }
  .show-more.open svg {
    transform: rotate(180deg);
  }
  .show-more.open {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 991.99px) {
  .tabs-containers {
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .tabs.tabs-containers button {
    margin: 0 10px;
  }
  .tabs-navigation {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
  }
}
.accordion h2 {
  color: #000;
  font-size: 18px;
}
.accordion-body ul {
  padding-right: 20px;
}

.lst {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
.lst li {
  list-style: none;
  border-radius: 8px;
  background: #f8fafc;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
}
.lst li::before {
  background-color: #62c7d1;
  width: 100%;
  height: 5px;
  border-radius: 999px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.img-p {
  display: block;
  height: 377px;
  overflow: hidden;
  border-radius: 8px;
}
.img-p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.d-name {
  padding-right: 15px;
  color: #242a3a;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 228.742%;
  margin-top: 10px;
}
.d-name::before {
  width: 10.328px;
  height: 10.328px;
  transform: rotate(-45deg);
  border-radius: 2px;
  background: #62c7d1;
  position: absolute;
  right: 0;
  top: 8px;
  content: "";
}
.deg {
  color: #242a3a;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 228.742%;
}
.mor-doc a {
  height: 49px;
  align-self: stretch;
  color: #242a3a;
  text-align: right;

  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 228.742%;
}
.lst li:hover {
  background: #62c7d1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.lst li:hover .mor-doc a,
.lst li:hover .deg,
.lst li:hover .d-name {
  color: #fff;
}
.lst li:hover .d-name::before {
  background-color: #fff;
}
.lst li:hover::before {
  display: none;
}
@media screen and (min-width: 992px) {
  .mt-md-30 {
    margin-top: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .lst li {
    flex: 0 0 calc(33.33% - 20px);
  }
}
@media screen and (min-width: 767px) and (max-width: 991.99px) {
  .lst li {
    flex: 0 0 calc(49% - 20px);
  }
}
@media screen and (max-width: 767.99px) {
  .frm-comment {
    padding: 20px 13px !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .code-flex {
    width: 100% !important;
  }
  .date-fq {
    display: none !important;
  }
  .share-items {
    top: -8px;
    left: 31px;
  }
  .contact-col .flex-about-icon.text-center img {
    width: 163px;
    height: 163px !important;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .social-contact li {
    margin: 0 8px;
  }
  .desc-form {
    font-size: 16px;
  }
  .w-100-mob {
    width: 100%;
  }
  .lst {
    justify-content: center;
  }
  .lst li {
    flex: 0 0 100%;
    box-shadow: 0 -12px 25px -5px rgba(98, 199, 209, 0.15),
      0 10px 10px -5px rgba(98, 199, 209, 0.25);
  }
}
.bld {
  font-weight: 600;
}
.hidden {
  display: none;
}
.desc-form {
  color: #62c7d1;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  height: 94px;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  background: #f8fafc;
}
.error-message {
  color: #ef6e59;
  font-size: 12px;
}
.input-error input {
  background-color: rgba(239, 110, 89, 0) !important;
}
.form-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.form-popup-content {
  display: flex;
  max-width: 473px;
  padding: 7px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  width: 90%;
}
.form-popup-content.success {
  background: linear-gradient(90deg, #72eefa 0%, #62c7d1 100%);
}
.form-popup-content.error {
  background: #ef6e59;
}
.select {
  display: flex;
  padding: 11px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 25px;
  background: #fff;
  color: #64748b;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
  width: 100%;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.popup-message.success {
  color: green;
}

.popup-message.error,
.select.input-error {
  color: red;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio label {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  user-select: none;
  cursor: pointer;
}

.custom-radio label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.2s;
}

.custom-radio input:checked + label::before {
  border-color: #62c7d1;
  background-color: #62c7d1;
}

.custom-radio label:hover::before {
  border-color: #62c7d1;
  background-color: #62c7d1;
}
.bg-gray {
  border-radius: 24px;
  border: 0.5px solid #62c7d1;
  background: #f1f5f9;
  padding: 20px;
}
.no-bg {
  background-color: transparent !important;
  padding: 0 !important;
}
.address {
  width: 331px;
  color: #242a3a;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.cal-to {
  color: #242a3a;
  display: inline-block;
  direction: ltr;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.social-contact li {
  display: inline-block;
  list-style: none;
}
.social-contact li a {
  display: flex;
  width: 30.603px;
  height: 31.78px;
  padding: 5px 7.603px 5.78px 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 2.354px;
  border: 0.883px solid #62c7d1;
  justify-content: center;
  align-items: center;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-120 {
  margin-top: 120px;
}
.contact-col .flex-about-icon.text-center {
  top: -85px;
}
.contact-col .flex-title-about {
  margin-top: 69px !important;
}
.flex-content:hover svg path {
  fill: #fff;
}
.title-news-inner {
  color: #242a3a;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.share-btn {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.share-wrapper {
  position: relative;
  display: inline-block;
}

.share-items {
  position: absolute;
  gap: 12px;
  border-radius: 4px;
  background: #62c7d1;
  z-index: 10;
  width: 250px;
  color: #fff;
  text-align: center;
  display: none;
}

.share-items a {
  display: inline-flex;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  align-items: center;
}
.border-bottom-title {
  border-bottom: 0.5px solid #414698;
}
.news-date {
  color: #979797;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  
    height: 34px;
  line-height: normal;
}
.flex-download {
  width: 100%;

  gap: 10px;
  flex-shrink: 0;
  border-radius: 25px 25px 0 0;
  background: linear-gradient(90deg, #72eefa 0%, #62c7d1 100%);
}
.flex-download a {
  padding: 7px 10px;
  flex-grow: 1;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.flex-download a:nth-child(2) {
  background: linear-gradient(90deg, #72eefa 0%, #62c7d1 100%);
}
.ms-5 {
  margin-right: 5px;
}
.related-news .slider-decoration {
  background-color: #62c7d1;
}
.related-news .title-section::before {
  background: #fff;
}
.title-fq {
  width: calc(100% - 46px);
  display: flex;
  justify-content: space-between;
}
.rounded {
  border-radius: 16px;
}
.back {
  color: #242a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.lbl {
  color: #94a3b8;
}
.opt-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
}
.shrt-desc-company {
  position: relative;
  overflow: hidden;
}
.more-company {
  color: #62c7d1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.742%;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.pos-h1{

    position: absolute;
    bottom: 106px;
    z-index: 10;
    cursor: pointer;
    right: 89px;
    color: #fff;
    font-weight: normal;

}
.pos-h1 h1{
font-weight: normal;
}

@media screen and (min-width: 992px) {
  .departman  .video-slider .slide-text {

        display: none;
    }
        .departman   .video-slider .slide-video{
        width: 100%;
        height: 100%;
    }
        .departman   .h-span {
        display: block;
        padding-top: 0;
    }

}
.tab-content h6{
  font-size: 15px;
}

.lst-news .deg  table{

    background-color: unset !important;
}
.lst-news .info-doc.mb-md-30 .deg  table{

    background-color: unset !important;
}
.lst-news .info-doc.mb-md-30 .deg  table span{

    color:  #000 !important;
    font-size: 15px !important;
}
.lst-news .info-doc.mb-md-30 .deg   span{

    color:  #000 !important;
        font-size: 15px !important;
}
.lst-news .info-doc.mb-md-30 .deg   p{

    color:  #000 !important;
        font-size: 15px !important;
}
.lst-news .info-doc.mb-md-30 .deg   font{

    color:  #000 !important;
        font-size: 15px !important;
}


.lst-news li:hover .info-doc.mb-md-30 .deg  table span{

    color:  #fff !important;
    font-size: 15px !important;
}
.lst-news li:hover .info-doc.mb-md-30 .deg   span{

    color:  #fff !important;
        font-size: 15px !important;
}
.lst-news li:hover .info-doc.mb-md-30 .deg   p{

    color:  #fff !important;
        font-size: 15px !important;
}
.lst-news li:hover .info-doc.mb-md-30 .deg   font{

    color:  #fff !important;
        font-size: 15px !important;
}




@media screen and (min-width: 992px) {

html {

    overflow-x: unset;
}
.filter-col{
  position: sticky;
  height: 90vh;
  top: 100px;
}
.pezeshkan .filter-col{
  position: unset;
  height: unset;

}
}

@media screen and (max-width: 992px) {

   .main-menu a, .openSubPanel {
           padding: 10px 30px 10px 20px;
    }
        .main-menu a::before, .openSubPanel::before {
  
        top: 25px;
        }
            .panel-menu {
        z-index: 999;
    }
        .layer-cat::after {
        background-color: #62c7d14d;
   
    }
}

 


iframe.website{
  min-height: 100vh;
}
