/* Font Link */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Root Var */
:root {

  /* Root Theme Color */
  --theme-color: #0097b2;
  --theme-color-second: #fff;
  --theme-color-third: #000;

  /* Root Font */
  --heading-font: "Inter", sans-serif;
  --paragraph-font: "Poppins", sans-serif;
  --span-font: "adinda-melia";

  /* Root Shadow Css */
  --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 15px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: var(--paragraph-font);
}

/* Font Face */
@font-face {
  font-family: "adinda-melia";
  src: url(../fonts/adinda-melia.otf);
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 12px;
  color: inherit;
  font-family: var(--heading-font);
}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 21px;
  font-size: 15px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}


h1 {
  font-size: 64px;
  text-transform: uppercase;
}

h2 {
  font-size: 48px;
  text-transform: uppercase;
}

h3 {}

h4 {}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 10px 0px;
}

/* Back To Top */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #0097b2;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Padding Top And Bottom */
.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}

/* Form Css */

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

select {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
  color: #c1c0bd;
}

/* Site Button */
.hd_info {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 7px;
}

a.comon-btn {
  background: var(--theme-color);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 13px 0;
  border-radius: 0;
  text-transform: uppercase;
  width: 210px;
  text-align: center;
  letter-spacing: 1px;
}

a.comon-btn:hover {
  background: #121212;
  color: var(--theme-color-second);
}

a.comon-btn2 {
  background: transparent;
  color: var(--theme-color-third);
  border: 1px solid var(--theme-color-third);
  display: inline-block;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 0;
  text-transform: uppercase;
  width: 210px;
  text-align: center;
  letter-spacing: 1px;
}

a.comon-btn2:hover {
  background: var(--theme-color-third);
  color: var(--theme-color-second);
  border: 1px solid var(--theme-color-third);
}

a.comon-btn3 {
  background: var(--theme-color-second);
  color: var(--theme-color-third);
  display: inline-block;
  font-size: 14px;
  padding: 13px 0;
  border-radius: 0;
  text-transform: uppercase;
  width: 210px;
  text-align: center;
  letter-spacing: 1px;
}

a.comon-btn3:hover {
  background: var(--theme-color-third);
  color: var(--theme-color-second);
}

/* Sticky Top */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.sticky-top-1.sticky {
  background: #fff !important;
  z-index: 9999999999999;
}

/* Small Header */

.small {
  display: none;
}

.header_menu {
  background: transparent;
  color: var(--theme-color-third);
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
}

a.navbar-brand img {
  width: 95px;
}

.header_menu li a {
  color: var(--theme-color-third);
  font-size: 14px;
  text-transform: uppercase;
  padding: 29px 26px;
  display: inline-block;
  padding-right: 0;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: #0097b2;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: #0097b2;
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 12px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 240px;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}


/* **** Banner Section ** */

.banner_sec h1 {
  margin-bottom: 2px;
  line-height: 1;
  letter-spacing: 2px;
}

.banner_sec h1 span {
  font-size: 105px;
  font-weight: 800;
}

.banner_sec h3 {
  font-family: var(--span-font);
  font-size: 35px;
  margin-bottom: 0;
}

.banner_sec.bg-cover {
  padding: 160px 0 200px;
}

/* Service  sec */
.services_sec .content p {
  min-height: 190px;
}

.home_sec2 {
  padding-bottom: 320px;
}

.home_sec2 h2 span {
  font-size: 84px;
  font-weight: 800;
}

.home_sec2 h2 {
  line-height: 1;
}

#home_sec2 {
  padding-bottom: 280px !important;
}

/* TESTIMONIAL SEC */

.testimonial_sec .review_content h6 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 17px;
  /* font-family: "my-font-medium"; */
}

.testimonial_sec .review_content .star_icon {
  margin-bottom: 17px;
}

.testimonial_sec .review_content img {
  width: 42px !important;
  margin-bottom: 12px !important;
  margin: 0;
  position: absolute;
  top: -17px;
  transform: translate(0);
}

.testimonial_sec .review_content p {
  font-size: 14px;
  /* margin-bottom: 0; */
  /* font-family: "my-font-regular"; */
}

.testimonial_sec .review_content .star_icon img {
  width: 87px !important;
  margin-bottom: 10px !important;
  margin: 0;
  position: initial;
}

.testimonial_sec .review_content {
  text-align: start;
  border-radius: 5px;
  padding: 38px 28px;
  margin: 10px 0px;
  /* border: 1px solid #6a7a75; */
  position: relative;
  margin: 20px 8px !important;
  box-shadow: rgba(100, 100, 111, 0.4) 1px 3px 12px 0px;
}

.testimonial_sec .owl-nav {
  position: relative;
}

.testimonial_sec .owl-next {
  position: absolute;
  right: -60px;
  top: -205px;
}

.testimonial_sec .owl-prev {
  position: absolute;
  left: -60px;
  top: -205px;
}

.testimonial_sec .owl-nav img {
  width: 50px;
}

