.product-head{
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5rem;
  color:#2C2C2C;
}
.product-sec{
  height: 380px;
}
.our-centers-text h5{
  font-weight: bolder;
  font-size: 20px;
}


/*====================
1. Google fonts
======================*/

@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');


/*====================
2. Theme variables
======================*/

:root {
  --body-font: 'Montserrat', sans-serif;
  --heading-font: 'Yantramanav', sans-serif;
  --theme-color: #ed7909;
  --theme-color2: #ed7909;
  --theme-color-light: rgb(17, 110, 99, 0.09);
  --theme-bg-light: #F2F3F5;
  --body-text-color: #757F95;
  --color-white: #ffffff;
  --color-dark: #19232B;
  --hero-overlay-color: #000000;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #012758;
  --footer-bg2: #116E63;
  --footer-text-color: #F5FAFF;
}



/*====================
3. General css
======================*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: var(--body-text-color);
  line-height: 1.8;
}

a {
  color:  var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: var(--color-blue);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:  var(--color-dark);
  margin: 0px;
  font-weight: 600;
  font-family: var(--body-font);
  line-height: 1;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 46px;
  font-weight: bold;
}

h3 {
  font-size: 44px;
    color: #000;
    font-weight: bold;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
  color: #0e1b4dbf;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}


/*===================
5. Theme default css
======================*/

.ovrflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
  z-index: 1;
}

.text-right {
  text-align: right;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background: var(--theme-bg-light);
}




/*====================
6. Margin & padding
======================*/

.pb-140 {
  padding-bottom: 140px;
}

.pd-50 {
  padding: 50px 0;
}

.py-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

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

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-300 {
  margin-left: 300px;
}



/*====================
7. Site title css
======================*/

.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color2);
  position: relative;
  border-bottom: 2px solid var(--theme-color2);
}

.site-title-tagline i{
  line-height: 0;
  font-size: 20px;
}

.site-title {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 55px;
  color:  var(--color-dark);
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}

.site-title span{
  color: var(--theme-color2);
}

.site-heading p {
  margin-top: 15px;
}

.heading-divider {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 10px;
  border: 3px solid rgba(33, 46, 84, 1);
  border-right-color: transparent;
}

.heading-divider.light{
  border-color: rgba(255, 255, 255, 0.2);
  border-right-color: transparent;
}

.heading-divider::after {
  position: absolute;
  content: '';
  width: 30px;
  background-color: var(--theme-color);
  top: 0;
  bottom: 0;
  left: 18px;
}




/*====================
8. Theme button
======================*/

.theme-btn {
  font-size: 14px;
  color: var(--color-white);
  padding: 14px 20px;
  transition: var(--transition);
  text-transform: uppercase;
  position: relative;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: var(--theme-color2);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background:  var(--theme-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover {
  color: var(--color-white);
}

.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn span {
  margin-right: 5px;
}

.theme-btn2{
  background: var(--color-white);
  color: var(--color-dark);
}

.theme-btn2::before{
  background: var(--theme-color);
}

.theme-btn2:hover{
  color: var(--color-white);
}




/*====================
9. Container
======================*/

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}



/*====================
10. Scroll top css
======================*/

#scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: var(--color-white);
  background-color: var(--theme-color2);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: var(--box-shadow2);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

#scroll-top.active{
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}


@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top.active {
    bottom: 100px;
  }
}



/*====================
11. Header top css
======================*/

.header-top {
  padding: 2px 0 2px 0;
  position: relative;
  /* background: linear-gradient(to right, rgb(23 190 168) 43%, rgb(0 121 164) 100%); */
  z-index: 1;
}

.header-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1px;
    width: 30%;
    .background: var(--theme-color2);
    z-index: -1;
}

.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-top-contact ul li{
  display: flex;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, .2);
  padding-right: 20px;
}

.header-top-contact ul li:last-child{
  border: none;
  padding-right: 0;
}

.header-top-contact ul li a {
  color: var(--color-white);
  font-weight: 400;
}

.header-top-contact ul li a i {
    color: #0079a4;
    margin-right: 5px;
    .background: #fff;
    border-radius: 10px;
    .padding: 10px;
    .box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.header-top-social span{
  color: var(--color-white);
  font-weight: 500;
}

.header-top-social a {
  width: 35px;
    height: 35px;
    line-height: 35px;
    color: #0079a4;
    font-size: 16px;
    background: #ffffff;
    text-align: center;
    margin-left: 5px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}

.header-top-social a:hover {
  color: var(--theme-color2);
}


@media all and (max-width: 1199px) {
  .header-top-contact ul{
    gap: 10px;
  }

  .header-top-social a{
    width: 34px;
    height: 34px;
    line-height: 37px;
    margin-left: 0;
  }
}

@media all and (max-width: 992px) {
  .header-top {
    display: none;
  }
}



/*====================
12. Navbar css
======================*/

.navbar {
  background: var(--color-white);
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 999;
}

.custom-nav{
  background: var(--color-white);
  position: relative;
}

.navbar.fixed-top {
  background: var(--color-white) !important;
  box-shadow: var(--box-shadow2);
  animation: slide-down 0.7s;
}


@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-mobile-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  object-fit: contain;
    height: 50px;
  width: 70px;
}

