.container {
  margin-top: -86px;
}

nav {
  background-color: transparent;
  box-shadow: none;
}

#header.hide nav {
  height: 65px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

nav .menu li a, nav .account ul li a, nav .lang {
  color: #fff
}

.dehaze, .account ul li a {
  color: #12A19A !important;
}

nav .menu li a:hover, nav .account ul li a:hover {
  color: #12A19A;
}

#header.hide .dehaze, .selected-lang {
  color: #000 !important
}

#header.hide nav .menu li a, #header.hide nav .account ul li a, #header.hide nav .lang {
  color: #111;
}

#header.hide nav .menu li a:hover, #header.hide nav .account ul li a:hover {
  color: #12A19A;
}

.mySlides {
  display: none;
  position: relative
}

.mySlides img {
  vertical-align: middle;
  height: 100vh;
  object-fit: cover;
}

.slideshow-container {
  max-width: 1600px;
  width: 100%;
  position: relative;
  margin: auto;
  margin-top: 86px;
  background: #fff;
  height: 100vh
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 60px;
  right: 0;
  text-align: center
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dots {
  margin-top: -50px;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .7
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .7
  }

  to {
    opacity: 1
  }
}

@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}

section {
  padding-right: 5%;
  padding-left: 5%;
}

/* .banner {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  margin-top: 65px;
  padding: 10px;
  border-radius: 12px;
}
.banner h2 {
  text-align: center;
  line-height: 60px;
  word-spacing: 3px;
  letter-spacing: 2px;
  color: #12A19A;
  text-shadow: 0 1px 1px rgba(255 255 255 / 20%);
  transition: all 0.3s;
  font-size: 2em;
}
.banner p {
  text-align: center;
  font-size: 24px;
  color: #6C50D3;
  letter-spacing: 1px;
}
.banner h2:hover {
  word-spacing: 10px;
  letter-spacing: 3px;
} */
.which_center {
  width: 100%;
}

.which_center ul {
  display: inline-block;
  width: 47%;
  list-style-type: disc;
  list-style-position: inside
}

.s-intro {
  padding: 0;
  /* margin-top: 24px */
}

.intro {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  height: 100vh;
  align-items: center;
  padding: 50px 5%
}

.intro-item {
  width: 48%;
  align-self: flex-start;
  border-radius: 13px;
  overflow: overlay;
  align-self: auto
}

.intro-item p {
  margin-top: 50px
}

.intro-item:nth-of-type(2) {
  background-attachment: fixed
}

.intro-item img {
  width: 100%;
  border-radius: 3px
}

.tab {
  display: table;
  width: 100%;
  height: 70vh;
  position: relative;
  padding: 0 5%
}

.tab-head {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 100px;
  position: relative
}

.tab-head h2 {
  display: inline;
  color: #111;
  margin: 0 12px
}

.tab-head .tab-indicate {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center
}

.tab-head .tab-indicate span {
  display: inline-block;
  width: 15%;
  height: 1px;
  background-color: #424242
}

.tab-btn {
  display: inline-block;
  position: absolute;
  user-select: none;
  direction: rtl;
  z-index: 3
}

.tab-btn span {
  background-color: transparent;
}

.tab-btn span i {
  font-size: 32px;
  color: #424242bb;
  padding: 5px;
  cursor: pointer
}

.tab-container {
  height: inherit;
  margin: 40px 0px;
  overflow: hidden;
  position: relative
}

.tab-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  float: left;
  overflow: visible;
  position: absolute;
  right: 106%;
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 100px
}

.show-tab {
  width: 100%;
  right: 0%;
  border-radius: 70px;
  transition: all 0.5s linear
}

.tab-item img {
  width: 44%;
  height: 29vw;
  border-radius: 22%;
  padding: 10px;
  object-fit: cover
}

.tab-item div {
  width: 55%;
  display: inline;
  padding: 0 17px;
}

.tab-item div h2 {
  color: #111
}

.search-sec {
  height: 100vh;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: azure;
  background-attachment: fixed;
  background-size: contain
}

.search-them {
  width: 60%;
  background-color: #14aca4;
  border-radius: 17px;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%),
    inset 0 0 15px #12A19A55,
    inset 0 0 13px #ffffff55
}

