#content {
  margin-top: 110px;
}

@media only screen and (max-width: 600px) {
  #content {
    margin-top: 80px;
  }
}
:root {
  --swiper-theme-color: #9B69E8 !important ;
}

.sershadow {
  box-shadow: 7px 27px 67px -28px rgba(186, 186, 186, 0.41);
}

#header #menu {
  display: flex;
  align-items: center;
  border-radius: 30rem;
}
#header .main-menu {
  display: flex;
  justify-content: center;
}
#header .main-menu > .menu-item:not(:last-child):after {
  content: "|";
  position: absolute;
  left: 100%;
  color: #D6D6D6;
}
#header .main-menu .menu-item {
  padding: 0 1.3rem 1rem;
  position: relative;
  flex: auto;
}
#header .main-menu .menu-item:hover {
  cursor: pointer;
}
#header .main-menu .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#header .main-menu .menu-item .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 3rem;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
}
#header .main-menu .menu-item .sub-menu .menu-item {
  padding: 1rem 2rem;
}
#header .main-menu .menu-item .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#header .main-menu .menu-item .menu-item-has-children .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 0;
  left: 102%;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
}
#header .solid-header {
  margin-top: 112px;
}
#header #header.transparent-header .nav-logo {
  width: 0;
}
#header #header.transparent-header .header-search {
  width: 15rem;
}
#header #header.transparent-header .header-search input {
  display: block;
}
#header #header.scrolled {
  background-color: #19213F;
}
#header #header.scrolled .nav-logo {
  display: block;
  width: 8rem;
  transition: all 0.3s;
}
#header #header.scrolled .navbar-container {
  justify-content: space-between;
}
#header #header.scrolled .header-search:focus-within {
  width: 14rem;
  gap: 0.75rem;
}
#header #header.scrolled .header-search:focus-within input {
  width: 100%;
}
#header #header.scrolled .header-search {
  gap: 0;
  width: 4rem;
}
#header #header.scrolled .header-search i {
  color: #afafaf;
}
#header #header.scrolled .header-search input {
  width: 0;
}
#header #header.scrolled .header-search:hover {
  width: 14rem;
  gap: 0.75rem;
}
#header #header.scrolled .header-search:hover input {
  width: 100%;
}
#header #header.rock-header .nav-logo {
  display: block;
}
#header #header.rock-header .header-search:focus-within {
  width: 14rem;
  gap: 0.75rem;
}
#header #header.rock-header .header-search:focus-within input {
  display: block;
  width: 100%;
}
#header #header.rock-header .header-search {
  gap: 0;
  width: 4rem;
}
#header #header.rock-header .header-search i {
  color: #afafaf;
}
#header #header.rock-header .header-search input {
  width: 0;
}
#header #header.rock-header .header-search:hover {
  width: 14rem;
  gap: 0.75rem;
}
#header #header.rock-header .header-search:hover input {
  display: block;
  width: 100%;
}
#header .modal-overlay {
  position: absolute;
  display: none;
  inset: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#header #mobile_nav .sub-menu {
  margin-top: 2rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.48);
}
#header .wpml-ls-legacy-dropdown {
  width: 8rem;
  height: 4rem;
}
#header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  color: rgb(214, 214, 214) !important;
  background: transparent;
}
#header .wpml-ls-legacy-dropdown a:hover {
  color: rgb(214, 214, 214) !important;
  background: #333648;
}
#header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
  background-color: transparent;
  border: none;
  border-radius: 1.5rem;
  height: 4rem;
  color: rgb(214, 214, 214);
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover {
  color: rgb(214, 214, 214) !important;
  background-color: transparent !important;
}
#header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
  top: 110%;
}
#header .wpml-ls-legacy-dropdown .wpml-ls-link {
  border-radius: 0.2rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
  color: rgb(214, 214, 214);
  border: none;
}
#header .wpml-ls-legacy-dropdown:hover {
  cursor: pointer;
}
#header .wpml-ls-legacy-dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.current-menu-item > a span {
  color: #9B69E8;
}

.footerlogo {
  width: 170px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .footerlogo {
    width: 120px;
    height: 60px;
  }
}
#gform_submit_button_1 {
  margin-top: -10px;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 12px !important;
}

#gform_submit_button_1 {
  width: 100%;
  background-color: #72A1AD;
}

