* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
}
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%;
  width: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
a {
  text-decoration: none !important;
}
:root {
  --primaryColor: #6da516;
}
.primaryColor {
  color: var(--primaryColor) !important;
}
.page {
  overflow-x: hidden;
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: IRANSansDigit;
  src: url("../fonts/web_Yekan.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: myFirstFont;
  src: url(../fonts/IRANYekanX-Bold.ttf);
  font-weight: 900;
}
@font-face {
  font-family: myFirstFont;
  src: url(../fonts/IRANYekanX-Regular.ttf);
  font-weight: 300;
}
@font-face {
  font-family: myFirstFont;
  src: url(../fonts/IRANYekanWebMedium.ttf);
  font-weight: 500;
}
body {
  font-family: myFirstFont, sans-serif;
  font-size: 13px;
  line-height: 2;
  direction: rtl;
  background-color: white;
  scroll-behavior: smooth;
  overflow-x: hidden;
  min-height: 100%;
  width: 100%;
  color: #252525;
}
@media screen and (min-width: 992px) {
  .menu {
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right:3rem;
    padding-left:3rem;
  }
  li.cal {
    margin-right: 50px;
  }
  .img-pro {
    height: 387px;
  }
  .menuTrigger {
    display: none !important;
  }
  .menu.sticky-menu {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
  }
  .header {
    background: #ffffff;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    z-index: 1000;
    position: relative;
    padding-bottom: 10px;
  }
}

.container-fluid.menu.sticky-menu .logo img {
  width: 100px;
}
.menu {
  z-index: 1000;
  position: relative;
}
@media screen and (max-width: 991.99px) {
  .menu-mob li {
    display: inline-block;
    vertical-align: middle;
  }
  li.cal {
    margin: 0 !important;
    display: block !important;
    text-align: center;
  }
  .lng-col {
    display: none !important;
  }
  .menuTrigger {
    margin-left: 19px;
  }
  .header .text-start {
    padding-right: 0 !important;
  }
  .header .text-end {
    padding-left: 0 !important;
  }
  .icon-shop,
  .icon-favo,
  .icon-user,
  .icon-search {
    transform: scale(0.8);
  }
  .menuTrigger i {
    font-size: 25px;
    color: #87898b;
    vertical-align: middle;
  }
  .lbl-shop,
  .lbl-search {
    display: none !important;
  }
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 992.99px) and (max-width: 11199.99px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 95% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .col-section {
    margin-bottom: 15px !important;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 95%;
  }
  .big-news-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row-news {
    margin-top: 15px;
  }
  .img-pro {
    height: 300px;
  }
}
.d-block.lbl {
  padding-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #4d4a4a;
}
@media screen and (max-width: 767.99px) {
  .frm {
    margin: -3.375em 8% 0 !important;
  }
  .search-inner {
    padding: 0 10px !important;
  }
  .col-footer-top {
    background-color: #6da516;
  }
  .social .title-footer {
    text-align: center !important;
  }
  .float img {
    /* width: 40px !important; */
  }
  .footer-bottom {
    text-align: center;
  }
  .owl-spetial-news .item {
    margin: 10px;
  }
  .owl-blog .owl-stage,
  .owl-spetial-news .owl-stage {
    padding-right: 0 !important;
  }
  .news-section {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .img-big {
    height: 200px;
  }

  .col-section {
    margin-bottom: 15px;
  }
  .full-caption {
    text-align: center;
  }
  .title-footer {
    text-align: right;
    font-weight: 600;
    margin-bottom: 10px !important;
    display: block;
    font-size: 14px;
  }
  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    line-height: 33px;
    border-bottom: 1px solid #545252bf;
  }
  .accordion-container .set > span i {
    position: absolute;
    left: 0;
    top: 13px;
    color: #545252bf;
    font-size: 10px;
  }
  .accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px !important;
    display: none;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about-section .col-md-3.col-6 {
    margin-bottom: 15px;
  }
  .more-col {
    text-align: center;
  }
  .map {
    margin-top: 25px;
  }
  .link-footer li {
    margin: 10px !important;
  }
  .footer.position-relative {
    text-align: center;
  }
  .row-news {
    margin-top: 15px;
  }
  .main-title-section {
    text-align: center !important;
  }
  .sub-title-section {
    text-align: center !important;
    font-size: 1.5rem !important;
  }

  .owl-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 38%;
    z-index: 1;
    width: 36px;
    height: 46px;
    font-size: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  .owl-slider .owl-next {
    position: absolute;
    right: 0;
    top: 38%;
    z-index: 1;
    width: 36px;
    height: 46px;
    font-size: 0 !important;
    box-shadow: none !important;
    background-color: #000000a6 !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }

  .card__social {
    position: absolute;
    bottom: 42px;
    right: -5px;
    visibility: hidden;
    width: 50px;
    transition: transform 0.35s ease;
    text-align: right;
  }
  .card__share {
    background-color: #29a71a;
    width: 39px;
    height: 39px;
    margin: auto;
    border-radius: 100%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
  }

  .suggest .col-md-4.col-12.wow.fadeInUp {
    margin-bottom: 15px !important;
  }

  .img-pro {
    height: 300px;
  }

  .text-image {
    width: 92% !important;
  }
  .log-footer {
    text-align: center;
  }
  .en-company {
    display: block !important;
  }
  .links-footer {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .gap-col-mob {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .add-to-crd {
    padding: 10px 21px !important;
  }
  .category-name {
    font-size: 15px !important;
  }

  .row-category-list .sticky_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .logo-footer img {
    width: 150px;
    margin: 10px;
  }

  .lnk-footers {
    text-align: right;
  }
  .title-footer {
    text-align: right;
  }

  .img-menu img {
    width: 200px !important;
  }

  .owl-news .owl-stage {
    padding-right: 0 !important;
  }

  .owl-slider .owl-dots {
    position: absolute;
    bottom: 0;
    margin: auto !important;
    left: 10px;
  }

  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pco {
    text-align: center;
  }

  .owl-slider .item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
    width: 100%;
  }
  .owl-slider .item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
    height: 170px;
  }
}
.phnic i {
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #4EB625;
    border-radius: 200px;
    color: #fff;
    font-size: 25px;
}
@media screen and (min-width: 768px) {
  .owl-spetial-news .item {
    margin: 1px;
  }
  .news-section {
    padding-top: 3.5rem !important;
    padding-bottom: 5rem !important;
  }
  .img-big {
    height: 244px;
  }
  .footer.position-relative {
    margin-top: -8px;
  }
  /* .set .content {
    margin-top: 10px;
  } */
  .set > span i {
    display: none;
  }
  .footer-top {
    min-height: 300px;
    margin-top: 50px;
  }
  .col-footer-top {
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 50px;
    z-index: 2;
  }
  .links-footer {
    text-align: left;
  }
  .owl-slider .owl-prev {
    position: absolute;
    left: 2%;
    top: 38%;
    z-index: 1;
    width: 36px;
    height: 111px;
    font-size: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  .owl-slider .owl-next {
    position: absolute;
    right: 2%;
    top: 38%;
    z-index: 1;
    width: 36px;
    height: 111px;
    font-size: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  .card__social {
    position: absolute;
    bottom: 61px;
    right: -3px;
    visibility: hidden;
    width: 50px;
    transition: transform 0.35s ease;
    text-align: right;
  }
  .card__share {
    background-color: #29a71a;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 100%;
    color: #fff;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
    font-size: 27px;
    z-index: 10;
  }

  .about-img {
    padding-right: 10% !important;
  }
  .list-info {
    padding-left: 10px;
  }
  .header-top {
    padding-right: 0;
    padding-left: 0;
  }
  .lng-col {
    text-align: left;
    padding-top: 4px;
  }
  .link-top > span {
    margin-right: 22px;
  }
  .link-tops > span {
    margin-left: 22px;
  }

  .set > span i {
    display: none;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
}
.bld {
  font-weight: 600;
}

.header.sticky-menu {
  border-bottom: 2px solid #903262;
  -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;
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
}

.owl-slider .owl-nav {
  margin-top: 0 !important;
  direction: ltr;
}

.num {
  font-size: 15px !important;
}
.owl-slider .owl-prev span {
  background: url("../images/slice.png") no-repeat -102px -16px !important;
  width: 21px;
  height: 40px;
  font-size: 0 !important;
  display: inline-block;
}

.owl-slider .owl-next span {
  background: url("../images/slice.png") no-repeat -159px -16px !important;
  width: 21px;
  height: 40px;
  font-size: 0 !important;
  display: inline-block;
}
.owl-slider .owl-nav i {
  color: #fff;
  font-size: 24px;
}
.home-category-section {
  padding-top: 10px;
  padding-bottom: 80px;
  background-color: #f5f5f7;
}
.location-button {
  text-align: left;
  font-size: 26px;
  padding-left: 20px;
  padding-bottom: 15px;
}
.location-button a {
  color: #bab5b5;
}
.product-section {
   background-color: #fff; 
  padding-top: 5rem;
  padding-bottom: 5rem;
  /*background-image: url("../images/project-bg.png");*/
  background-size: 100% 100%;
  min-height: 450px;
}
.text-dark-force{
    color:#333 !important;
}
.product-section-2 {
   background-color: #6da516; 
  padding-top: 3rem;
  padding-bottom: 2rem;
  /*background-image: url("../images/costomers-bg.png");*/
  background-size: 100% 100%;
}
.product-section .title-section {
  text-align: center !important;
  color: #fff;
}
.product-section-2 .title-section {
  text-align: center !important;
  color: #fff;
}
.location-button i {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.location-button .fa-plus-circle::before {
  z-index: 1;
  position: relative;
}
.location-button a i::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  background-color: #eeeeee9c;
  right: 0;
  border-radius: 100%;
  right: 0;
  bottom: 0;
}
.footer {
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
  padding-right: 4.5rem;
  background-color: #e6e6e6;
}
.footer-row {
  padding-top: 2 rem;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  /* background:  !important; */
  /* border-color: #fff; */
  width: 16px;
  border-radius: 0;
  height: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1299.9px) {
}
@media screen and (min-width: 1300px) {
}
.row-category-list .banner-text {
  min-height: 395px;
  text-align: center;
  padding: 0px 10px 10px 10px;
}

.category-list {
  position: relative;
  overflow: hidden;
  display: block;
  height: 185px;
}
.category-list img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  /* border-radius: 15px 15px 0 0; */
}
.category-list::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.category-list::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.category-list:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.category-list:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.namad li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.namad {
  padding-top: 2rem;
  padding-right: 0 !important;
}
.en-company {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.fa-company {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.content-body:hover {
  background-color: #d7d7d7;
}
.content-body {
  background-color: #50b848;
  width: 80%;
  margin: auto;
  color: #fff;
  padding: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.location-box1:hover .item-content {
  bottom: 10px;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.text-image {
  position: absolute;
  bottom: 25px;
  z-index: 3;
  width: 50%;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  padding: 22px 0;
}
.add-to-crd {
  background-color: #7b0d1e;
  color: #fff;
  padding: 10px 32px;
  font-size: 17px;
  border: 2px solid #7b0d1e;
}
.category-name {
  color: #3865a4;
  font-size: 16px;
  font-weight: 600;
}
.icon-shop {
  background: url("../images/slice.png") no-repeat -7px -7px;
  width: 30px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
}
.icon-favo {
  background: url("../images/slice.png") no-repeat -6px -51px;
  width: 25px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lbl-shop,
.lbl-search {
  color: #feffffc7;
  padding-left: 8px;
}

.lbl-favo {
  position: absolute;
  color: #fff;
  bottom: -13px;
  right: -5px;
}
.icon-user {
  background: url("../images/slice.png") no-repeat -53px -10px;
  width: 22px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.icon-search {
  background: url("../images/slice.png") no-repeat -15px -13px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.search {
  cursor: pointer;
}
.box-search.SearchOpen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.box-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  transition: all 800ms ease;
  z-index: 99999999;
  background: #6da516eb;
}
.search-inner {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding: 0 40px;
}
.frm {
  text-align: center;
  position: absolute;
  height: 6.75em;
  left: 0;
  right: 0;
  top: 50%;
  margin: -3.375em 20% 0;
}
.input-search {
  outline: none;
  font: inherit;
  line-height: inherit;
  line-height: 1;
  width: 100%;
  display: block;
  background: #fff;
  color: inherit;
  -webkit-appearance: none;
  height: 3.25em;
  padding: 5px;
}
.btn-serch.icon-theme {
  width: 25px;
  height: 27px;
  border: 0 !important;
  position: absolute;
  margin: 0;
  left: 0;
  top: 8px;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-shadow: none !important;
  background-color: transparent !important;
}
.btSearchInnerClose.icon-theme,
.btvideoClose.icon-theme {
  width: 37px;
  height: 41px;
  display: block;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.search-ico {
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.search-ico i {
  vertical-align: middle;
  background: url("../images/slice.png") no-repeat -165px -17px;
  width: 15px;
  height: 16px;
  display: block;
  margin-right: 10px;
}
.btSearchInnerClose.icon-theme i {
  font-size: 23px;
  color: #fff;
}
#loading {
  direction: ltr;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #7b0d1e;
  font-size: 1.5rem;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10001;
  top: 0;
  bottom: 0;
  width: 100vw;
}

.owl-slider .owl-dots {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
}

.owl-slider .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 6px 2px;
  background: transparent;
  border-radius: 100%;
  background-color: #fff;
}

.content-banner {
  position: absolute;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  height: 100%;
  align-items: center;
  color: #fff;
  padding: 70px 20px;
}
.content-banner .line {
  background: url("../images/slice.png") no-repeat -108px -54px;
  width: 35px;
  height: 34px;
  display: inline-block;
  position: relative;
}
.content-banner .line::before {
  position: absolute;
  width: 130px;
  height: 1px;
  content: "";
  left: -143px;
  background-color: #fff;
  top: 48%;
}
.content-banner .line::after {
  position: absolute;
  width: 130px;
  height: 1px;
  content: "";
  right: -143px;
  background-color: #fff;
  top: 48%;
}
.panel-menu {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
}
.close-li {
  background-color: #f3f3f3 !important;
}
.subPanel {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
  padding-right: 0 !important;
}
.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
}
#panel-menu ul {
  padding-right: 0 !important;
  max-height: 100vh;
  overflow-y: auto;
}
.panel-menu ul li {
  list-style: none;
  width: 100%;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #edecec;
  color: #717471;
  font-weight: 300;
  font-size: 14px;
}
.btn-menu {
  background-color: #f3f3f3 !important;
  width: 100%;
  line-height: 40px;
  padding: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-bottom: 1px solid rgb(218 218 218);
  color: #858585;
  padding-right: 21px;
}

.panel-menu {
  z-index: 10;
}
.panel-menu ul li {
  padding-left: 20px;
  padding-right: 10px;
}
.main-menu a {
  color: #717471;
  font-weight: 300;
  font-size: 14px;
}
.openSubPanel {
  position: relative;

  cursor: pointer;
  z-index: 1;
  text-align: right;
  width: 100%;
  display: block;
}
.panel-menu.isOpen,
.subPanel.isOpen {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}
.subPanel {
  z-index: 20;
}
.closeSubPanel,
.closePanel,
.openSubPanel {
  cursor: pointer;
}
.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
  width: 100%;
}
.border-none {
  border: none !important;
}
.panel-menu.isOpen::before {
  position: absolute;
  right: 300px;
  content: "";
  top: 0;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 500%;
}
.arow-menu i {
  background: url("../images/nav-sprite.png") no-repeat -137px -288px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}
.close-menu .times {
  background: url("../images/nav-sprite.png") no-repeat -190px -288px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.closeSubPanel i {
  background: url("../images/nav-sprite.png") no-repeat -136px -309px;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}
.panel-menu.isOpen .close-menu {
  padding: 0;
  width: 28px;
  height: 28px;
  font-size: 21px;
  color: #858585;
  line-height: 15px;
  text-align: center;
  line-height: 33px;
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
}
.openSubPanel .arow-menu {
  color: #879496;
  font-size: 22px;
}
.arow-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  color: #879496;
}
.about-company.desc a {
  color: #8e8e8e;
  font-weight: 600;
}
.read-more:hover {
  background-color: transparent;
  color: #fff !important;
  transition: all 0.2s linear;
  border-color: #fff !important;
}
.add-to-crd:hover {
  border-color: #7b0d1e;
  color: #7b0d1e !important;
  transition: all 0.2s linear;
  background-color: #fff !important;
}
.lnk-footers li a:hover {
  color: #6da516;
  transition: all 0.2s linear;
}

.link-more-about a {
  color: #fff;
  font-size: 12px;
}

.item-img.position-relative {
  overflow: hidden;
}
.desc-news {
  color: #292a29;
  min-height: 120px;
  max-height: 120px;
  overflow: hidden;
  padding: 10px;
  text-align: justify;
  font-size: 12px;
}
.title-news {
  color: #fff;
  font-weight: 600;
  min-height: 50px;
}

.header-top {
  background-color: #6da516;
  padding-left: 20px;
  padding-right: 20px;
  /*z-index: 10001;*/
  position: relative;
}
.border-left {
  border-left: 2px solid #fff;
}
.border-right {
  border-right: 2px solid #fff;
}
.link-top,
.link-tops {
  padding-right: 0 !important;
}
.link-top span,
.link-tops span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.filter-option {
  color: #fff;
  font-size: 13px;
}

.lng-col .dropdown-toggle::after {
  border-top: 0.3em solid #fff;
}

.link-top a,
.link-tops a {
  color: #fff;
}

.text-image:hover {
  background-color: #3c67a2;
  transition: all 0.4s;
}
.text-image:hover .category-name {
  color: #fff;
  transition: all 0.4s;
}
.phone-text span {
  display: inline-block;
  vertical-align: middle;
}
.text-end.show-pro {
  text-align: left;
}
.social-footer ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 2px;
}
.social-footer a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
}

.social-footer a .flip {
  -webkit-transform: translateZ(19px);
  transform: translateZ(19px);
}
.social-footer a span {
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
}
.social-footer a .flop {
  display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
}
.social-footer a:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.social-box li a i {
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}
.service-section {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.category-list {
  text-align: center;
  padding: 0;
}
.title-section {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #2a2d2a;
}

.main-title-section {
  color: #50b848;
  font-size: 18px;
  font-weight: 700;
}
.sub-title-section {
  color: #3a3d3a;
  font-weight: 700;
}

.service-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.cal a {
  font-size: 16px;
  direction: ltr;
  display: inline-block;
}
.card__social--active {
  visibility: visible !important;
  z-index: 3;
  transition: all 0.35s linear;
}
.card__social .share-icon {
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  background-color: #088d16f0;
  transition: all 0.3s ease;
  outline: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  margin-right: 2px;
  position: relative;
  margin-top: 6px;
  color: #fff;
  line-height: 46px;
  transform: scale(0);
  transition: 0.15s linear;
}
.card__social.card__social--active .share-icon {
  transform: scale(1) !important;
  transition: 0.15s linear;
}
.share-expanded i::before {
  content: "ï€چï€چï€چï€چï€چï€چï€چï€چï€چ";
  font-weight: 400;
}
.owl-nav {
  margin-top: 0 !important;
  direction: ltr;
}
.owl-news .owl-next,
.owl-blog .owl-next {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 100% !important;
  background-color: transparent !important;
  font-size: 27px !important;
  line-height: 1 !important;
  position: absolute;
  right: -22px;
  top: 48%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000 !important;
}
.owl-news .owl-prev,
.owl-blog .owl-prev {
  width: 34px;
  height: 34px;
  border: none !important;
  border-radius: 100% !important;
  background-color: transparent !important;
  font-size: 27px !important;
  line-height: 1 !important;
  position: absolute;
  left: -22px;
  top: 48%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000 !important;
}
.online-reservation {
  background-color: #6da516;
  padding: 8px 50px;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  transition: all 0.2s linear;
  box-shadow: 0px 0px 8px #c2bebecc;
  display: inline-block;
}
.online-reservation:hover,
.online-lap:hover {
  background-color: #a6c437;
  color: #ffffff;
}
.online-lap {
  background-color: #e77d26;
  padding: 8px 16px;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  transition: all 0.2s linear;
  box-shadow: 0px 0px 8px #c2bebecc;
  margin-right: 15px;
  display: inline-block;
}

.about-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.service-section .title-section {
  color: #6da516;
}
.more-pro {
  color: #fff !important;
}
.footer-bottom {
  background-color: #6da516;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11px;
  color: #f8f8f8;
}
.back-to-top {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 15px;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  z-index: 100;
  border: 2px solid #b1b1b1;
  line-height: 53px;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.row.footer-top {
  z-index: 2;
}
.back-to-top i {
  color: #fff;
  line-height: 0.4;
  display: block;
}

.short-text-news.d-block {
  color: #393939;
  font-weight: 300;
  font-size: 12px;
  text-align: justify;
  min-height: 50px;
}
.title-news a {
  color: #3c3c3c;
}
.more-news {
  color: #303030;
}
.more-news:hover {
  color: #ec3667;
}

.news-small-image::after {
  padding-bottom: 65%;
  content: "";
  display: block;
}
.news-small-image img {
  display: block;
  height: 100%;
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
@media screen and (max-width: 430px) {
  .short-text-news.d-block {
    display: none !important;
  }
}

.news-section,
.title-section {
  text-align: center;
  color: #000;
}
.more-sample,
.more-sample:hover {
  color: #252525;
}
.celinic-icon {
  background: url("../images/slice.png") no-repeat -108px -142px;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.news-box {
  text-align: right;
}
.col-news-small-imag,
.img-big {
  overflow: hidden;
  border-radius: 15px;
}
.news-small-image img,
.news-small-image,
.img-big img {
  transition: 0.6s !important;
  border-radius: 15px;
}
.row-news:hover .news-small-image {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.float {
  position: fixed;
  bottom: 65px;
  right: 5px;
  z-index: 10;
  padding: 0;
  text-align: center;
}
.float-2 {
  position: fixed;
  bottom: 150px;
  /*top: 50%;*/
  left: -58px;
  z-index: 9999999;
  padding: 0;
  text-align: center;
  height: fit-content;
  transform: rotate(270deg);
}
.float-2 a {
  background: var(--primaryColor);
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: 100;
  transform: scaleY(-1);
}
.float li {
  display: block;
  list-style: none;
}
.link-top li {
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
}
.c-navi-new-list {
  display: flex;
  width: 100%;
  align-items: center;
  padding-right: 0 !important;
}
.c-navi-new-list__category--main {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px 8px;
  font-size: 14px;
  cursor: default;
  color: #333;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-weight:600;
}
.c-navi.js-navi {
  transition: all 0.5s linear;
}
.c-header__user-menu-btn,
.c-header__user-menu-list .c-navi-list__a--user {
  border: 1px solid #c4c4c4;
  width: 53px;
  border-radius: 8px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 0 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.49, 0.93);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.49, 0.93);
  position: absolute;
  height: 45px;
  left: 0;
}

.c-header__right-side {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__right-side,
.c-header__yalda-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header__yalda-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 44px;
  margin-right: 12px;
  width: 142px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-header__yalda-box-img {
  height: 24px;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__yalda-box-img:after {
  content: "\E0B4\00FE0E";
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 1.222;
  color: #b2001a;
}
.c-header__yalda-box-timer {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  color: #6d7179;
  font-weight: 700;
}
.c-header__yalda-box-timer--red {
  color: #e2003a;
}
.c-header__yalda-box-timer--red span {
  display: inline-block;
  font-family: IRANYekanDigits, sans-serif;
}
.c-header__black-friday-box-image {
  max-width: 72px;
  width: 100%;
}
.c-header__black-friday-box-timer {
  font-size: 10px;
  font-size: 0.714rem;
  line-height: 2.2;
  color: #36076b;
  font-weight: 800;
}
.c-header__black-friday-box-timer--red {
  color: #e2003a;
}
.c-header__black-friday-box-timer--red span {
  display: inline-block;
  font-family: IRANYekanDigits, sans-serif;
}
.c-header__yalda-99-box-image {
  max-width: 132px;
  width: 100%;
}
.c-header__yalda-99-box-timer {
  font-size: 10px;
  font-size: 0.714rem;
  line-height: 2.2;
  color: #c00045;
  font-weight: 800;
}
.c-header__row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  padding: 12px 0;
}
.c-header__row,
.c-header__row--digi-club-banner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__row--digi-club-banner {
  background-color: #02c6db;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 1.375;
  text-shadow: 0 1px 1px #999;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-header__row--digi-club-banner a {
  color: #fff;
  background-color: #0091a1;
  border-radius: 8px;
  margin-right: 30px;
  padding: 5px 30px;
}
.c-header__logo {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  -ms-flex: 0 0 110px;
  -webkit-box-flex: 0;
  flex: 0 0 110px;
  max-width: 110px;
  max-height: 100%;
  padding-right: 0;
  margin-left: 24px;
  margin-right: 8px;
}
.c-header__logo--plus:after {
  content: "\E011\00FE0E";
}
.c-header__logo--plus:before {
  right: auto;
  left: 0;
  bottom: 0;
}
.c-header__logo--plus:after {
  font-size: 10px;
  font-size: 0.714rem;
  line-height: 10px;
  color: #fff;
  background: #941b80;
  padding: 1px 5px;
  border-radius: 8px;
}
.c-header__user-menu-list {
  margin-right: 10px;
}
.c-header__user-menu-list > li {
  display: none;
}
.c-header__user-menu-list > li:first-of-type {
  display: block;
}
.c-header__user-menu-list .c-navi-list__dropdown {
  right: auto;
  left: 0;
}
.c-header__user-menu-list .c-navi-list__dropdown:after {
  left: 20px;
  right: auto !important;
}
.c-header__user-menu-dropdown {
  width: 230px;
  padding-top: 15px;
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.692;
}
.c-header__user-menu-dropdown > span {
  display: block;
  padding: 0 15px;
}
.c-header__user-menu-dropdown a {
  color: #009ec9;
}
.c-header__user-menu-register {
  border: 1px solid #449fa9;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 47px;
  margin: 20px 4px 3px;
  color: #449fa9;
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.467;
}
.c-header__user-menu-register:before {
  content: "\E209\00FE0E";
  margin-left: 10px;
  font-size: 21px;
}
.c-header__dropdown {
  position: absolute;
  top: 100%;
  right: auto !important;
  left: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  z-index: 10;
  -webkit-box-shadow: 0 2px 9px 0 hsla(0, 0%, 44.3%, 0.32);
  box-shadow: 0 2px 9px 0 hsla(0, 0%, 44.3%, 0.32);
  padding-top: 1px;
  display: none;
}
.c-header__dropdown:after,
.c-header__dropdown:before {
  position: absolute;
  content: "";
}
.c-header__dropdown:before {
  height: 2px;
  background-color: #35ccde;
  bottom: 100%;
  left: 0;
  right: 0;
}
.c-header__dropdown:after {
  width: 0;
  height: 0;
  border-color: transparent transparent #35ccde;
  border-style: solid;
  border-width: 0 8px 8px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 2px;
  left: 20px;
  right: auto !important;
}
.c-header__menu-handler {
  position: absolute;
  height: 100%;
  width: 58px;
  cursor: pointer;
}
.c-header__menu-handler:before {
  content: "\E17A\00FE0E";
  position: absolute;
  color: #fff;
  font-size: 21px;
  right: 10px;
  bottom: -100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.49, 0.93);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.49, 0.93);
}
.c-header__logo-img {
  color: #fff;
  height: 30px;
  display: block;
  text-align: right;
  text-indent: -1000em;
  background: url(../fonts/bc60cf05.svg) no-repeat 50%;
  background-size: contain;
  -webkit-transition: background-position 0.3s
    cubic-bezier(0.17, 0.67, 0.49, 0.93);
  transition: background-position 0.3s cubic-bezier(0.17, 0.67, 0.49, 0.93);
}
.c-header__logo-img--bug-report {
  background-image: url(../fonts/fced58e3.svg);
  cursor: pointer;
}
.c-header__logo-img--bug-report--smaller {
  max-width: 100px;
}
.c-header--birthday .c-header__logo-img {
  background-image: url(../fonts/2fc8708f.png);
  background-size: contain;
}
.c-header__logo-img.is-black {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.c-header__search {
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.17, 0.67, 0.49, 0.93);
  transition: 0.3s cubic-bezier(0.17, 0.67, 0.49, 0.93);
  width: 60%;
}
.c-header__action,
.c-header__search {
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
.c-header__action {
  -ms-flex: 0 0 370px;
  -webkit-box-flex: 0;
  flex: 0 0 370px;
  max-width: 370px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: unset;
}
.c-header__btn-container {
  padding: 0 12px;
  position: relative;
}
.c-header__btn-container:last-child {
  padding-left: 0;
}
.c-header__btn-container + .c-header__btn-container {
  position: relative;
}
.c-header__btn-container + .c-header__btn-container:before {
  content: "";
  display: block;
  height: 24px;
  background: #e0e0e2;
  position: absolute;
  right: 0;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-header__btn-login {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #e0e0e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  color: #616161;
}
.c-header__btn-login:before {
  content: "\E1B5\00FE0E";
  margin-left: 8px;
  font-size: 24px;
  font-size: 1.714rem;
  line-height: 24px;
}
.c-header__btn-notifications:before {
  content: "\E0D3\00FE0E";
  font-size: 24px;
  color: #424750;
}
.c-header__btn-cart-container {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
}
.c-header__btn-cart-container.open {
  background: rgba(239, 57, 78, 0.05);
}
.c-header__btn-cart {
  position: relative;
  display: block;
}
.c-header__btn-cart:before {
  content: "\E0F5\00FE0E";
  font-size: 24px;
  color: #424750;
}
.c-header__btn-cart-counter {
  font-size: 10px;
  font-size: 0.714rem;
  line-height: 16px;
  color: #fff;
  width: 20px;
  height: 18px;
  background: #ef394e;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px;
  font-weight: 900;
  border: 2px solid #fff;
  position: absolute;
  bottom: -6px;
  right: -9px;
}
.c-header__btn-cart-counter--square {
  height: 20px;
  line-height: 20px;
  bottom: -7px;
  border-radius: 6px;
}
.c-header__cart-info {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - 3px);
  width: 300px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 4;
}
.c-header__cart-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 16px 12px 12px;
  font-size: 16px;
  font-size: 1.143rem;
  line-height: normal;
}
.c-header__cart-info-count {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: normal;
  color: #81858b;
}
.c-header__cart-info-link {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0fabc6;
  font-size: 12px !important;
  font-size: 0.857rem !important;
  line-height: normal !important;
}
.c-header__cart-info-link:after {
  content: "\E0F4\00FE0E";
  font-size: 18px;
  font-size: 1.286rem;
  line-height: normal;
}
.c-header__cart-info-footer {
  padding: 8px;
  border-top: 1px solid #f0f0f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__cart-info-footer > div {
  width: 50%;
}
.c-header__cart-info-total {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 4px;
}
.c-header__cart-info-total-text {
  margin-bottom: 4px;
  font-size: 10px;
  font-size: 0.714rem;
  line-height: 2.2;
}
.c-header__cart-info-total-amount {
  font-size: 10px !important;
  font-size: 0.714rem !important;
  line-height: normal !important;
  font-weight: 700;
}
.c-header__cart-info-total-amount-number {
  font-size: 16px !important;
  font-size: 1.143rem !important;
  line-height: normal !important;
}
.c-header__cart-info-submit {
  display: block;
  border-radius: 8px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 10px;
  background-color: #00bfd6;
  border: none;
}
.c-header__cart-info-submit:hover {
  background-color: #63d0df;
}
.c-header__cart-info-submit--red {
  background-color: #ef394e;
}
.c-header__cart-info-submit--red:hover {
  background-color: #ef5662;
}
.c-header__basket-list-container {
  max-height: 293px;
  overflow: hidden;
}
.c-header__basket-list {
  max-height: 293px;
  overflow-y: scroll;
  overflow-x: hidden;
  list-style: none;
  border-top: 1px solid #f0f0f1;
}

.c-header__basket-list::-webkit-scrollbar {
  width: 0;
}

.c-navi__line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 2;
  background-color: #000;
}
.c-navi__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.c-navi-categories__container {
  z-index: 49;
  width: 100%;
  padding-right: 0;
}
.c-navi-categories__container.is-fixed {
  position: fixed;
}
.c-navi-categories__container.is-scrolled {
  top: 66px;
}
.c-navi-categories__overlay {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(41, 108, 150, 0.69);
  opacity: 0;
  z-index: 233;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none;
}
.c-navi-categories__overlay.is-active {
  opacity: 1;
  pointer-events: all !important;
}
.c-navi-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  -ms-flex: 0 0 calc(100% - 525px) 370px;
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 525px) 370px;
  max-width: calc(100% - 525px) 370px;
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.692;
  padding-right: 26px;
}
.c-navi-list > li {
  position: relative;
  margin-right: 10px;
}
.c-navi-list > li:first-child {
  margin-right: 0;
}
.c-navi-list > li.diviter + li {
  margin-right: auto;
}
.c-navi-list__a {
  display: inline-block;
  padding: 9px 24px 9px 9px;
  color: #505050;
}
.c-navi-list__a:before {
  position: absolute;
  right: 0;
}
.c-navi-list__a.has-new:after {
  width: 9px;
  height: 9px;
  background-color: #00bfd6;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: -5px;
  top: 11px;
}
.c-navi-list__a--gift {
  padding-right: 32px;
}
.c-navi-list__a--seller {
  padding-right: 32px;
}
.c-navi-list__a--promotion {
  padding-right: 28px;
  color: #fb3449;
}

.c-dc-navigation__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(74, 74, 74, 0.43);
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none;
}
.c-dc-navigation__overlay.is-active {
  opacity: 1;
  pointer-events: all !important;
}
.c-dc-header-submenu {
  width: 100%;
  padding: 12px 16px 12px 12px;
}
.c-dc-header-submenu,
.c-dc-header-submenu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-dc-header-submenu__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 24px;
}
.c-dc-header-submenu__nav {
  margin-top: auto;
  width: 100%;
}
.c-dc-header-submenu__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.c-dc-header-submenu__nav-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  color: #030a16;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  font-weight: 500;
  white-space: nowrap;
}
.c-dc-header-submenu__nav-link:before {
  margin-left: 8px;
  color: #a1a3a8;
  font-size: 20px;
}
.c-dc-header-submenu__nav-link--main {
  font-weight: 700;
}

.c-navi-new-list__sublist-top-bar-image {
  position: absolute;
  left: 54px;
  top: 5px;
  width: 110px;
  height: 20px;
  display: block;
}
.c-navi-new-list__sublist-top-bar-image img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-navi-new-list:hover + .c-navi-categories__overlay {
  opacity: 1;
}

.c-navi-new-list__a-hover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
  z-index: 3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.c-navi-new-list__a-hover.is-fmcg > div:before {
  background-color: #9dc44d;
}
.c-navi-new-list__a-hover > div {
  width: 100%;
  height: 100%;
}
.c-navi-new-list__a-hover > div:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 4;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #a6c437;
}
.c-navi-new-list__category-item {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 30px;
}
.c-navi-new-list__categories > .c-navi-new-list__category-item,
.c-navi-new-list__categories > .c-navi-new-list__promotion-item,
.c-navi-new-list__promotions > .c-navi-new-list__category-item,
.c-navi-new-list__promotions > .c-navi-new-list__promotion-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}