.search-them h1 {
  line-height: 72px;
  color: white;
  text-align: center;
  font-weight: 600
}

.search-them h1 span{
  float: right;
  margin-right: 40px;
  margin-left: -25px;
  font-weight: 100
}

.search-them p {
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 0 15px
}

.cats-sec {
  position: relative;
  padding: 0
}

.cats-sec h2 {
  color: #111;
  display: inline-block;
  margin-top: 45px;
  width: 100%;
  text-align: center
}

.ctahamta {
  padding-bottom: 52px;
  text-align: center
}

.ctahamta a {
  background-color: #6C50D3;
  text-decoration: none;
  font-size: 20px
}

.cats {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  overflow: visible;
}

.cat-item {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cat-item a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42%;
  height: 130px;
  border-radius: 13px;
  text-decoration: none;
  line-height: 45px;
  background-color: #6C50D3;
  color: #ffffff;
  margin: 15px;
  padding: 7px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s
}

.cat-item a:hover {
  transform: scale(1.04);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4)
}

.cat-item a img {
  width: 54px;
  height: 54px
}

.cat-item a span {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-top: 5px
}

.filter-form {
  padding: 12px 42px 36px 42px
}

.filter-item {
  height: 40px;
  padding: 7px;
  margin-bottom: 7px;
  margin-top: 7px;
  outline: none;
  border-radius: 19px;
  border: 1px solid #E0F2F1;
  width: 100%;
  background-color: #E0F2F1;
  -webkit-appearance: none;
  -moz-appearance: none
}

.filter-item option {
  padding: 2px
}

.filter-btn {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #12A19A;
  border: 2px solid #E0F2F1;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  color: white;
  border-radius: 60px;
  cursor: pointer;
  width: 140px;
}

.filter-btn:hover {
  background: #0e857f
}

.filter-item input[type=text] {
  padding: 12px;
  border: 1px solid #E0F2F1;
  width: 100%;
  border-radius: 3px;
  outline: none;
  background-color: #E0F2F1
}

.star {
  color: #FECF23
}

.fert-title {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px
}

.fert-title div {
  width: 49%;
  align-self: center;
}

.fert-title div img {
  width: 100%;
  border-radius: 17px;
}

.fertilities {
  display: flex;
  display: -webkit-flex;
  align-self: flex-start;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%
}

.fertility-cats {
  width: 50%;
}

.btn {
  display: inline-block;
  text-decoration: none;
  background-color: #12A19A;
  color: #ffffff;
  padding: 8px 17px;
  border-radius: 25px;
  line-height: 30px;
  width: fit-content;
  margin-top: 15px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s
}

.fertility-cats .btn {
  margin: 27px;
}

.btn:hover {
  transform: translate(0, -3px);
  box-shadow: 0px 5px 15px rgb(0 0 0 / 20%)
}

.cats-img {
  width: 49%;
  margin-bottom: -7px
}

.cats-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 17px;
  /*width: 80%;
   padding: 50px; */
}

.best-fert {
  padding-top: 50px;
  padding-bottom: 70px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}

.best-fert h2 {
  color: #111;
  text-align: center
}

.best-fert p {
  color: #111;
  padding: 15px;
  border-radius: 5px
}

.fertility-item {
  border-radius: 13px;
  width: 19%;
  box-shadow: 0px 2px 5px lightgrey;
  transition: all 0.2s;
  background-color: #ffffffee;
  margin: 6px
}

.fertility-item:hover {
  box-shadow: 0px 5px 15px rgba(0 0 0 / 20%)
}

.fertility-item div {
  display: flex;
  display: -webkit-flex;
  padding: 8px;
  text-decoration: none;
  flex-direction: column
}

.fertility-item div .info h4 {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px
}

.fertility-item div .info a {
  width: fit-content;
  margin: auto;
  margin-top: 17px;
  text-decoration: none;
  background-color: #12A19A;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 22px;
  border: 2px solid #12A19A;
  transition: all 0.2s
}

.fertility-item div .info a:hover {
  background-color: #E0F2F1;
  border: 2px solid #12A19A;
  color: #111
}

.info h3, .info table td {
  color: #004444;
  direction: ltr;
}