.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@media all and (max-width: 1199px) {
  .nav-right {
    margin-left: 25px !important;
  }

  .navbar .nav-item .nav-link {
    margin-right: 15px;
  }

  .navbar .nav-right-btn {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 25px;
        /*padding: 25px 20px 25px 0;*/
        font-size: 15px;
        font-weight: 500;
        color: #202020c4;
        text-transform: capitalize;
        letter-spacing: 0.03rem;
        font-weight: 500;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    border: none;
    left: -15px;
    border-radius: 0px;
    border-top: 4px solid var(--theme-color2);
    background: var(--theme-color);
    width: 220px;
    box-shadow: var(--box-shadow);
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid var(--border-white-color);
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 8px 25px;
    font-weight: 500;
    color:  var(--color-white);
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: var(--theme-color2);
    padding-left: 32px;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "//";
    position: absolute;
    left: 15px;
    top: 8px;
    color: var(--theme-color2);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: -1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .navbar .nav-item .nav-link {
    position: relative;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: var(--theme-color);
  }

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

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

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

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

  .navbar #main_nav {
    justify-content: flex-end;
  }

  /* nav right */
  .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    /* margin-left: 25px; */
    /* margin-right: 12px; */
  }

  .nav-right-link {
    position: relative;
    font-size: 20px;
    color:  var(--color-dark);
    transition: var(--transition);
  }

  .nav-right-link:hover {
    color: var(--theme-color) !important;
  }

  .nav-right .sidebar-btn .nav-right-link,
  .nav-right .search-btn .nav-right-link {
    border: none;
    background: transparent;
    color: var(--color-dark);
    font-size: 28px;
    padding-right: 0;
  }

  .nav-right .search-btn .nav-right-link {
    font-size: 20px;
    padding: 0;
  }

  .nav-right .cart-btn .nav-right-link {
    position: relative;
    font-size: 20px;
    padding: 0;
    margin-right: 15px;
  }

  .nav-right .cart-btn span{
    position: absolute;
    right: -9px;
    top: -2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background: var(--theme-color);
    color: var(--color-white);
  }

}


/* mobile menu */
.mobile-menu-right {
  display: none;
}

@media all and (max-width: 991px) {
  .navbar {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
  }
  .navbar-brand {
    padding-left: 10px;
  }

  .navbar-brand img {
    width: 130px;
  }

  .navbar-collapse {
    max-height: 220px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background-color: var(--color-white);
  }

  .dropdown-toggle::after {
    float: right;
  }

  .navbar .nav-item .nav-link {
    color:  var(--color-dark);
    font-weight: 700;
    transition: var(--transition);
  }

  .navbar .nav-item .nav-link:hover {
    color: var(--theme-color) !important;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mobile-menu-right .nav-right-link {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--color-dark);
  }

  .mobile-menu-right .nav-right-link:hover{
    color: var(--theme-color);
  }

  .search-area.open{
    top: 50px !important;
  }

  .navbar-toggler-mobile-icon {
    font-size: 25px;
    color:  var(--color-dark);
    font-weight: 500;
  }

  .navbar .dropdown-menu {
    border-radius: 0px;
  }

  .nav-right {
    display: none;
  }

}


/*============================
13. Mega menu
==============================*/

@media (min-width: 992px){
  .nav-item.mega-menu {
    position: static;
  }

  .navbar .nav-item.mega-menu .dropdown-menu{
    width: 98%;
    left: 12px;
  }

  .mega-menu .mega-content{
    padding: 30px;
  }

  .mega-menu .mega-content h5{
    color: var(--theme-color2);
    font-size: 22px;
    margin-bottom: 20px;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item{
    padding-left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item::before{
    left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item:hover{
    padding-left: 15px;
  }

  .menu-about-logo{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .menu-about-logo img{
    width: 180px;
  }

  .menu-about p{
    color: var(--color-white);
  }
}


@media (max-width: 991px){
  .menu-about-logo{
    display: none;
  }

  .mega-menu .mega-content h5{
    margin: 15px 0;
  }
}







/*====================
16. Main section css
======================*/

.main {
  margin-top: 0rem;
}



/*====================
17. Hero css
======================*/

.hero-section {
  position: relative;
}

.hero-single {
  padding-top: 150px;
  padding-bottom: 240px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -0.5px;
  top: 0;
  background: rgba(11, 28, 57, .7);
  z-index: -1;
}

.hero-single .hero-content {
  height: 100%;
}

.hero-single .hero-content .hero-title {
  color: var(--color-white);
  font-size: 72px;
  font-weight: 800;
  margin: 20px 0;
  text-transform: capitalize;
}

.hero-single .hero-content .hero-title span{
  color: var(--theme-color2);
}

.hero-single .hero-content .hero-sub-title {
  display: inline-block;
  color: var(--theme-color2);
  font-size: 25px;
  letter-spacing: 6px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  border-bottom: 3px solid var(--theme-color2);
}

.hero-single .hero-content p {
  color: var(--color-white);
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 1rem;
  display: flex;
  margin-top: 35px;
  justify-content: start;
}

.hero-single .hero-img::before{
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: var(--theme-color);
  right: 100px;
  bottom: 0px;
  border-radius: 50%;
  filter: blur(150px);
  z-index: -1;
}

.hero-single .hero-img{
  position: absolute;
  right: 100px;
  bottom: 120px;
  width: 50%;
  z-index: -1;
}

.hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: var(--color-white);
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: var(--slider-arrow-bg);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50px;
  text-align: center;
  transition: var(--transition);
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--color-white);
  color: var(--theme-color);
}

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media all and (max-width: 1199px) {

  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev,
  .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 30px !important;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev {
    left: unset;
    right: 120px;
  }

  .hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px;
  }

}

@media all and (max-width: 991px) {

  .hero-single .hero-content .hero-title {
    font-size: 50px;
  }

  .hero-single .hero-img {
    position: relative;
    width: 100%;
    right: unset;
    bottom: unset;
    margin-top: 50px;
  }

  .hero-single .hero-img::before{
    width: 250px;
    height: 250px;
  }

}

@media all and (max-width: 767px) {

  .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }

  .hero-single .hero-content .hero-btn {
    gap: 1rem;
  }
  .Accupressure-img-fix{
    margin-top: 30px;
  }
  .Accupressure-img-fix img,
  .Accupressure-img-fixed img{
    width: 100%;
    object-fit: cover;
  }

}
.Accupressure-img-fix{
 height: 430px;
}
.Accupressure-img-fix img{
  height: 430px;
  border-radius: 10px;
}
.Accupressure-img-fixed{
  height: 530px;
}
.Accupressure-img-fixed img{
  height: 530px;
  border-radius: 10px;
}