.c-navi-new-list__category-item li i {
  font-size: 7px !important;
  color: #333 !important;
  vertical-align: middle;
  margin-right: 5px;
}
.c-navi-new-list__categories > .c-navi-new-list__category-item > li:hover,
.c-navi-new-list__categories > .c-navi-new-list__promotion-item > li:hover,
.c-navi-new-list__promotions > .c-navi-new-list__category-item > li:hover,
.c-navi-new-list__promotions > .c-navi-new-list__promotion-item > li:hover {
  z-index: 3;
}
.c-navi-new-list__a {
  display: block;
  position: relative;
  height: 100%;
  padding: 8px 9px 7px;
  color: #fff;
  white-space: nowrap;
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 25px;
  max-width: 116px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-navi-new-list__a--promotion {
  max-width: unset;
  background-color: #4f4f4f;
}
.c-navi-new-list__promotion-item--big .c-navi-new-list__a:before,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background-color: #ef5661;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-navi-new-list__promotion-item--big .c-navi-new-list__a:hover,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.c-navi-new-list__promotion-item--big
  .c-navi-new-list__a:hover
  + .c-navi-categories__overlay,
.c-navi-new-list__promotion-item--small
  .c-navi-new-list__a:hover
  + .c-navi-categories__overlay {
  opacity: 1;
}
.c-navi-new-list__promotion-item--big .c-navi-new-list__a:hover:before,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.c-navi-new-list__options-list {
  display: none !important;
}
.c-navi-new-list__options-list.is-active {
  display: block !important;
}
.c-navi-new-list__options-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 300px;
}