.info table th {
  color: #222;
  font-weight: bold;
  padding: 7px;
  font-size: 14px;
}

.info table {
  border-collapse: collapse;
  display: table;
  width: 100%;
  text-align: right
}

.pic {
  text-align: center
}

.pic img {
  width: 100%;
  height: 80px;
  margin: auto;
  object-fit: scale-down
}

.doc-sec {
  padding: 0 5%;
  background-color: #fff
}

.doc-content {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0
}

.doc-content .doc-text {
  width: 55%
}

.doc-content .doc-text a {
  display: block;
  margin: auto;
  margin-top: 35px;
  width: fit-content;
  text-decoration: none;
  background-color: #12A19A;
  padding: 0 13px;
  line-height: 43px;
  border-radius: 25px;
  color: #fff;
  transition: all 0.2s
}

.doc-content .doc-text a:hover {
  box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
  transform: translate(0, -3px);
}

.doc-content .doc-items {
  width: 35%;
  padding: 15px
}

.doc-per {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap
}

.doc-per img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #12A19A;
  object-fit: cover
}

.doc-per>span {
  padding: 0 13px;
  display: inline-block;
  width: calc(100% - 60px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.doc-item {
  display: block;
  padding: 20px;
  border-radius: 9px;
  background-color: #ffffffee;
  text-decoration: none;
  color: #111;
  border: 1px solid #eaecec
}

.doc-item:not(.doc-item:nth-child(3)) {
  margin-bottom: 13px
}

.doc-item:hover {
  box-shadow: 0 2px 20px rgb(0 0 0 / 20%)
}

.doc-item .doc-info {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between
}

.doc-item .doc-info div {
  align-self: flex-end
}

.percent {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px
}

.percent svg {
  position: relative;
  width: 60px;
  height: 60px
}

.percent svg circle {
  width: 60px;
  height: 60px;
  fill: none;
  stroke-width: 6;
  stroke: #000;
  transform: translate(5px, 5px);
  stroke-dasharray: 152;
  stroke-dashoffset: 152;
  stroke-linecap: square
}

.percent svg circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #E0F2F1
}

.percent svg circle:nth-child(2) {
  stroke: #12A19A
}

.percent .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #111
}

.percent .number h2 {
  font-size: 14px
}

.percent .number h2 span {
  font-size: 12px
}

.info h4, .info table td i {
  color: orange
}

.info h4, .info table h4 {
  color: #004444
}

.statistic-sec {
  height: 100vh;
  background-color: #12A19A;
  color: #222;
  display: flex;
  display: -webkit-flex;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  justify-content: center
}

.statistic {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  width: 100%;
  z-index: 0;
  align-items: flex-end
}

.vfertil {
  position: absolute;
  height: inherit;
  object-fit: cover
}

.statistic .satis-item {
  color: white;
  width: 33%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-around
}

.satis-item:not(:last-child) {
  border-left: 2px solid;
}

.satis-item i {
  color: white;
  font-size: 38px;
}

.statistic div h5 {
  font-size: 22px
}

.statistic div b {
  font-size: 24px
}

.contact-sec {
  height: 100vh;
  background-color: #eeeeee;
  width: 100%;
  background-image: url('/img/contactus.jpeg');
  background-size: cover;
}

.contact {
  display: inline-block;
  margin-top: 5%;
  width: 60%;
  background-color: #fff;
  padding: 48px 48px 48px 48px;
  position: relative;
}

.contact::after {
  content: "";
  width: 95%;
  height: 15px;
  background-color: #ffffff99;
  display: block;
  position: absolute;
  bottom: -15px;
  right: 2%;
}

.contact * {
  display: block;
}

.contact span {
  color: #12A19A;
}