/*===================
18. Play btn
=====================*/

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: var(--theme-color2);
  color: var(--color-white) !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color2);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}






/* ========================
25. Gallery css
=========================== */

.gallery-item {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.gallery-img {
  height: 100%;
}

.gallery-img img {
  width: 100%;
  border-radius: 50px 50px 50px 0;
}

.gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery-content::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: var(--theme-color2);
  border-radius: 50px 50px 50px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.gallery-content:hover::before {
  opacity: 0.9;
  visibility: visible
}

.gallery-link {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 60px;
  color: var(--color-white);
}

.gallery-link:hover {
  color: var(--color-white);
}

.gallery-content:hover .gallery-link {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}



/*====================
26. Choose css
======================*/

.choose-area{
  position: relative;
  background: var(--footer-bg);
  z-index: 1;
}

.choose-area::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/shape/01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  z-index: -1;
}

.choose-content-wrap{
  margin-top: 30px;
}

.choose-img {
  position: relative;
  margin-left: 50px;
}

.choose-img::before{
  content: "";
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  border: 5px solid var(--theme-color2);
  border-radius: 30% 0 30% 30%;
}

.choose-img img{
  border-radius: 30% 0 30% 30%;
}

.choose-item{
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color-white);
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
  padding: 15px 15px 15px 0;
  overflow: hidden;
}

.choose-item-icon{
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: right;
  background: var(--theme-color2);
  border-radius: 50px 50px 50px 0;
  padding-right: 12px;
  margin-left: -12px;
}

.choose-item-icon i{
  color: var(--theme-color);
  font-size: 50px;
}

.choose-item-icon img{
  width: 45px;
  filter: brightness(0) invert(1);
}

.choose-item-info{
  flex: 1;
}

.choose-item-info h4{
  color: var(--color-dark);
  margin-bottom: 10px;
  font-size: 21px;
}

.choose-video-wrap{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media all and (max-width: 991px) {
  .choose-content-info{
    margin-right: 100px;
  }

  .choose-video-wrap{
    padding-top: 210px;
  }

  .choose-img{
    margin-top: 50px;
    margin-left: 10px;
  }
}

@media all and (max-width: 767px) {
  .choose-content-info{
    margin-right: 40px;
  }
}



/*===================
40. Contact us css
=====================*/

.contact-wrapper {
  position: relative;
  background: var(--color-white);
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  z-index: 1;
}
.contact-wrapper1 {
  background: linear-gradient(to right, rgb(128, 179, 0), rgb(100, 135, 44)) !important;
}

.contact-img{
  position: relative;
  padding-left: 20px;
}

.contact-img::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: var(--theme-color);
  border-radius: 20px 0 0 20px;
  clip-path: polygon(100% 0, 20% 50%, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}

.contact-img img{
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 50%, 10% 0);
}

.contact-form{
  padding: 25px;
}

.contact-form-header {
  margin-bottom: 30px;
}

.contact-form-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color:  var(--color-dark);
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-group .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: var(--transition);
}

.contact-form .form-group .form-control:focus {
  border-color: var(--theme-color2);
}

.contact-map {
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 35px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 50px 50px 50px 0;
  background:var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  min-height: 310px;
}

.contact-info::before{
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -8px;
  background: var(--theme-color);
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  height: 20px;
  z-index: -1;
}

.contact-info-icon{
  font-size: 35px;
  color: var(--color-white);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  border-radius: 30px;
  background: var(--theme-color);
}

.contact-info-icon::before{
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border: 3px solid var(--theme-color);
  border-radius: 40px;
}

.contact-info h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color:  var(--color-dark);
}

.contact-info p{
  color:  var(--color-dark);
  font-weight: 500;
  font-size: 16px;
}


@media all and (max-width: 768px) {
  .contact-content {
    margin-bottom: 50px;
  }
}







/*====================
46. Breadcrumb css
======================*/

.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 170px;
  padding-bottom: 150px;
  z-index: 1;
}
.site-breadcrumb-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 190px;
  padding-bottom: 190px;
  z-index: 1;
}

.site-breadcrumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--hero-overlay-color);
  opacity: 0.65;
  z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
  font-size: 45px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white);
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--theme-color);
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: var(--theme-color2);
}

@media (max-width: 991px) {
  .site-breadcrumb {
    padding-top: 230px;
  }
}









/*====================
70. Footer css
======================*/

.footer-area {
  background: #202120;
  position: relative;
  z-index: 1;
}

.footer-shape{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .05;
  z-index: -1;
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 120px;
  margin-bottom: 25px;
  border-radius: 25px;
}

.copyright {
  position: relative;
}

.copyright .copyright-wrapper{
  padding: 10px 0;
  border-top: 1px solid var(--border-white-color);
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: var(--footer-text-color);
  transition: var(--transition);
}

.copyright .footer-menu li a:hover {
  color: var(--theme-color2);
}

.copyright .copyright-text {
  color: var(--footer-text-color);
  margin-bottom: 0px;
  font-size: 16px;
}

.copyright .copyright-text a {
  color: var(--theme-color2);
  font-weight: 500;
}

.footer-widget-title {
  color: #dedcdc;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  z-index: 1;
}
.footer-widget-titles {
  color: #dedcdc !important;
}
.footer-widget-titles li a {
  color: #dedcdc !important;
  font-size: 13px;

}
.footer-widget-titles li a i{
  color: #dedcdc !important;
  font-size: 5px;
  text-align: center;
  align-items: center;

}
.treatment-list li{
  list-style: inside;
}