.c-navi-new-list__sublist {
  position: absolute;
  top: 100%;
  display: none;
  right: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  padding: 20px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  width: 100% !important;
}
.is-fmcg .c-navi-new-list__sublist {
  height: unset;
  padding-bottom: 65px;
  padding-left: 100px;
}
.c-navi-new-list__sublist:hover + .c-navi-new-list__a {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.c-navi-new-list__sublist:hover + .c-navi-new-list__a:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background-color: #ef5661;
}

.c-navi-new-list__sublist-option {
  direction: rtl;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 25%;
  font-size: 14px;
  font-size: 1rem;
  line-height: 30px;
  font-weight: 700;
  height: 30px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.is-fmcg .c-navi-new-list__sublist-option {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.c-navi-new-list__sublist-option--title {
  direction: rtl;
  text-align: right;
  position: relative;
}

.c-navi-new-list__sublist-option--title a {
  color: #d60644;
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 700 !important;
  position: relative;
}
.c-navi-new-list__sublist-option--title a i {
  vertical-align: middle;
  max-height: 10px;
  font-size: 12px;
}
.c-navi-new-list__sublist-option--title a:hover {
  color: #000;
}
.c-navi-new-list__sublist-option--item {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 2.27;
  font-weight: 400;
  color: #81858b;
}
.c-navi-new-list__sublist-option--item a:hover {
  color: #d60644;
}
.c-navi-new-list__sublist-option--has-icon {
  direction: rtl;
  text-align: right;
}
.c-navi-new-list__sublist-option--has-icon:hover a,
.c-navi-new-list__sublist-option--has-icon:hover a:before {
  color: #2903b22903b2;
}
.c-navi-new-list__sublist-option--has-icon a {
  color: #424750;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  text-decoration: none;
}
.c-navi-new-list__sublist-option--has-icon a:before {
  margin-left: 8px;
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 18px;
  color: #a1a3a8;
  cursor: pointer;
  vertical-align: middle;
}
.c-navi-new-list__sublist-option--has-circle {
  height: unset;
  min-height: 30px;
}
.c-navi-new-list__sublist-option--has-circle a {
  padding-right: 20px;
  white-space: normal !important;
}
.c-navi-new-list__sublist-option--has-circle a:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #a1a3a8;
  border-radius: 50%;
  display: inline-block;
  top: 11px;
  right: 8px;
  position: absolute;
}
.c-navi-new-list__sublist-option--has-circle a:hover:before {
  background-color: #ef394e;
}
.c-navi-new-list__sublist-option a {
  white-space: nowrap;
  display: block;
  position: relative;
}
.c-navi-new-list__sublist-option--footer {
  position: absolute;
  margin-top: 17px;
  bottom: 0;
  height: 45px;
  width: 384px;
  right: 24px;
  border-left: none;
  border-top: 1px solid #e9e9e9;
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-navi-new-list__sublist-option--footer:before {
  content: "\E1A6\00FE0E";
  position: relative;
  color: #19bfd3;
  margin-left: 7px;
}
.c-navi-new-list__sublist-option--footer a {
  color: #19bfd3;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 48px;
  vertical-align: middle;
  font-weight: 700;
  text-decoration: none;
}
.c-navi-new-list__sublist-option-discount {
  color: #ef5662;
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 2;
  margin-right: 5px;
  white-space: nowrap;
}
.c-navi-new-list__sublist-item-badge {
  border-radius: 9.5px;
  background-color: #fb3449;
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 2;
  font-weight: 700;
  padding: 1px 7px;
  margin-right: 2px;
  color: #fff;
}

.c-navi-new-list__category.c-navi-new-list__category--main i {
  color: #484848;
}

.c-navi-new-list__category-link {
  display: block;
  padding: 7px 0;
  color: #333;
  font-size: 14px;
  font-weight:600;
}
.c-navi-new-list__category-item > li > a:hover {
  color: var(--primaryColor);
}

.c-navi-new-list__category-link--plus {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-navi-new-list__category-link--visible-in-wide {
  display: none;
}
.c-navi-new-list__category-send-to {
  color: #81858b;
  margin-left: 4px;
}
.c-navi-new-list__inner-categories {
  background-color: #fff;
  border-left: 1px solid #f0f0f1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 20%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-navi-new-list__sublist-top-bar {
  padding: 8px 0 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.c-navi-new-list__sublist-see-all-cats,
.c-navi-new-list__sublist-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-navi-new-list__sublist-see-all-cats {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  font-weight: 700;
  color: #424750;
}
.c-navi-new-list__inner-category {
  padding: 10px 8px;
  color: #616161;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.833;
  font-weight: 500;
}
.c-navi-new-list__inner-category--hovered {
  background-color: #d60644;
  color: #fff;
  padding: 10px 8px;
}
.c-navi-new__big-display-title {
  display: none !important;
}
.c-navi-new__medium-display-title {
  display: block !important;
}

.c-dp-header-submenu {
  width: 100%;
  padding: 16px 12px 12px;
}
.c-dp-header-submenu,
.c-dp-header-submenu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header__menu-handler {
  width: 55px;
}
.c-header__menu-handler:before {
  right: 12px;
}
.c-header__action {
  -ms-flex: 0 0 370px;
  -webkit-box-flex: 0;
  flex: 0 0 370px;
  max-width: 370px;
}
.c-header__seller {
  display: block;
}
.c-navi-categories,
.c-navi__button {
  -ms-flex: 0 0 110px;
  -webkit-box-flex: 0;
  flex: 0 0 110px;
  max-width: 110px;
}
.c-navi-list {
  -ms-flex: 0 0 calc(100% - 525px) 370px;
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 525px) 370px;
  max-width: calc(100% - 525px) 370px;
}
.c-main-menu:before,
.c-main-menu__root {
  width: 110px;
}
.c-subcategory-collage__col {
  -ms-flex: 0 0 29.7%;
  -webkit-box-flex: 0;
  flex: 0 0 29.7%;
  max-width: 29.7%;
}
.c-subcategory-collage__col--main {
  -ms-flex: 0 0 70.3%;
  -webkit-box-flex: 0;
  flex: 0 0 70.3%;
  max-width: 70.3%;
  margin-bottom: 0;
}
.c-subcategory-collage__col .c-subcategory-collage__cover {
  width: auto;
  float: none;
}
.c-subcategory-collage__col
  .c-subcategory-collage__cover
  + .c-subcategory-collage__cover {
  margin-left: 0;
  margin-top: 20px;
}
.c-subcategory-collage__cover {
  height: 144px;
}
.c-category-collage__col {
  -ms-flex: 0 0 22.7%;
  -webkit-box-flex: 0;
  flex: 0 0 22.7%;
  max-width: 22.7%;
}
.c-category-collage__col--main {
  -ms-flex: 0 0 54.6%;
  -webkit-box-flex: 0;
  flex: 0 0 54.6%;
  max-width: 54.6%;
}
.c-category-collage__col:nth-child(n + 3) {
  display: block;
}
.c-category-card__header {
  font-size: 20px;
  font-size: 1.429rem;
  line-height: 1.1;
}
.c-category-card__list {
  padding-top: 23px;
}
.c-category-card__list li {
  padding-right: 69px;
  margin: 12px 0;
}
.c-category-card__list li:last-child {
  margin-bottom: 28px;
}
.c-category-card__list li:before {
  right: 33px;
  width: 10px;
  height: 10px;
  border-radius: 8px;
}
.c-category-card__footer {
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.467;
}
.c-navi-new-list__a {
  max-width: 140px;
  max-width: unset;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  padding: 10px 20px 9px;
}

.c-navi-new__big-display-title {
  display: block !important;
}
.c-navi-new__medium-display-title {
  display: none !important;
}

.img-main-category {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  position: relative;
}
.img-main-category img {
  width: 25px !important;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-section {
  position: relative;
  z-index: 98999;
  width: 100%;
  display: block;
  min-height: 45px;
  background: var(--main-color) !important;
}
.img-main-category {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.c-navi-new__big-display-title {
  font-size: 12px;
  line-height: 2.27;
  font-weight: 400;
  color: #4a5f73;
}
.home i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: 6px;
}
.js-categories-bar-item.js-mega-menu-main-item.c-navi-new-list__category-container-main.all-category {
  background: var(--main1-color) !important;
  padding: 0 20px !important;
}
.js-categories-bar-item.js-mega-menu-main-item.c-navi-new-list__category-container-main.all-category
  .c-navi-new-list__category {
  color: var(--main-color) !important;
  cursor: pointer;
  font-weight: 700 !important;
}
.c-navi-new-list__category.c-navi-new-list__category--main i {
  font-size: 20px;
  vertical-align: middle;
}
.show-search {
  height: auto !important;
}
.P-Banner {
  z-index: 1000;
  position: relative;
}
.js-navi-overlay-search {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(74, 74, 74, 0.85);
  opacity: 0;
  z-index: 99999;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none;
}
.js-navi-overlay-search.is-active {
  opacity: 1;
  pointer-events: all !important;
}
.js-navi-overlay-search.is-active.no-active {
  display: none;
}
li.has-sub li,
.has-sub ul li {
  list-style: none;
}
.has-sub ul {
  position: absolute;
  left: -9999px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 14px !important;
  padding: 10px 0 5px 0;
  background: #fff;
}
li.has-sub ul li a:hover {
  color: #fff;
  background-color: #6da516;
}
li.has-sub:hover > ul {
  left: auto;
}
li.has-sub:hover > ul > li {
  height: 45px;
}
li.has-sub ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  list-style: none;
  position: relative;
  z-index:9999;
}
li.has-sub ul li a {
  padding: 0 15px;
  width: 170px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #9f9f9f;
  margin: 0 10px 10px 10px;
  border-radius: 9px;
  text-align: right;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li.has-sub li.has-sub > a::before {
  position: absolute;
  top: 13px;
  left: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ccc;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight:600;
}
.c-navi-new-list__category-item:nth-child(2){
    justify-content:end;
}
li.has-sub li.has-sub > a::after {
  position: absolute;
  top: 16px;
  left: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ccc;
  content: "";
}
li.has-sub ul ul {
  margin-right: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.c-navi-new-list__category-item > li {
  margin-left: 10px;
  text-align: center;
  line-height: 2.7;
}
.has-sub > a {
  padding: 7px 10px 8px;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight:600;
}

.c-navi-new-list__inner-category.js-mega-menu-category:hover {
  background-color: #d60644;
  color: #fff;
}
.btn-slide:hover {
  color: #fff;
}
.c-navi-new-list li {
  list-style: none;
}
.c-navi-new-list__categories {
  width: 100%;
}
.nav-list li a {
  color: #777;
  font-size: 13px;
  padding: 0 5px;
  border-radius: 4px;
  display: block;
}
.nav-list {
  text-align: right;
}
.menu-title {
  text-align: right;
  font-size: 15px;
}
.c-navi-new-list__category-item > li {
  /*flex-grow: 1;*/
  margin-right:10px;
}
.search-result {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-radius: 0 0 10px 10px;
  padding: 10px;
}
.search-result-list li {
  list-style: none;
  text-align: right;
}
.search-result-list li:not(:last-child) {
  border-bottom: 1px solid #eee;
  line-height: 3;
}
.search-result-list li a {
  color: #000;
}
.search-result-list {
  max-height: 200px;
  overflow-y: auto;
}
.icon-cal {
  background: url("../images/slice.png") no-repeat -9px -44px;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.full-caption {
  background-color: #cada78;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 900;
  font-size: 15px;
  color: #383636;
}
.caling a {
  color: #383636;
  direction: ltr;
  display: inline-block;
  font-size: 19px;
}
.bulb1 {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background-color: #018ec4;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: glow;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-name: glow;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.bulb2 {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background-color: #e77d26;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: glow;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-name: glow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.bulb3 {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 7px;
  background-color: #ec3667;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: glow;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-name: glow;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@-webkit-keyframes glow {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}

@keyframes glow {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
.row-section .col-section a {
  color: #fff;
  padding-bottom: 20px;
  border-radius: 0 0 15px 15px;
}
/* .row-section .col-section:nth-child(1) a{
  background-color: #018ec4;
}
.row-section .col-section:nth-child(2) a{
  background-color: #ec3667;
}
.row-section .col-section:nth-child(3) a{
  background-color: #e77d26;
}
.row-section .col-section:nth-child(4) a{
  background-color: #a6c437;
} */

.title-sections {
  margin: 15px auto 10px auto;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  width: 90%;
  background-color: black;
}
.short-desc-section {
  text-align: center;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 400;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
}
.img-section {
  height: 221px;
  overflow: hidden;
  position: relative;
}
.img-section img {
  object-fit: fill;
  height: 100%;
  width: 100%;
  filter: drop-shadow(0px 0px 0px black);
}
/* .img-section::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.img-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
} */
.col-section:hover .img-section::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.col-section:hover .img-section::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.sub-title {
  color: #4f4f4f;
}
.short-desc-service {
  color: #2f2f2f;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 100px;
}
.col-service a {
  background-color: #fff;
  /* box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3); */
  border-radius: 15px;
  padding: 20px 20px 20px 20px;
}
.col-service {
  transition: 0.3s ease-in-out;
}
.d-block.more-info {
  color: #018ec4;
  margin-bottom: 5px;
}
.img-service {
  width: 125px;
  height: 120px;
  margin: auto;
  position: absolute;
  top: -52px;
  background-color: #fff;
  border-radius: 100%;
  left: 0;
  right: 0;
  box-shadow: 0px 9px 4px #c5bbbb;
}
.title-service {
  color: #333;
  font-weight: 700;
  font-size: 20px;
  min-height: 40px;
  margin-top: 10px;
  opacity: 80%;
}
.more-other {
  background-color: #a6c437;
  color: #fff;
  padding: 12px 15px;
  border-radius: 7px;
  font-weight: 600;
  transition: all 0.2s linear;
}
.more-other:hover {
  background-color: #6da516;
  color: #fff;
}
.owl-news .item a {
  /* background-color: #fff; */
  border-radius: 15px;
}
.title-multi {
  color: #fff;
  padding: 10px;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  font-weight: 100;
  font-size: 14px;
}
.video-icon {
  background: url("../images/play-icon.png") no-repeat;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
.date-news {
  color: #ec3667;
}
.news-box .row-news:not(:last-child) {
  border-bottom: 1px solid #acacac;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
.news-big-image a {
  /* background-color: #fff; */
  /* box-shadow: 0px 0px 19px -7px rgba(0, 0, 0, 0.3); */
  border-radius: 15px;
  padding: 20px;
}
.img-big {
  position: relative;
}
.big-title-news {
  color: #018ec4;
  min-height: 40px;
  font-weight: 600;
  margin-top: 5px;
}
.big-desc-news {
  color: #444242;
  text-align: justify;
  line-height: 2;
  height: 160px;
  overflow: hidden;
}
.row-top-news {
  border-bottom: 10px solid var(--primaryColor);
  padding-bottom: 10px;
}
.news-big-image {
  border-bottom: 10px solid var(--primaryColor);
  padding-bottom: 10px;
}

.show-more-news a {
  color: #303030;
  font-size: 12px;
}
.view-news::after {
  height: 8px;
  width: 86%;
  content: "";
  background-color: #a6c437;
  bottom: -8px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 0 0 15px 15px;
}
.short-desc-blog {
  color: #919191;
  min-height: 30px;
  max-height: 30px;
  overflow: hidden;
  text-align: justify;
  padding: 0 10px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
}
.title-blog {
  color: #018ec4;
  font-weight: 500;
}
.blog-section {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.link-more a {
  color: #303030;
  font-weight: 500;
}
.owl-blog .item a {
  background-color: #fff;
  /* box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3); */
  /* border-radius: 15px; */
  position: relative;
  margin-bottom: 20px;
}
/* .owl-blog  a::after {
  height: 8px;
  width: 86%;
  content: '';
  background-color: #e83565;
  bottom: -8px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 0 0 15px 15px;
} */
.img-blog {
  height: 230px;
  overflow: hidden;
  position: relative;
}
.img-blog img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  /* border-radius: 15px 15px 0 0; */
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  border: 10px solid var(--primaryColor);
}
.d-block.titl-blog {
  color: #333;
  min-height: 25px;
  font-weight: 600;
  margin-top: 5px;
  padding: 0 10px;
}
.mpore-blog {
  color: #018ec4;
  padding: 0 10px 20px 10px;
  font-size: 12px;
  font-weight: 600;
}
.mpore-blog i {
  vertical-align: middle;
  font-size: 10px;
}
.cat-blog {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #6da516;
  z-index: 1;
  border-radius: 25px;
  color: #fff;
  font-size: 10px;
  padding: 3px 11px;
}
.text {
  color: #363e3f;
}
.lnk-footers li {
  line-height: 2.3;
  position: relative;
  list-style-type: none !important;
}
.lnk-footers li a {
  color: #1a1919;
  font-size: 13px;
  /* padding-right: 10px; */
  position: relative;
  font-weight: 700;
}
.title-footer.lnk-footer.un-link {
  color: #424242;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
}
.route li {
  list-style: none;
  margin-bottom: 15px;
}
.footer-info {
  background-color: #6da516f0;
  color: #fff;
  min-height: 350px;
}
.address-info {
  width: calc(100% - 32px);
  margin-right: 25px;
  position: relative;
  text-align: right;
  display: inline-block;
}
.address-info::before {
  background: url("../images/slice.png") no-repeat -72px -84px;
  width: 16px;
  height: 21px;
  position: absolute;
  right: -20px;
  content: "";
  top: 11px;
}
.title-info {
  font-weight: 700;
  font-size: 15px;
}
.cal-icon {
  background: url("../images/slice.png") no-repeat -119px -88px;
  width: 14px;
  height: 13px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.cal-footer {
  display: block;
  background-color: #fff;
  border-radius: 25px;
  direction: ltr;
  font-weight: 700;
  font-size: 15px;
}

.owl-spetial-news .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  top: -45px;
  left: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 3px;
  border-radius: 0;
  background: #595959;
}
.owl-blog .item:hover .img-blog img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.img-service img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.col-service a:hover .img-service img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.nav-list li a:hover {
  background-color: #6da5169c;
  color: #fff !important;
}
.more-other {
  vertical-align: middle;
  font-size: 18px;
  margin-right: 5px;
}
.owl-spetial-news .item:hover .big-title-news {
  color: #e83565;
}
.form-control:focus {
  box-shadow: none;
}
.img-service img {
  border-radius: 100%;
}
.short-desc-info h3 {
  color: #2f2f2f;
  font-size: 13px;
}
.row.row-list {
  padding: 20px !important;
  color: #fff;
  border-radius: 5px;
  background-image: linear-gradient(
    to top,
    #0c3483 0%,
    #a2b6df 100%,
    #6b8cce 100%,
    #a2b6df 100%
  );
}
.card.crd1 a,
.card.crd2 a {
  color: #000;
  font-weight: 600;
  text-align: center;
}
.crd1 {
  background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  color: #fff;
}
.crd2 {
  background-image: linear-gradient(to right, #f9d423 0%, #ff4e50 100%);
  color: #fff;
}
.title-clinic {
  font-size: 15px;
  border-radius: 5px;
  background-color: #e83565;
  padding: 5px;
  color: #fff;
}
.card.crd-n {
  background-image: linear-gradient(-225deg, #e3fdf5 0%, #ffe6fa 100%);
  box-shadow: 0px 3px 5px #ccc;
  border-radius: 15px;
}
.time-icon i {
  font-size: 23px;
}
.inner-page {
  position: relative;
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: right;
  z-index: 2;
  min-height: 400px;
}
.title-outer h1 {
  color: #1370b5;
  font-size: 20px;
  font-weight: 600;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.75);
  font-size: 13px;
  font-weight: 500;
  padding-left: 26px;
  line-height: 24px;
}
.page-breadcrumb li:not(:last-child)::after {
  position: absolute;
  top: 0;
  left: 0px;
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 20px;
  color: #000;
  font-weight: 300;
}
.page-breadcrumb li a {
  color: rgba(0, 0, 0, 0.75);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.P-Sq01::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/pattern-2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50%;
  opacity: 0.5;
  content: "";
  z-index: -1;
}
.divider {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
}
.divider svg {
  fill: #1370b5;
}
.inner-title {
  color: #363636;
  font-size: 22px;
  font-weight: 600;
}
.d-block.text {
  line-height: 2.5;
  font-size: 14px;
  text-align: justify;
}
.crd-inner {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.11);
  background-image: url(../images/4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
  border: none;
}
.container-fluid.inner-section {
  background: #eee url(../images/2.jpg);
}
.card.crd-blog {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: none !important;
}
.inner-page2 {
  background: #eee url(../images/2.jpg);
  position: relative;
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: right;
  z-index: 2;
  min-height: 400px;
}
/* additional css */
.mini-news-box img {
  width: 200px !important;
}
.super-border {
  border: 14px solid var(--primaryColor);
}
.owl-news .owl-nav .owl-next {
  right: -100px !important;
}
.owl-news .owl-nav .owl-prev {
  left: -100px;
}
.project-title {
  background: #333333ab;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  padding: 0.1rem 0.7rem;
  font-size: 13px;
  font-weight: 100;
}
.logo {
  position: ABSOLUTE;
  background: #fff;
  padding: 0.7rem;
  border-radius: 0 0 10px 10px;
  margin-top: -15px;
}
.top-search-col input::-webkit-input-placeholder {
  color: #333;
  font-size: 13px;
}
.about-title {
  width: 35%;
  margin-left: auto;
  border-right: 2px solid #ccc;
}
.about-desc {
  font-size: 16px;
  color: #6f6f6f;
  padding: 1.5rem;
  text-align: justify;
}
.primary-outline-x {
  border: 1px solid #88b541;
  color: #88b541 !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  font-size: 12px;
  padding: 0.6rem 0.8rem !important;
  font-weight: 500;
}
.primary-outline-x:hover {
  border: 1px solid #88b541;
  background-color: #88b541 !important;
  color: #fff !important;
}
.secondary-outline-x {
  border: 1px solid #333;
  color: #333 !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  font-size: 12px;
  padding: 0.6rem 0.8rem !important;
  font-weight: 500;
}
.secondary-outline-x:hover {
  border: 1px solid #333;
  background-color: #333 !important;
  color: #fff !important;
}
.author-box-desc {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
.author-box::after {
  background-color: #88b541;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.author-box:hover:after {
  opacity: 55%;
}
.author-box:hover .author-box-desc {
  opacity: 1;
}
.about-section-2 {
  background-color: #e6e6e6;
}
.title-sections {
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.serv-col::after {
  background-color: #88b541;
  content: "";
  width: 100%;
  height: 92%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.serv-col:hover:after {
  opacity: 50%;
}
.serv-col img {
  object-fit: cover;
}
.serv-col:hover .title-sections {
  background-color: var(--primaryColor);
  color: #000;
  font-weight: 500;
}
/* counter styles */
.counter {
  line-height: 1;
  font-size: 55px !important;
  color: var(--primaryColor);
  font-weight: 900;
  padding-top: 1rem;
  font-family: sans-serif;
}
.news-section {
  background-color: #e6e6e6;
}
.owl-logo-2 .owl-item img {
  padding: 1rem;
  object-fit: contain;
  background-color: #ffffff17;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  width: 145px;
  height: 90px;
}
.owl-logo-2 .owl-item img:hover {
  padding: 1rem;
  object-fit: contain;
  background-color: #005d0747;
  transition: 0.3s ease-in-out;
}
.certificate-box img {
  object-fit: scale-down;
  width: 160px;
  height: 150px;
}
.certificate-box {
  box-shadow: 2px 70px 12px #00000022;
}
.certificate-box p {
  font-size: 10px;
  text-align: center;
  height: 30px;
  padding: 0 0.7rem;
}
.certificate-section {
  /* background-image: url('../images/certificate-bg.png'); */
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% 100%;
  padding-bottom: 6rem;
}
.plant-right {
  position: absolute;
  right: 6%;
  bottom: 0;
  top: 0;
}
.plant-left {
  position: absolute;
  left: 6%;
  bottom: 0;
  top: 0;
  height: 90%;
  margin: auto;
}
.owl-logo-2 .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
}
.owl-news-v2 .item {
  background: #fff;
  border-radius: 0;
}
.owl-news-v2 .owl-nav .owl-next {
  right: -50px !important;
  background-color: transparent !important;
  border: none !important;
}
.owl-news-v2 .owl-nav .owl-prev {
  left: -50px !important;
  background-color: transparent !important;
  border: none !important;
}
.owl-news-v2 .owl-nav .owl-next i,
.owl-news-v2 .owl-nav .owl-prev i {
  font-size: 38px;
  font-weight: 100;
}
.owl-news .owl-nav .owl-next i,
.owl-news .owl-nav .owl-prev i {
  font-size: 38px;
  font-weight: 100;
  color: #fff;
}
.owl-spetial-news .owl-nav .owl-next,
.owl-spetial-news .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  border: 2px solid #b8b8b8 !important;
}
.owl-spetial-news .owl-nav {
  display: block !important;
  position: absolute;
  top: -70px;
  left: 0;
}
.owl-spetial-news .owl-nav i {
  font-weight: 100;
  font-size: 16px;
  color: #b8b8b8;
  line-height: 1.8;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  border-color: #acd192 !important;
  color: #acd192;
  text-decoration: none;
  background: transparent;
}
.owl-theme .owl-nav [class*="owl-"]:hover i {
  color: #acd192;
}
.slider {
  /*background: url("../images/slider0bg.png");*/
  background-size: 100% 100% !important;
  height: 530px;
}
.owl-slider .item img {
  object-fit: scale-down;
  width: 245px;
  height: 248px;
}
.owl-slider .owl-dots {
  /*margin-bottom: -80px;*/
  margin-bottom: -35px;
}
.phone-number{
    direction: ltr;
    font-family: iransans;
    text-align:right;
}


/* responsive */
@media(min-width:800px){
    .i-1{
        width: 635px;
        margin: auto;
        font-weight: 600;
    }
}
@media(min-width:1320px){
    .about-title{
        width:30%;
    }
    .about-desc,.i-2 {
    padding-right: 4rem !important;
}
}
@media(min-width:1620px){
    .about-title{
        width:24%;
    }
    .about-desc,.i-2 {
    padding-right: 4rem !important;
}
}

@media (max-width: 798px) {
  .logo {
    position: relative;
    padding: 0;
    width: 85px;
    margin-top: 0px;
  }
  ul.lnk-footers.p-0.phone-number * {
    font-size: 18px;
}
  .author-box img{
      width:100%;
  }
  .lnk-footers li a {
    font-size:16px;
    }
  .text-slider * {
    font-size: 12px !important;
    margin-top: -12px;
}
  .slider {
    height: 200px;
  }
  .owl-slider .item img {
    object-fit: scale-down;
    width: 66px;
    height: 248px;
  }
  .slider-box-overlay h2 {
    font-size: 14px !important;
  }
  .owl-slider .owl-dots {
    bottom: 15px;
  }
  .about-title {
    width: 100%;
    margin-top: 1rem;
    border-right: 0;
  }
  .author-box-desc {
    bottom: 5px;
    opacity: 1;
    top: unset;
  }
  .author-box-desc * {
    font-size: 13px;
  }
  .author-box {
    width: 50%;
  }
  .author-box:nth-child(2) img {
    width: 100%;
  }
  .author-box:nth-child(2)::after {
    opacity: 55%;
  }
  .title-service {
    font-size: 13px;
  }
  .counter {
    font-size: 35px !important;
  }
  .super-border {
    width: 100%;
  }
  .owl-spetial-news .owl-nav {
    position: relative;
    top: 0;
    left: 0;
  }
  .product-section {
     background-color: #fff; 
    padding-top: 3rem;
    padding-bottom: 3rem;
    /*background-image: url("../images/project-bg-mobile.png");*/
    background-size: cover;
    min-height: 450px;
  }
  .blog-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #e6e6e6;
  }
  .owl-logo-2 .owl-item img {
    padding: 0.3rem;
    width: 100%;
  }
  .product-section-2 {
    background-size: cover;
  }
  .footer {
    padding-right: 0;
    padding-bottom: 0;
  }
}



/* services styles */
.btn-success{
  position: relative;
}
.btn-success::after{
  content: '';
  position: absolute;
  right: 2px;
  top: -1px;
  bottom: 0;
  background-color: #fff;
  height: 105%;
  width: 3px;
}
.btn-success::before{
  content: '';
  position: absolute;
  left: 2px;
  top: -1px;
  bottom: 0;
  background-color: #fff;
  height: 105%;
  width: 3px;
}
.blog-section-sv {
  background: white;
}
.blog-section-sv .owl-news .owl-nav .owl-next i,
.owl-news .owl-nav .owl-prev i {
  font-size: 38px;
  font-weight: 100;
  color: #333;
}
.sv-overlay {
  background: #6ea516b2;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
}
.icon-box-service img {
  height: 120px;
  object-fit: none;
}
.icon-box-service h6 {
  color: #6da516;
  font-size: 19px;
  font-weight: 500;
  margin-top: 1rem;
}
.inner-title {
  color: #6da516;
  font-size: 25px;
}
.inner-title::after {
  content: "";
  background-color: #6da516;
  height: 3px;
  width: 30%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  margin: auto;
}
.icon-box-service {
  transition: 0.3s ease;
}
.icon-box-service:hover {
  transform: translateY(-10px);
}
@media (max-width: 800px) {
  .blog-section-sv {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .inner-title {
    color: #6da516;
    font-size: 23px;
  }
}

/* about page styles */

.left-15 {
  left: 15px;
}
.bottom-15 {
  bottom: 15px;
}
.btn-sweet-outline {
  background-color: #fff;
  border: 1px solid #6da516;
  color: #6da516;
  font-size: 12px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.interview-section {
  background-color: #f4f4f4;
}
img.big-avatar {
  height: 325px;
  width: 330px;
}
.licee-section {
  padding-top: 0;
}
.text-justify {
  text-align: justify;
}
/* tarefe styles */

.form-select {
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232596be' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); */
  color: #6da516;
  background-image: url("../images/icons8-chevron-down-50.png");
  background-size: 10px auto;
}
.green-border {
  border: 2px solid #6da516;
}
.btn-success {
  color: #fff;
  background-color: #6da516;
  border-color: #6da516;
  border-radius: 0;
}
@media (max-width: 800px) {
  label.primaryColor.fw-bold.fs-5 {
    font-size: 16px !important;
  }
}
/* project styles */
.project-video .category-list {
  height: 485px;
}
.project-video .video-icon {
  transform: scale(1.5);
}
.project-box-v {
  background: #fff;
  border-radius: 0;
  position: relative;
}
.project-box-v img {
  display: block;
  width: 100%;
}
      #fullpage {
        display: none;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-size: 60%;
        background-repeat: no-repeat no-repeat;
        background-position: center center;
        background-color: #ffffff;
      }
.full-sc .sv-overlay {
    background: #ffffffb2;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 0;
    width: 90%;
    color: #333 !important;
    margin: 0 auto;
}
@media (max-width: 800px) {
  .project-video .category-list {
    height: 250px;
  }
  .project-box-v .sv-overlay {
    font-size: 13px;
    padding: 0.5rem !important;
  }
}


/*chat style*/
  .wa__popup_chat_box {
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
    bottom: 102px;
    z-index: 999999998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform, visibility, opacity;
    max-width: calc(100% - 50px);
  }
  .wa__popup_chat_box .wa__popup_heading {
    position: relative;
    padding: 15px 74px 17px 43px;
    color: #d9ebc6;
  }
.wa__btn_popup_icon:before {
    content: "";
    background: url("../images/support.png") center center no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    display: block;
    width: 100%;
    height: 100%;
    /* position: absolute; */
    /* top: 13px; */
    /* right: 1px; */
}
  .wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    padding-top: 2px;
    font-size: 18px;
    line-height: 24px;
  }
  .wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
  }
  .wa__btn_popup .wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    position: relative;
    cursor: pointer;
  }
  .wa__btn_popup {
    position: fixed;
    z-index: 999999999;
  }
  .wa__popup_chat_box.show {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
  }
  .wa__popup_chat_box .wa__popup_content {
    background: #ffffff;
    padding: 13px 19px 21px 20px;
  }
  .wa__popup_chat_box .wa__popup_notice {
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
  }
  .wa__popup_chat_box.wa__pending
    .wa__popup_content_list
    .wa__popup_content_item:nth-child(1) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
  }
  .wa__popup_chat_box.wa__pending
    .wa__popup_content_list
    .wa__popup_content_item:nth-child(2) {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
  }
  .wa__popup_content_list .wa__popup_content_item {
    margin: 14px 0 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    will-change: opacity, transform;
    opacity: 0;
  }
  .wa__popup_chat_box.show .wa__popup_content_item {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .wa__popup_chat_box .wa__stt::after {
    content: "";
    background: url("../images/whatsapp_logo_green.svg") 100% 0 no-repeat;
    background-size: auto;
    position: absolute;
    left: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
  }
  .wa__stt_online::before {
    content: "";
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0, 0, 0, 6%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
  }
  .wa__popup_chat_box .wa__popup_avatar {
    position: absolute;
    overflow: hidden;
    right: 12px;
    top: 12px;
  }
  .wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
  }
  .wa__popup_content_list .wa__popup_content_item .wa__member_name {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
  }
  .wa__popup_content_list .wa__popup_content_item .wa__member_duty {
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
  }
  .wa__popup_chat_box .wa__stt::after {
    content: "";
    background: url("../images/whatsapp_logo_green.svg") 100% 0 no-repeat;
    background-size: auto;
    position: absolute;
    left: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
  }
  .wa__popup_chat_box .wa__stt.wa__stt_online {
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
  }
  .wa__popup_chat_box .wa__stt {
    padding: 13px 74px 12px 40px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-right: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 4px 2px 4px 2px;
    -webkit-border-radius: 4px 2px 4px 2px;
    -moz-border-radius: 4px 2px 4px 2px;
  }
  .wa__stt_online {
    background: #2db742;
    cursor: pointer;
    transition: 0.4s ease all !important;
    -webkit-transition: 0.4s ease all !important;
    -moz-transition: 0.4s ease all !important;
    backface-visibility: hidden;
    will-change: transform;
  }
  .wa__popup_chat_box .wa__popup_heading::before {
    content: "";
    background: url("../images/whatsapp_logo.svg") center top no-repeat;
    background-size: auto;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    right: 12px;
  }
  .wa__popup_chat_box .wa__stt::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjMkRCNzQyIi8+PC9zdmc+)
      100% 0 no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    content: "";
    height: 20px;
    left: 14px;
    position: absolute;
    top: 26px;
    width: 20px;
  }
  .wa__btn_popup_txt {
    background-color: #f5f7f9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #43474e;
    font-size: 10px;
    letter-spacing: -0.03em;
    line-height: 1.5;
    margin-right: 7px;
    padding: 8px 12px;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    width: 156px;
  }
  .wa__btn_popup_icon.active .wa__btn_popup_txt {
    display: none !important;
  }
  .wa__btn_popup_icon::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    width: 100%;
    background: transparent
      url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTguNjU5IDYuOTk4IDUtNWExLjE3NyAxLjE3NyAwIDAgMCAwLTEuNjU3IDEuMTc3IDEuMTc3IDAgMCAwLTEuNjU3IDBsLTUgNS01LTVBMS4xNzIgMS4xNzIgMCAwIDAgLjM0NSAxLjk5OGw1IDUtNSA1YTEuMTcyIDEuMTcyIDAgMCAwIDAgMS42NTcgMS4xNzcgMS4xNzcgMCAwIDAgMS42NTcgMGw1LTUgNSA1YTEuMTc3IDEuMTc3IDAgMCAwIDEuNjU3IDAgMS4xNzcgMS4xNzcgMCAwIDAgMC0xLjY1N2wtNS01WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
      50% no-repeat;
    background-size: auto;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    opacity: 0;
    -ms-transform: scale(0) rotate(1turn);
    transform: scale(0) rotate(1turn);
    -webkit-transform: scale(0) rotate(1turn);
    -moz-transform: scale(0) rotate(1turn);
    z-index: 2;
  }
  .wa__btn_popup_icon.active::before {
    opacity: 0;
    -ms-transform: scale(0) rotate(-1turn);
    transform: scale(0) rotate(-1turn);
    -webkit-transform: scale(0) rotate(-1turn);
    -moz-transform: scale(0) rotate(-1turn);
  }

  .wa__btn_popup_icon.active::after {
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
  }
  .big-avatar-v2{
      width:100% !important;
  }
  .max-height320 {
    max-height: 325px;
    max-width: 330px;
}
    #more {display: none;}
    #more1 {display: none;}
    
    @media(max-width:800px){
        .inner-title {
    color: #6da516;
    font-size: 17px;
}
.icon-box-service h6 {
    font-size: 15px;
}
a.btn.btn-success.btn-lg.px-5 {
    font-size: 13px;
}

.full-sc .sv-overlay {
    font-size: 12px;
}
ul.lnk-footers.p-0.phone-number * {
    font-size: 15px;
}
.title-footer.lnk-footer.un-link {
    text-align: right;
}
.about-title {;
    font-size: 20px;
}
.about-desc {
    font-size: 13px;
}
.product-section .title-section , .news-section, .title-section {
    font-size: 16px !important;
}
    }
    
    
    
    #loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  z-index: 9999999999999999;
  transition: 5s ease;
  
}

#loading-image {
  z-index: 100;
}
.loading-animation{
     animation: zoom-in-zoom-out 1s ease infinite; 
}
.cus-box{
    height:150px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:15px;
    color:#fff;
    transition:0.3s ease;
    border:1px solid transparent;
    
}
.cus-box p{
    transition:0.3s ease;
    opacity:0;
    
}
.cus-box:hover p{
    opacity:1;
    margin-top:-10px;
    
}
.cus-box img{
    height:100%;
    width:100%;
    /*height:130px;*/
    /*width:130px;*/
    margin:auto;
}
.cus-box:hover{
    transform:translateY(-5px);
    
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media(max-width:768px){
    .full-sc .sv-overlay {
    background: #ffffffb2;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    width: 100%;
    color: #333 !important;
    margin: 0 auto;
    /* display: none; */
    font-size: 11px !important;
    padding: 5px !important;
    /* line-height: 2.2; */
    padding-bottom: 10px !important;
}
}