.contact form {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact form .form-group {
  width: 46%;
  position: relative;
  margin-bottom: 32px;
  margin: auto;
}

.contact form .form-group i {
  font-size: 32px;
  position: absolute;
  top: 31px;
  color: #12A19A;
  width: fit-content;
}

.contact form .form-group label, .contact form .form-group input, .contact form .form-group select {
  margin-right: 42px;
  float: left;
  width: 80%;
}

.contact form input {
  outline: none;
  border: none;
  border-bottom: 1px solid lightgray;
  border-radius: 2px;
  padding: 5px;
  margin-bottom: 12px;
}

.contact form input::placeholder {
  color: #444;
  font-size: 16px;
}

.contact form input:focus {
  border-bottom: 1px solid #12A19A;
}

.contact form .form-group label {
  margin-bottom: 12px;
  color: darkgray;
}

.contact form select {
  border: none;
  border-bottom: 1px solid lightgray;
  border-radius: 2px;
  padding: 5px;
  outline: none;
  margin-bottom: 12px;
}

.contact form select option {
  background-color: #FEFCF4;
  padding: 5px;
}

.contact form button {
  height: 40px;
  border-radius: 20px;
  width: 100px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  background-color: #12A19A;
  border: none;
  cursor: pointer;
  color: white;
}

.contact form button:hover {
  background-color: #0e857f;
}
.rel-sec{
  background-color: #fff;
}
.rel-content {
  padding: 25px 0
}

.rel-content h3 {
  text-align: center;
  color: #111
}

.relations {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow-x: auto;
  cursor: -webkit-grab;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 22px
}

.relations::-webkit-scrollbar {
  width: 0
}

.relations::-webkit-scrollbar-track {
  border-radius: 50px
}

.relations::-webkit-scrollbar-thumb {
  border-radius: 50px
}

.relations a {
  text-align: center;
  margin: 15px;
  text-decoration: none;
  color: #111;
  padding: 22px 0;
  border-radius: 3px;
  transition: all 0.2s
}

.relations a img {
  width: 207px;
  height: 138px;
  object-fit: scale-down
}
.supps-sec{
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 18px 0;
}
.supps-sec h3{
  font-size: 20px;
  display: inline-block
}

.supps{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding: 0 12px
}
.supps a{
width: 31%
}
.supps a img{
  width: 100%;
  object-fit: scale-down;
  max-width: 150px
}
.muai{
  padding: 20px
}
.rel-next {
  display: none;
  position: absolute;
  box-shadow: 1px 1px 3px #eee;
  background-color: #FEFCF4;
  right: 10px;
  font-size: x-large;
  border-radius: 50%;
  color: #444;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  line-height: 1.99;
  user-select: none;
  padding-top: 4px;
}

.rel-pre {
  display: none;
  position: absolute;
  box-shadow: 1px 1px 3px #eee;
  background-color: #FEFCF4;
  left: 10px;
  font-size: x-large;
  border-radius: 50%;
  color: #444;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  transition: all 0.2s;
  cursor: pointer;
  line-height: 1.99;
  user-select: none;
  padding-top: 4px;
}

.rel-next:hover, .carousel-pre:hover {
  box-shadow: 0 2px 15px #00000011;
}

@keyframes call {
  0% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0)
  }

  100% {
    transform: scale(2.0);
    -webkit-transform: scale(1.05)
  }
}

@media (max-width:600px) {
  .search input[type=text] {
    width: 80%
  }

  .statistic-sec, .mySlides img,.slideshow-container {
    height: 70vh
  }

  .satis-item i {
    font-size: 22px
  }

  .search button {
    width: 20%
  }

  .mySlides video {
    height: 350px;
    object-fit: cover;
    object-position: right
  }

  .cat-item a {
    width: 160px;
    margin: 6px
  }

  .cat-item a span {
    font-size: 1.1em
  }

  .doc-content .doc-text a {
    margin-top: 0;
    margin-bottom: 15px
  }
}

.ad {
  height: unset
}

.ad img {
  width: 100%;
  height: 100%;
  max-width: 1220px;
  max-height: 220px;
  min-width: 250px;
  min-height: 100px;
  object-fit: fill;
  border-radius: 5px
}

.aslink {
  display: block;
  width: 100%;
  height: 100%;
  /* transition: transform 0.2s ease-in-out; */
  cursor: pointer;
  /* animation: zoom-effect 1.5s infinite alternate; */
  text-align: center
}

@media (max-width: 768px) {
  .ad img {
    content: url('/img/ad-spoo-phone.jpg')
  }
}

@keyframes zoom-effect {
  from {
    transform: scale(1)
  }

  to {
    transform: scale(1.02)
  }
}