#input_1_1,
#input_1_3,
#input_1_4,
#input_1_5,
#input_1_6,
#input_1_7 #input_1_8 {
  border: 2.5px solid #E1EBED;
  border-radius: 8px;
  color: #5a5858;
  box-shadow: unset;
  height: 46px;
}

.relcard p {
  color: #72A1AD !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  margin-bottom: 5px !important;
}

.relcard {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(238, 243, 245) 66%);
}

.relimg {
  width: 212px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

#single_blog p a, #single_blog h2 a, #single_blog h3 a, #single_blog h4 a, #single_blog h5 a, #single_blog h6 > a {
  color: #0b5ed7;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

#single_blog p a::before, #single_blog h2 a::before, #single_blog h3 a::before, #single_blog h4 a::before, #single_blog h5 a::before, #single_blog h6 > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #0b5ed7;
  height: 1.5px;
}

#single_blog p a::after, #single_blog h2 a::after, #single_blog h3 a::after, #single_blog h4 a::after, #single_blog h5 a::after, #single_blog h6 > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  background: #efa712;
  height: 1.5px;
  transition: all 0.5s ease;
}

#single_blog p a:hover, #single_blog h2 a:hover, #single_blog h3 a:hover, #single_blog h4 a:hover, #single_blog h5 a:hover, #single_blog h6 > a:hover {
  color: #efa712;
}

#single_blog p a:hover::after, #single_blog h2 a:hover::after, #single_blog h3 a:hover::after, #single_blog h4 a:hover::after, #single_blog h5 a:hover::after, #single_blog h6 > a:hover::after {
  width: 100%;
}

#single_blog .social-container.show-social {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  right: calc(100% + 10px);
  min-width: 200px;
  z-index: 1;
}

#single_blog .blog-img-container {
  border-radius: 10px;
}

#single_blog .blog-img-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: 500px !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  display: block;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  #single_blog .blog-img-container img {
    height: auto !important;
  }
}
#single_blog .post-content {
  background: #ffffff;
  border-radius: 10px;
  margin: 10px 0 20px 0;
}

#single_blog .post-content h2 {
  color: black;
  font-size: clamp(18px, 5vw, 24px);
  font-style: normal;
  font-weight: 800;
}

#single_blog .post-content h2:not(:first-of-type) {
  margin-bottom: 10px;
  margin-top: 40px;
}

#single_blog .post-content h2:first-of-type {
  margin-bottom: 10px;
}

#single_blog .post-content h3 {
  color: black;
  font-size: clamp(17px, 5vw, 20px);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

#single_blog .post-content h4 {
  color: black;
  font-size: clamp(16px, 5vw, 19px);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}

#single_blog .post-content p {
  color: #5B5A5A;
  font-size: clamp(16px, 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  margin-bottom: 25px;
}

#single_blog .post-content h3 {
  padding-right: 30px;
}

#single_blog .post-content h3 + p, #single_blog .post-content h3 > p {
  padding-right: 30px;
}

#single_blog .post-content h3 + p + p {
  padding-right: 30px;
}

#single_blog .post-content h3 + p + p + p {
  padding-right: 30px;
}

#single_blog .post-content h4 {
  padding-right: 50px;
}

#single_blog .post-content h4 + p, #single_blog .post-content h4 > p {
  padding-right: 50px;
}

#single_blog .post-content h4 + p + p {
  padding-right: 50px;
}

#single_blog .post-content h4 + p + p + p {
  padding-right: 50px;
}

#single_blog .post-content li {
  position: relative;
  margin: 5px 0;
  color: black;
  font-size: clamp(16px, 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
}

#single_blog .post-content ol {
  position: relative;
  list-style-type: -moz-ethiopic-numeric;
  padding-right: 1.25rem;
}

#single_blog .post-content ul {
  position: relative;
  list-style-type: none;
  padding-right: 1.25rem;
}

#single_blog .post-content ul li::before {
  content: "";
  position: absolute;
  left: calc(100% + clamp(4px, 2vw, 10px));
  top: 13.5px;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #56dcad;
  -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

#single_blog .wp-block-column {
  padding: 10px;
}

#single_blog p {
  color: black;
  font-size: clamp(16px, 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 37px;
  text-align: justify;
}

#single_blog .blog-img-container {
  border-radius: 10px;
}

#single_blog .squares-left, #single_blog .squares-right, #single_blog .squares-bottom {
  width: 100vw;
}