.footer-list {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.footer-list li a {
  color: #dedcdc;
  transition: var(--transition);
}

.footer-list li a i {
  margin-right: 5px;
  color: var(--theme-color2);
}

.footer-list li a:hover {
  padding-left: 10px;
  color: var(--theme-color2);
}

.footer-widget-box p {
  color: #dedcdc;
  padding-right: 18px;
  margin-bottom: 10px;
}

.footer-social {
  display: flex;
    gap: 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  .border-radius: 10px 10px 10px 0;
  background: var(--color-white);
  color: var(--theme-color2);
  transition: var(--transition);
  border-radius: 25px;
}

.footer-social li a i:hover {
  background: var(--theme-color2);
  color: var(--color-white);
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--footer-text-color);
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-contact li a {
  color: var(--footer-text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}



.home-2 .header{
  background: var(--theme-color);
}

.home-2 .header-top{
  padding: 12px 0 13px 0;
}

.home-2 .header-top::before{
  display: none;
}

.home-2 .header-top::after{
  display: none;
}

.home-2 .header-top-contact ul li{
  border-color: rgba(255, 255, 255, 0.5);
}

.home-2 .header-top-social a{
  background: var(--color-white);
  color: var(--theme-color2);
}

.home-2 .header-top-social a:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.home-2 .hero-single{
  padding-top: 200px;
  padding-bottom: 180px;
}

.home-2 .hero-single::before{
  background: rgba(0, 0, 0, .65);
}

.home-2 .hero-single .hero-title span{
  -webkit-text-stroke: 2px var(--theme-color2);
  -webkit-text-fill-color: transparent;
}


@media all and (min-width: 1199px) {
  .home-2 .navbar{
    background: transparent;
    padding-right: 25px;
  }

  .home-2 .navbar.fixed-top{
    padding-right: 0;
  }

  .home-2 .navbar::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 11%;
    background: var(--color-white);
    height: 100%;
    border-radius: 0 10px 10px 0;
  }

  .home-2 .main{
    margin-top: -3rem;
  }

}

@media all and (min-width: 992px) {
  .home-2 .navbar .dropdown-menu{
    border-top: none;
    border-radius: 20px;
    background: var(--color-white);
  }

  .home-2 .navbar .dropdown-menu .dropdown-item{
    color: var(--color-dark);
    border-bottom: 1px dashed var(--border-info-color);
  }

  .home-2 .navbar .dropdown-menu li:last-child .dropdown-item{
    border-bottom: none;
  }

  .home-2 .menu-about p{
    color: var(--color-dark);
  }
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
      border-radius: 20px;
  }
}




/*====================
72. Home 3
======================*/

.home-3 .theme-btn{
  border-radius: 50px;
}

.home-3 .header-top{
  padding: 12px 0 14px 0;
  background: var(--theme-color);
}

.home-3 .header-top::before,
.home-3 .header-top::after{
  display: none;
}

.home-3 .header-top-news{
  color: var(--color-white);
  text-transform: capitalize;
}