.testimonial_sec .btom_content img {
  width: 140px;
}

.testimonial_sec .btom_content p {
  margin-bottom: 0;
}

.testimonial_sec .btom_content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  gap: 10px;
}

.testimonial_sec .btom_content {
  position: relative;
}

.testimonial_sec .btom_icon img {
  width: 78px;
  position: absolute;
  left: 0;
  transform: rotate(106deg);
  bottom: -90px;
}

.testimonial_sec h2 {
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial_sec h2 {
  position: relative;
}

.testimonial_sec h2::after {
  content: "";
/*   background: url(../image/line-arrow-rigth.png); */
  width: 24%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 16px;
  right: 175px;
}

/* faq-content */

.faq-contact .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;

}

.faq-contact .accordion-item {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
}

.faq-contact .get-intouch {
  background-color: #fff;
  border-radius: 15px;
  padding: 35px 24px;
  border: 1px solid #000;
  margin: 0 55px;
}

.faq-contact .get-intouch input {
  background-color: #e9e9e9;
  padding: 14px;
  border-radius: 5px;
  width: 100%;
  border: none;
}

.faq-contact .get-intouch textarea {
  background-color: #e9e9e9;
  padding: 14px;
  border-radius: 5px;
  width: 100%;
  border: none;
  height: 120px;
}

.faq-contact .get-intouch button {
  background-color: #001a32;
  padding: 14px;
  border-radius: 5px;
  width: 100%;
  border: none;
  color: #fff;
  text-transform: uppercase;
}

.faq-contact .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 22px 0;
  font-size: 16px;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: none;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  border-bottom: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  /* font-family: "Inter", sans-serif; */
}

.faq-contact .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none;
  border-bottom: 1px solid #000 !important;

}

.faq-contact .accordion-body {
  padding: 0;
  padding-bottom: 20px;
}

.faq-contact .accordion-item p {
  margin-bottom: 0;
}

.faq-contact .accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

/* get-in-touch */

.get-in-touch a {
  color: #000;
}

.get-in-touch input[type="text"] {
  border: none;
  padding: 15px;
  background-color: transparent;
  color: #000;
  width: 100%;
  border-radius: 6px;
  border: 1px solid;
}
.get-in-touch input[type="email"] {
  border: none;
  padding: 15px;
  background-color: transparent;
  color: #000;
  width: 100%;
  border-radius: 6px;
  border: 1px solid;
}
.get-in-touch input[type="tel"] {
  border: none;
  padding: 15px;
  background-color: transparent;
  color: #000;
  width: 100%;
  border-radius: 6px;
  border: 1px solid;
}

.get-in-touch textarea {
  border: none;
  padding: 15px;
  background-color: transparent;
  color: #000;
  width: 100%;
  border-radius: 6px;
  height: 135px;
  border: 1px solid;
}

.get-in-touch input[type="submit"] {
  border: none;
  padding: 14px;
  background-color: var(--theme-color);
  color: #ffffff;
  width: 100%;
  border-radius: 6px;
  text-transform: uppercase;
  border-radius: 7px;
}

.footer {
  background-color: var(--theme-color);
  color: var(--theme-color-second);
  padding: 75px 0 55px;
}

.footer a {
  color: #000;
  font-size: 17px;
}

.footer .social_icon i {
  font-size: 24px;
}

.footer .social_icon {
  display: flex;
  gap: 18px;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 19px;
  align-items: center;
}

.footer .btom_content {
  margin-top: 65px;
}

.footer a {
  color: #fff;
  font-size: 16px;
}

.footer .btom_content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  flex-wrap: wrap;
  text-align: center;
  gap: 50px;
}

.footer .social_icon {
  display: flex;
  gap: 18px;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 39px;
  align-items: center;
}

/* ****** */
.inner-banner {
  padding: 175px 0 55px;
}

.inner-banner h1 {
  font-size: 62px;
}

/* Blog Page */
#bg-blue .blog-box a p {
  color: #000;
  margin-bottom: 5px !important;
  font-size: 15px;
}

#bg-blue .blog-box a h5 {
  font-weight: 400;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}

#bg-blue .read-btn {
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}


/* ******Inner Blog**** */

#inner_blog_form {
  background: none;
  padding: 10px 0 0 0;
  border-radius: 0;
}

#inner_blog_form input {
  width: 100%;
  padding: 10px;
  outline: none;
}

#inner_blog_form textarea {
  width: 100%;
  padding: 10px;
  outline: none;
}

#inner_blog_form button {
  background: #1e2124;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 14px 0px;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  width: 14rem;
  border: none;
  transition: all 0.8s;
}

#inner_blog_form button:hover {
  background: #000000;
  color: #fff;
  transition: all 0.8s;
}

.blog-sec .fott-content a {
  color: #000;
  line-height: 24px;
}

.blog-sec .area_side_bar ul li a {
  color: #000;
  font-size: 15px;
}