@media only screen and (max-width: 768px) {
  #single_blog .post-content h3 {
    padding-right: 0;
  }
  #single_blog .post-content h3 + p, #single_blog .post-content h3 > p {
    padding-right: 0;
  }
  #single_blog .post-content h3 + p + p {
    padding-right: 0;
  }
  #single_blog .post-content h3 + p + p + p {
    padding-right: 0;
  }
  #single_blog .post-content h4 {
    padding-right: 0;
  }
  #single_blog .post-content h4 + p, #single_blog .post-content h4 > p {
    padding-right: 0;
  }
  #single_blog .post-content h4 + p + p {
    padding-right: 0;
  }
  #single_blog .post-content h4 + p + p + p {
    padding-right: 0;
  }
}
.what-you-will-see ul li {
  position: relative;
  margin-left: 7px;
}

.what-you-will-see ul li a {
  margin-left: 10px;
  color: #72A1AD;
}

.what-you-will-see ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #72A1AD;
}

.what-you-will-see ul li a:hover {
  color: #9966F1;
}

@media (min-width: 1024px) {
  #single_blog .squares-left, #single_blog .squares-right, #single_blog .squares-bottom {
    width: 50vw;
  }
}
.rotate-90 {
  transform: rotate(-90deg);
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item {
  margin: 0 0 5px 0;
  border-bottom: 1px solid #E0E0E0;
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .rank-math-question {
  padding-right: unset;
  position: relative;
  color: black;
  padding: 13px;
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .rank-math-question:after {
  border-color: transparent transparent transparent #aaaaaa;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: auto;
  margin-left: 6px;
  transition: all 0.5s ease;
  width: 0;
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: black;
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .active:after {
  border-color: transparent transparent transparent black;
  transform: rotate(90deg);
}

#single_blog .wp-block-rank-math-faq-block .rank-math-faq-item .rank-math-answer {
  line-height: 29px;
  text-align: justify;
  display: none;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.related-blogs-container {
  width: 100%;
}

.related-blogs-container .posts {
  display: flex;
  flex-direction: column;
  border: 1px solid #b6ceff;
  background: #EFF2F2;
  border-radius: 11px;
  padding: 20px;
}

.related-blogs-container .show-answer img {
  width: 10px !important;
  height: 5px !important;
  rotate: 180deg;
  transition: all 0.5s;
}

.related-blogs-container .posts .posts-header {
  width: 100%;
  color: #515151;
  font-weight: 600;
  font-size: clamp(19px, 5vw, 24px);
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.29);
  padding-bottom: 20px;
  display: inline-block;
}

.related-blogs-container .posts .posts-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  gap: 10px;
}

.related-blogs-container .posts .posts-list .posts-line {
  width: 2px;
  height: 93%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 19px;
  background: #ffffff;
}

.related-blogs-container .posts .post-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px 10px;
  transition: all 0.5s;
  text-decoration: none;
}

.related-blogs-container .posts .post-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 5px;
  background: var(--single-blog-posts-border);
  margin-left: 15px;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  color: var(--single-blog-posts-text);
}

.related-blogs-container .posts .post-item .post-number .item-tick {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.related-blogs-container .posts .post-item .post-number .item-tick img {
  width: 100%;
  margin: 0 !important;
  border-radius: unset !important;
}

.related-blogs-container .posts .posts-list .post-item .item-text {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  color: #7b7b7b;
  transition: all 0.5s;
}

.related-blogs-container .posts .posts-list .post-item-active {
  z-index: 2;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}

.related-blogs-container .posts .posts-list .post-item-active .item-text {
  color: #00b881;
}

.related-blogs-container .posts .post-item-active .post-number .item-tick {
  opacity: 1;
}

/*#client-comments {*/
/*    position: relative;*/
/*}*/
#client-comments .line-text:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  bottom: -2px;
  background: #515151;
}

#single_blog .rotate-chev {
  transform: rotate(180deg);
} 
.rank-math-list-item .rank-math-question::before {
  content: "\f067"; /* Unicode for down arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #72A1AD;
  margin-right: 10px;
}

.rank-math-list-item .rank-math-question.active::before {
  content: "\f068"; /* Unicode for up arrow */
  color: #72A1AD;
  font-size: 12px;
}

#rank-math-faq {
  margin: 1em 0;
}

#rank-math-faq .rank-math-answer {
  display: none;
}

#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer p {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.5rem;
}

#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-question {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-question.active {
  color: #293149;
}

.rank-math-list-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
}