.home-3 .header-top-menu a{
  color: var(--color-white);
  margin-right: 6px;
  padding-right: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.home-3 .header-top-menu a:last-child{
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.home-3 .header-top-menu a:hover{
  color: var(--theme-color);
}

.home-3 .hero-single{
  padding-bottom: 150px;
}

.home-3 .hero-single::before{
  background: rgba(0, 0, 0, .6);
  opacity: unset;
}

.home-3 .hero-single .hero-title span{
  -webkit-text-stroke: 2px var(--theme-color2);
  -webkit-text-fill-color: transparent;
}

.home-3 .counter-box .icon{
  border-radius: 30px 30px 30px 0;
}

.home-3 .counter-box .icon::before{
  border-radius: 30px 30px 30px 0;
}

.home-3 .footer-area{
  position: relative;
  background-image: url(../img/footer/01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.home-3 .footer-area::before{
  content: "";
  position: absolute;
  background: var(--footer-bg);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
}

.footer-widget-wrapper{
  padding: 40px 0 15px 0 !important;
}

.about-text1{
  margin-bottom: 15px !important;
}

.site-breadcrumb::before {
  background-color: #fff;
}
.site-breadcrumb-contact::before {
  background-color: #757474;

}
.site-breadcrumb .breadcrumb-title {
  color: #000000;
}
.navbar {
  border-bottom: 1px solid lightgrey;
}
.site-breadcrumb {
  padding: 50px 0px !important;
}
.header-top {
  background-color: #ed7909 !important;
}
.contact-form .form-group .form-control {
  border: 2px solid #cdcaca !important;
  border-radius: 40px !important;
}
.contact-form .form-group .form-control:hover {
  border: 2px solid #2f2e2e !important;

}
.contact-wrapper {
  box-shadow: none !important;
}
.header-top-social a {
background-color: #ed7909 !important;
color: #fff !important;
}
.header-top-contact ul li a i {
  .background-color: #ed7909 !important;
color: #fff !important;
}
#main_nav{
  justify-content: center !important;
}
.footer-ma-shaddow{
  padding: 30px 0px;
  background-color: #eff0f5;
}
.treatment-list li a:hover{
  color:var(--theme-color) !important;
}
.media-seminal-button a{
  background-color: var(--theme-color);
  color: #fff;
  font-size: 18px !important;
  padding: 12px 40px;
  border: 2px solid var(--theme-color);
  border-radius: 40px;
}
.media-seminal-buttons a{
  background-color: var(--theme-color);
  color: #fff;
  font-size: 18px !important;
  padding: 12px 60px;
  border: 2px solid var(--theme-color);
  border-radius: 40px;
}

.media-seminal-button a:hover,
.media-seminal-buttons a:hover
{
 background-color: #000000;
}
.media-button-fixed{
display: flex;
justify-content: center;
gap: 10px;
}
.seminars-pages{
  background-color: #eff0f5;
  color: var(--theme-color);
  font-size: 42px;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}

.seminars-images img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-top-left-radius: 25px;

  border-top-right-radius: 25px;

}
.seminars-images{

  width: 340px;
  margin-bottom: 30px;
}
.our-centers-card{
  height: 470px;
  margin-top: 50px;
  /* margin-bottom: 50px; */
  background-color: #e6e8ef;
  padding-bottom: 20px;
  border-radius: 20px;
}
.our-centers{
  background: #eff0f5;
  padding-bottom: 50px !important;
}
.our-centers-img{
  width: 169px;
  display: block;

  margin-left: auto;
  margin-right: auto;

}
.our-centers-img img{
  margin-top: 30px;
  border-radius:10px;
  width: 100%;
  height: 169px;

}
.our-centers-text{
  margin-top: 20px;

  text-align: center;
}
.our-centers-text .first-para{
  padding: 0px 30px;
margin-top: 10px;

  text-align: center;
}
.our-center-para a span{
  border-bottom: 1px solid rgb(0 0 0);
    color: #0e1b4d;
}
.our-center-para a span:hover{

  border-bottom: 1px solid  var(--theme-color);
  color: var(--theme-color) !important;
}

.our-center-phone a span{

  color: #0e1b4d !important;
}
.our-center-phone a span:hover{


  color: var(--theme-color) !important;
}


/* pop up box  */
.popup {

  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.popup-content {
  margin-top: 40px;
  background: white;
  /* padding: 20px; */
  border-radius: 8px;
  width: 500px;
  text-align: center;
  position: relative;
}
.popup-content-trycam {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 500px;
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}
.popup-trycam{
  padding: 13px 30px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-size: 1.375rem;
  background-color: #f9aa5f;
  color: #fff !important;
  margin-bottom: 30px;
}
.btn-send {
  background-color: #ed7909;
  color: rgb(255, 255, 255);
  border-color: #ed7909;
}
.btn-send:hover {
  background-color: #fff;
  color: #ed7909;
  border-color: #ed7909;
}
.about-img{

  width:100% ;
}
.about-img img{
  object-fit: cover;
  height:460px ;
  width:100% ;
  border-radius: 25px 0 0 25px;
}

.about-pages-trycam-about{
  margin-top: 30px;
  margin-bottom: 30px;

}
.about-pages-trycam-about h4{
  padding-left: 20px;
 padding-bottom: 20px;
 font-size: 42px;
    font-weight: 400;

}
.about-pages-trycam-about p{
  padding-left: 20px;
  text-align: justify;
padding-top: 10px;
padding-bottom: 10px;
line-height: 26px;

 }
 .about-pages-trycam-fixed{
  background-color:#eff0f5 ;
 padding-top: 50px;
 padding-bottom: 50px;
 }

 .our-centers-card-about{
  height: 350px;
  margin-top: 50px;
  /* margin-bottom: 50px; */
  background-color: #e7e8ef;
 padding: 30px;
  border-radius: 20px;
}
.our-centers-card-about p{
 color: #464f73 ;
}
.about-pages-accordian{
 display: flex;
 justify-content: center;
}



.accordion-body{
  background-color: #eff0f5;
}
.accordion-button{
  background-color: #eff0f5 !important;
}
.accordion-button:hover{
 text-decoration: underline;
}
.accordion-button:focus{
  border: none;
  background-color: #c2caf3 !important;
}
.accordion-body p{
  color: #464f73 ;
  font-size: 16px !important;
}
.site-breadcrumb-products {
  display: flex
;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 100px;
  padding-bottom: 220px;
  z-index: 1;

}
.breadcrum-products-fix{
  font-size: 65px;
}
.product-filter{
  display: flex;
  justify-content: space-between;
}
.froduct-filter-fixed{
  color: #464f73 ;
margin-top: 15px;
  margin-bottom: 0px;
}
.froduct-filter-fixed p{
  color: #464f73 ;

}

.filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.filter-options {
  display: flex;
  align-items: center;
}

.filter-options>div {
  margin-right: 20px;
  cursor: pointer;
}

.filter-options>div:last-child {
  margin-right: 0;
}

.filter-dropdown {
  position: absolute;
  width: 320px;
  background-color: #f6f7f8;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1000;
  display: none;
  border-radius: 15px;
}

.filter-dropdown.show {
  display: block;
}

.filter-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-dropdown ul li {
  padding: 5px;
  cursor: pointer;
}

.filter-dropdown ul li:hover {
  background-color: #f0f0f0;
}

.dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.dropdown-header button {
  background: none;
  border: none;
  color: blue;
  cursor: pointer;
}
.select-option-set{
  color: #464f73 ;
  background-color:#fff !important;
  border: none !important;

}
.froduct-filter-fixed{
  display: flex;
  gap: 30px;
}
.select-option-set:focus-visible {


  border: 1px solid  #464f73;
}

.product-show{
/* display: flex;
justify-content: space-between; */
  margin-bottom: 30px;

}
.product-show-fix{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding:0 28px 28px 28px;
  background-color:#f6f6f6 ;
  height: 520px;
  border-radius: 15px;
}

.product-img{

  height: 120px !important;
  width: 100%;
}
.product-img img{
  height: 250px !important;
  border-radius: 7px;
  width: 100%;
  object-fit: cover;
}

.product-show:hover {

  transition: all 2s !important;
}


.add-to-cart{

  margin-top:30px ;
  padding: 8px;
  background-color: #000;

  border-radius: 5px;
  text-align: center;
}
.add-to-cart a{
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
}
.add-to-cart:hover{
  background-color: #ed7909;
  transition: all 2s !important;
}


.discount-product:hover{
  color:#000;
}
.product-show-fix{
  padding-top: 28px;
}
.product-show-fix img{
  border-radius: 7px;
  padding-bottom: 28px;
  width: 500px;
  min-width: 100%;
  max-height: 260px;

}
.add-to-cart-show{
  margin-top:58px ;
  padding: 8px;
  background-color: #000;

  border-radius: 5px;
  text-align: center;
}
.add-to-cart-show a{
  color: #fff;
}
.add-to-cart-show:hover{
  background-color: #ed7909;
  transition: all 2s !important;
}



.product-show-fix:hover img {

  transform: scale(1.1); /* Scale up the image */
  transition: all 2s !important;
}

.product-show-fix:hover strong {
  text-decoration: underline !important;
  color:#000
}

/* product details page  */
.icon-hover:hover {
  border-color: #3b71ca !important;
  background-color: white !important;
  color: #3b71ca !important;
}

.icon-hover:hover i {
  color: #3b71ca !important;
}
.FAMUSCLE{
      font-size: 44px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 3.5rem;
}

.product-detais-pages{
  /* margin-top: 50px; */
  background-color:#f6f6f6 ;
}
/* .product-details-images{
  height: 573px !important;
  width: 1173px !important; */

/* }+++ */
.product-details-images img{
  width: 1173px !important;

}

@media (max-width: 991px) {
  .site-breadcrumb {
    padding: 140px 60px 0px !important;
  }
  .our-centers-card-about {
    height: 350px;
  }
}

@media (max-width: 350px) {
  .breadcrumb-title {
    font-size: 28px !important;
  }
}

.our-center-videos {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.our-center-videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video-wrapper {
  margin-top: 20px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Ensure images are contained and responsive */
.seminars-images {
  width: 100%;
  padding: 10px;
}

.seminars-images img {
  width: 100%;
  height: 360px;
  border-radius: 20px 20px 0 0; /* Optional: Rounded corners */
  display: block;
}

/* Responsive Layout Adjustments */
@media (max-width: 992px) { /* Tablets */
  .col-lg-4 {
      width: 50%; /* 2 images per row */
  }
}

@media (max-width: 768px) { /* Mobile */
  .col-lg-4, .col-md-6, .col-sm-12 {
      width: 100%; /* 1 image per row */
  }
  .our-centers-card-about{
    margin-top: 20px;

  }
  .our-centers-card-about {
    height: 250px;
}
}
.home-banner-fix {
  height: 400px;
}
@media (max-width: 525px) {
  .our-centers-card-about {
    height: auto;
}

}
 .home-page-banner img {
  border-radius: 10px;
  height: 400px;
  width: 100%;

}

 .home-banner-fixed{
  position: relative;
}
.home-banner-fix{
  position: relative;
  margin: 0 auto;
}
.home-banner-fix {
  position: relative; /* Required for absolute positioning of child elements */
  height: 100%; /* Ensure the container takes full height */
}

.home-banner-fix h2,
.home-banner-fix h4 {
  position: absolute; /* Position the text absolutely within the container */
  left: 50%; /* Move text to the horizontal center */
  transform: translateX(-50%); /* Adjust for exact centering */
  width: 100%; /* Ensure text takes full width for proper alignment */
  text-align: justify; /* Center-align the text */
}

.home-banner-fix h2:nth-child(1) {
  top: 10%; /* Position the first h2 */
}

.home-banner-fix h2:nth-child(2) {
  top: 50%;
  padding: 5px 0px;
  /* Position the second h2 */
span{

  color: #fff;
  background-color: #ed7909;
  display: inline;
  padding: 5px 15px;
  font-size: 40px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

}

.home-banner-fix h4:nth-child(3){
  top: 59%;
  font-size: 40px;
}

.home-banner-fix h4:nth-child(4){
  top: 70%;
  font-size: 30px;
}

.home-page-banner {
 margin-right: 23px;
  /* Ensure the container takes full height */
}


  .home-page-banner img {
    border-radius: 10px;
    height: 400px;
    width: 100%;

}
.our-centers-card-about-home{
  height: 150px;
  margin-top: 50px;
  /* margin-bottom: 50px; */
  background-color: #f5f6f8;
 padding: 30px;
  border-radius: 20px;
}
.our-centers-card-about-home p{
 color: #464f73 ;
}

.principal{
  text-align: center;
   padding: 50px;
}
.therapy{
  height: 300px;
}
.therapy img{
 width: 100%;
 border-radius:10px ;
}
.Massage{
  margin-left: 30px;
  h4{
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 32px;
    color: #ed7909;
    text-align: justify;
  }
}
.our-therapy{

  background-color: rgb(244, 254, 169);
}
.Moxibustion{
  margin-right: 30px;
  h4{
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 32px;
    color: #ed7909;
    text-align: justify;
  }
}
.Accupressure{
  margin-left: 30px;
  h4{
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 32px;
    color: #ed7909;
    text-align: justify;
  }
}
.fir-img img{
  object-fit: cover;
  height: 276px;
  width: 100%;


}
.trycam-view-all{

  text-align: center;
}

.trycam-view-all a{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 5px 40px;
  background-color: #ed7909;
  border: 1px solid #ed7909;
  color: #fff;
  border-radius: 30px;
  text-align: center;
}
.trycam-view-all a:hover{
  background-color: #fff;
  border: 1px solid #ed7909;
  color: #ed7909;
  transition: all 2s;

}
/* Base Styles */
.our-therapy {
  background-color: #eff0f5;
  padding: 20px 0;
}

.principal {
  text-align: center;
  padding: 50px;
}

.therapy {
  height: 340px;
}

.therapy img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover; /* Ensures the image covers the area without distortion */
}

.Massage,
.Moxibustion,
.Accupressure {
  padding: 20px;
}

.Massage h4,
.Moxibustion h4,
.Accupressure h4 {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 44px;
  font-family: 'Montserrat', sans-serif;
  color: #ed7909;
  text-align: left;
  font-weight: 500;
}

.fir-img img {
  object-fit: cover;
  height: 276px;
  width: 100%;
}

.trycam-view-all {
  text-align: center;
  /* margin-top: 20px;
  margin-bottom: 50px; */
}

.trycam-view-all a {
  font-size: 20px;
  padding: 5px 40px;
  background-color: #ed7909;
  border: 1px solid #ed7909;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
}

.trycam-view-all a:hover {
  background-color: #fff;
  border: 1px solid #ed7909;
  color: #ed7909;
  transition: all 0.5s;
}

/* Responsive Design */
@media (max-width: 992px) {
  .Massage,
  .Moxibustion,
  .Accupressure {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .Massage h4,
  .Moxibustion h4,
  .Accupressure h4 {
    font-size: 28px;
    text-align: center;
  }

  .therapy {
    height: 250px;
  }

  .fir-img img {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .principal {
    padding: 30px;
  }

  .Massage h4,
  .Moxibustion h4,
  .Accupressure h4 {
    font-size: 24px;
  }

  .therapy {
    height: 200px;
  }

  .fir-img img {
    height: 200px;
  }

  .trycam-view-all a {
    font-size: 18px;
    padding: 5px 30px;
  }
}

@media (max-width: 576px) {
  .principal {
    padding: 20px;
  }

  .Massage h4,
  .Moxibustion h4,
  .Accupressure h4 {
    font-size: 20px;
  }

  .therapy {
    height: 150px;
  }

  .fir-img img {
    height: 150px;
  }

  .trycam-view-all a {
    font-size: 16px;
    padding: 5px 20px;
  }
}




/* Base Styles */
.certificate-areas {
  background-color: #eff0f5;
  padding: 50px 0;
}
.certicate-section{
  text-align: center;
  padding-bottom: 30px;
}

.certificate-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.certificate-area li {
  height: 303 !important;
  flex: 1 1 calc(20% - 20px); /* 5 items per row by default */
  max-width: calc(20% - 20px);
  box-sizing: border-box;
}

.certificate-area img {
  width: 100%;
  height: 303px !important; /* Fixed height for all images */
  object-fit: cover; /* Ensures the image covers the area without distortion */
  display: block;
  border-radius: 8px;
  padding:25px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .certificate-area li {
      flex: 1 1 calc(25% - 20px); /* 4 items per row */
      max-width: calc(25% - 20px);
  }
}

@media (max-width: 992px) {
  .certificate-area li {
      flex: 1 1 calc(33.33% - 20px); /* 3 items per row */
      max-width: calc(33.33% - 20px);
  }
}

@media (max-width: 768px) {
  .certificate-area li {
      flex: 1 1 calc(50% - 20px); /* 2 items per row */
      max-width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .certificate-area li {
      flex: 1 1 calc(100% - 20px); /* 1 item per row */
      max-width: calc(100% - 20px);
  }
}
.product-details-bottom a img{
height: 100%;
object-fit: cover;
}
.vitasea-body {

}

/* global activity  */
.global-map {
  width: 100%;
  height: 848px;
  overflow: hidden; /* Ensures the image doesn't overflow the container */
}

.global-map img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the entire container without distortion */
}

/* term-and-services page  */
.term-and-services-section{
background-color:#eff0f5 ;
padding-top: 50px;
padding-bottom: 50px;
}
.term-and-services p{
  font-size: 18px;
  color: #0e1b4dbf;
  padding-bottom: 20px;

}
.term-and-services ul li{
  font-size: 18px;
  color: #0e1b4dbf;
  padding-bottom: 10px;
  margin-left: 50px;

}

/* shiping policy page */

/* General styling for contact links */
.contact-link a {
  color: #0e1b4dbf;
  /* Blue color for links */
  text-decoration: none; /* Remove underline */
  /* Make it bold */
  font-weight: 700;
}

/* Hover effect for links */
.contact-link a:hover {
  color: #ed7909;
  text-decoration: underline; /* Underline on hover */
}

/* Mobile-specific adjustments */
@media (max-width: 767px) {
  .contact-link a {
    display: inline-block; /* Ensure links are clickable on mobile */
    padding: 5px 10px; /* Add padding for better touch targets */
    background-color: #f8f9fa; /* Light background for better visibility */
    border-radius: 5px; /* Rounded corners */
    margin: 2px 0; /* Add some spacing */
  }

  .contact-link a[href^="tel:"] {
    background-color: #28a745; /* Green background for phone links */
    color: white; /* White text for better contrast */
  }

  .contact-link a[href^="mailto:"] {
    background-color: #dc3545; /* Red background for email links */
    color: white; /* White text for better contrast */
  }
}

@media (max-width: 991px) {
.breadcrumb-footer-page{
  padding-bottom: 60px !important;
}

}
@media (max-width: 575px) {
.breadcrumb-footer-text{
  font-size: 30px !important;
}
.term-and-services p{
  padding: 0 10px;
}
.FAMUSCLE{
  font-size: 22px;
  line-height: 30px;
}
}

@media (max-width: 342px) {
  .breadcrumb-footer-text{
    font-size: 24px !important;
  }

  }
  .blogs-pages{
    padding-top: 50px;
    padding-bottom: 40px;
    background-color:#eff0f5 ;
  }

  .blogs-card{

    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .blogs-content{
    padding: 10px 30px 30px 30px;
  }

  .blogs-card-images{
    padding: 30px;

  }
  .blogs-card-images img{
    object-fit: cover;
    width: 100%;
    height: 394px;
  }

  .datetime:after {
    content: "\2022";
    margin: 0 1.3rem 0 1.5rem;
}

.blogs-content{
  h2{
    padding-bottom: 10px;
  }
  .datetime-fix{
    padding-bottom: 10px;

  }
  p{
    color: #0e1b4dbf;
  }
}

.blogs-card:hover .blogs-card-images img
{

  transform: scale(1.1);
  transition: all 2s;
}
.blogs-card:hover .blogs-content h2
 {
   text-decoration: underline;
}

/* Custom Carousel Styles */
#imageCarousel {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px; /* Adjust this value to position the indicators */
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  z-index: 2;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5); /* Inactive dot color */
  border: none;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.carousel-indicators button.active {
  background-color: rgba(255, 255, 255, 1); /* Active dot color */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
}






.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px !important;
    height: 12px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #030303;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6sease;
}

.carousel-indicators button.active {
  background-color: #ed7909 !important;
}
.Experience-home h2{
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
    font-size: 2em;
    font-weight: 500;
}
.Experience-home h4{
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
    font-size: 2em;
    font-weight: 500;
}
.Experience-home h2 span{
  font-size: 32px;
    line-height: 32px;
    padding: 5px 20px;
    background-color: #ed7909;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #fff;
    font-weight: bold;
}
@media (max-width: 1199px) {
  .Experience-home h2 span{
    font-size: 32px;
  }
  .product-show-fix {
    height: 550px;
  }
  .add-to-cart-show{
    margin-top: 87px;
  }
  .add-to-cart {
    margin-top: 29px;
  }
  .add-to-crt{
    margin-top: 58px;
  }
  .thermal-belt{
    margin-top: 113px;
  }
  .Moxibustion-crt{
    margin-top:86px;
  }
  .trycam-crt{
    margin-top:116px;
  }
  .product-filter{
    display: none;
  }
  .our-centers-card-about {
    height: 400px;


}
@media (max-width: 991px) {
  .Experience-home h2{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Experience-home h4{
    padding-bottom: 10px;

  }
  .Experience-home{
    margin:50px 0px;
  }
  .Massage h4{

    text-align: justify !important;
    padding-top: 0px !important;
  }
  .Massage p{
text-align: justify;
  }
  .Massage{
    margin-bottom: 30px !important;
  }
  .therapy img{
    height: 310px;
  }
  .Moxibustion{
    margin-bottom: 30px !important;
  }

  .Moxibustion h4{
    padding-top: 0px !important;
    text-align: justify !important;
  }
  .Moxibustion p{
    text-align: justify !important;
  }
  .Moxibustion-img img{
    height: 340px;
  }
  .Accupressure{
    margin-bottom: 70px !important;
  }
   .Accupressure h4{
    padding-top: 0px !important;
    text-align: justify !important;
  }
   .Accupressure p{
    text-align: justify !important;
  }
   .Accupressure-img img{
    height: 300px ;
  }
  .about-img img {

    height: 580px;
  }

}
@media (max-width: 767px) {
 .our-centers-card-about-home{
  margin-top: 25px;
 }
 .Massage{
  margin-top:0px !important ;
 }
 .therapy{
  margin-bottom:160px !important ;
 }
 .Accupressure{
  margin-bottom: 30px !important;
 }
 .product-show-fix {
  height: 526px;
}
  .add-to-cart-show{
    margin-top: 87px;
  }
  .add-to-cart {
    margin-top: 29px;
  }
  .add-to-crt{
    margin-top: 58px;
  }
  .thermal-belt{
    margin-top: 91px;
  }
  .Moxibustion-crt{
    margin-top:58px;
  }
  .trycam-crt{
    margin-top:87px;
  }
  .about-pages-trycam-about{
    padding-top: 30px;
  }

}


@media (max-width: 575px) {
  .principal{

    padding-bottom: 30px;
  }
  .principal h3{

    font-size: 22px;
  }
  .Massage{
    padding-top: 60px;
  }
  .Moxibustion{
    margin-bottom: 15px;
  }
  .therapy{
    margin-top: 15px;
  }
  .Accupressure-img{
margin-top: 90px;
  }
  .Accupressure{
    margin-top: 40px;
  }
  .Frequency-low{
    margin-top: 60px;
  }
  .certificate-area img {
    height: auto !important;
  }
  .product-show-fix {
    height: 465px;
}
.add-to-cart-show{
  margin-top: 31px;
}
.add-to-cart {
  margin-top: 31px;
}
.add-to-crt{
  margin-top: 31px;
}
.thermal-belt{
  margin-top: 31px;
}
.Moxibustion-crt{
  margin-top:31px;
}
.trycam-crt{
  margin-top:31px;
}
.product-show-fix{
 text-align: center;
}
.about-img img {

  height: auto;
}


}



@media (max-width: 440px) {
  .Experience-home h2 span{
    font-size: 22px;
    line-height: 32px;
    padding: 5px 20px;
    background-color: #ed7909;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #fff;
  }
  .Experience-home h4{
    padding: 10px 0;
    font-size: 18px;
  }
  .Experience-home h2{
    font-size: 22px;
  }
}

@media (max-width: 344px) {
  .Experience-home h2 span{
    font-size: 18px;
    line-height: 32px;
    padding: 5px 20px;
    background-color: #ed7909;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #fff;
  }
  .Experience-home h4{
    padding: 10px 0;
    font-size: 16px;
  }
}


   /* Ensure images don't overflow and maintain aspect ratio */
   .carousel-inner img {
    max-height: 400px; /* Adjust based on your design */
    object-fit: cover;
}

/* Adjust spacing on smaller screens */
@media (max-width: 768px) {
    .home-banner-fix {
        text-align: center;
        padding: 20px;
    }
    .carousel-inner img {
        max-height: 300px; /* Reduce image height on small screens */
    }
}

.accordion-item {
  border: none;
}
.accordion-button{
  margin-top: 30px;
}

.product-details-images img {
  border-radius: 8px; /* Adds rounded corners to images */
  transition: transform 0.3s ease; /* Adds a smooth hover effect */
}

.product-details-images img:hover {
  transform: scale(1.05); /* Slightly enlarges images on hover */
}

.Accupressure-img-fix img{
  height: 430px !important;
}
.Accupressure-img-fixed img{
  height: 500px !important;
}

/* md ehsan written by this code  */



.trycam-member img{
    padding:25px;
    border-radius:50px;
}