.blog-sec .area_side_bar ul li {
  margin-bottom: 12px;
}


.search_bar .form-control {
  display: inline-block;
  width: 70%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5F656F;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search_bar .form-inline {
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-control:focus {
  color: #5F656F;
  background-color: #fff;
  border-color: #B7B7B7;
  outline: 0;
  box-shadow: none;
}

.btn-outline-success {
  color: #fff;
  border-color: #1e2124;
  background: #1e2124;
}

.btn-outline-success:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: none;
}

.search_bar {
  padding-bottom: 26px;
}

#health-insurance-policy-sec1 ul li {
  margin-bottom: 10px;
}

#health-insurance-policy-sec1 ul li a {
  color: #000;
}

#video_sec .comon-btn {
  width: 310px;
}



.video-sec1 .owl-nav img {
  width: 45px !important;
}

/* ****** */
.video-sec1 .owl-nav {
  position: relative;
}

.video-sec1 .owl-prev {
  position: absolute;
  left: 45%;
  top: 0;
  transform: translateY(-0%);
}

.video-sec1 .owl-next {
  position: absolute;
  right: 45%;
  top: 0;
  transform: translateY(-0%);
}

.video-sec1 .owl-carousel .owl-nav.disabled {
  display: block !important;
  margin-top: 30px;
}

.video-sec1 .review_img img {
  height: 350px;
  object-fit: cover;
}

.video-sec1 .owl-nav {
  position: relative;
  margin-top: 25px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
}

form.wpcf7-form.init P {
    margin-bottom: 0px !important;
}

.center {
  display: flex;
justify-content: center;
margin-top: 40px;
}

a.page-numbers {
    color: #000000;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 5px;
    padding: 10px 15px;
    font-size: 18px;
    transition: background-color 0.5s;
}

a.page-numbers:hover {
    background-color: #d6d4d4;
}

span.page-numbers.current {
    background-color: #3bbecb;
    color: #fff;
    margin: 0 5px;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 15px;
    z-index: 3;
    transition: all .15s ease-in-out;
}

/* Fix extra gaps */
.blog-pagination ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.blog-pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.blog-pagination.section {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Blog Leave A Comment */
.inner-blog-left-sec .inner-blog-comment .contact-form {
    padding: 20px 25px;
    border: 1px solid rgba(69, 69, 70, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


#respond {
/*     max-width: 600px; */
    margin: 0 auto;
}
#respond #reply-title small a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#respond h2 {
    font-size: 24px;
    margin: 24px 0 16px 0;
    font-weight: 500;
}
#respond form {
    display: block;
    margin-top: 0em;
border: none;
}
#respond form p{
color: #6d6d6d;
 margin: 0;
    line-height: 26px;
    margin-bottom: 21px;
    font-size: 16px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px;
}

#respond label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#respond .comment-form-cookies-consent {
    margin-top: 20px;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond .submit {
    background-color: #FF6601;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#respond .submit:hover {
    background: #000000;
    color: #fff;
    transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
    width: 18px;
    height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
  display: inline;
}
#respond p.logged-in-as a{
color: #0f3ca1 !important;
text-decoration: underline;
display: inline-block !important;
}
#comments .comment-author a{
color: #000 !important;
}
#comments .comment-metadata a{
color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#comments span.comment-reply a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
margin-right: 10px !important;
}
div#respond label {
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

div#respond input,  div#respond textarea{
    padding: 10px;
    border-radius: 6px;
}

div#respond input#wp-comment-cookies-consent {
    width: 20px;
    height: 17px;
}

div#respond p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: nowrap;
} 

div#respond p.comment-form-cookies-consent  label{
margin:0px!important;
}

div#respond input#submit {
    background: #77bed9;
    color: #e9e1e1;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

input#search-form-1 {
    height: 38px;
}

/*  */
  .opening-hours { font-family: Arial, sans-serif; max-width: 300px; }
  .dropdown-btn {
    background: #00b4d8;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
    text-align: left;
  }
  .dropdown-btn:after { content: ""; }
  .dropdown-content {
    display: none;
    margin-top: 10px;
    background: #f8f9fa;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
  }
  .dropdown-content p { margin: 5px 0; }
  .dropdown-content.show { display: block; }



/*  */

/* Category Sidebar Styles */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list li {
    margin-bottom: 8px;
}
.category-list li a {
    display: block;
    padding: 10px 14px;
    border-radius: 6px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.category-list li a:hover {
    background: #62bccb;
    color: #fff;
}
.category-list li a.active {
    background: #62bccb;
    color: #fff;
    font-weight: 600;
}
/*  */
.btn-instagram-outline { display: inline-block; padding: 14px 32px; background: transparent; color: #20b2aa; border: 2px solid #0097b2; font-size: 16px; font-weight: 600; border-radius: 25px; text-decoration: none; transition: all 0.3s ease; } .btn-instagram-outline:hover { background: #0097b2; color: white; transform: scale(1.05); }


.gyrotonic-text {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}