.rank-math-list-item h3 {
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
}

.rank-math-list-item .faq-answer {
  display: none;
  padding: 10px;
  background-color: #fff;
}

.rank-math-list-item.active .faq-answer {
  display: block;
}

.singlet {
  color: #515151 !important;
  font-size: 24px !important;
  padding-bottom: 10px;
  border-bottom: 3px solid lightgray;
  font-weight: 600 !important;
}

.page-numbers:hover {
  background-color: #9B69E8;
  color: white;
  transition: all;
}

.current {
  background-color: #9B69E8;
  color: white;
  transition: all;
}

.page-numbers {
  border: 1px solid lightgray;
  padding: 5px 15px;
  border-radius: 4px;
}

.page-numbers i {
  padding: 0px;
}

@media (max-width: 1024px) {
  .accordion-catcontent {
    max-height: 0;
    display: none;
  }
}
.accordion-catitem.open .accordion-catcontent {
  max-height: 100%;
  overflow: visible;
}

.weare {
  width: 50px;
  height: 50px;
  background-color: green;
  position: relative;
  animation: moveUpDown 2s ease-in-out infinite alternate;
}

/* Keyframes animation for up-down movement */
@keyframes moveUpDown {
  0% {
    top: -80px;
  }
  100% {
    top: -70px;
  }
}
.stars {
  background-color: green;
  position: relative;
  animation: moveUpDown2 2s ease-in-out infinite alternate;
}

/* Keyframes animation for up-down movement */
@keyframes moveUpDown2 {
  0% {
    top: 50px;
  }
  100% {
    top: 60px;
  }
}
.post-image {
  width: 353px;
  height: 206px;
  -o-object-fit: cover;
     object-fit: cover;
}

.firstsec {
  background-image: url("../images/heropattern.webp");
}

.clinicsec {
  background-image: url("../images/heropattern.webp");
}

@media only screen and (max-width: 600px) {
  .firstsec {
    background-image: url("../images/bgbloom.webp");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
  }
}
.swiper-pagination-bullet-active {
  background: #9B69E8 !important;
}

#latest-blogposts-swiper-pagination .swiper-pagination-bullet-active {
  background: #72A1AD !important;
}

.relatedpagination .swiper-pagination-bullet-active {
  background: #72A1AD !important;
}

.galleryitem ul {
  list-style: none;
  height: 450px;
}

.galleryitem li {
  margin: 8px;
  position: relative;
  width: 111px;
  height: 450px;
  float: left;
  transition: all 0.7s;
}

.galleryitem ul li:first-child {
  border: none;
}

.galleryitem button {
  all: unset;
  /* Remove default button styles */
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.galleryitem span {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: white;
  white-space: nowrap;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7019607843);
  border-radius: 10px;
}

.galleryitem span p {
  display: none;
}

.galleryitem img {
  width: 800px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/* Default state when a list item is active */
.galleryitem ul li.active {
  width: 750px;
}

.galleryitem ul li.active span {
  height: 10%;
}

.galleryitem ul li.active span p {
  display: block;
  transition: height 2s;
  text-align: center;
}

.swiper-custom-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
  border-radius: 5rem;
  width: 2rem;
  background: #000;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: black !important;
}

.custom-pagination {
  position: absolute;
  bottom: 10%;
  left: 0;
  display: flex;
  padding: 0 1em;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2em;
  z-index: 2;
}
.custom-pagination .progress__bar {
  position: relative;
  width: 80%;
  height: 10px;
  margin: 0 20px;
  background-color: #fff;
}
.custom-pagination .progress__bar .progress__fill {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  background-color: gold;
}
.custom-pagination .current {
  color: gold;
}

.weare {
  width: 50px;
  height: 50px;
  background-color: green;
  position: relative;
  animation: moveUpDown 2s ease-in-out infinite alternate;
}

/* Keyframes animation for up-down movement */
@keyframes moveUpDown {
  0% {
    top: -80px;
  }
  100% {
    top: -70px;
  }
}
.stars {
  background-color: green;
  position: relative;
  animation: moveUpDown2 2s ease-in-out infinite alternate;
}

/* Keyframes animation for up-down movement */
@keyframes moveUpDown2 {
  0% {
    top: 50px;
  }
  100% {
    top: 60px;
  }
}
.sershadow {
  box-shadow: 7px 27px 67px -28px rgba(186, 186, 186, 0.41);
}/*# sourceMappingURL=main.css.map */