




/*	------------------------ General -------------------------- */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
  .container-fluid {
    max-width: calc(100% - 120px);
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    max-width: calc(100% - 360px);
  }
}


@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) and (pointer: coarse) {
  h2, .h2 {
    font-weight: 700 !important;
  }
  h3, .h3 {
    font-weight: 700 !important;
  }
  h4, .h4 {
    font-weight: 700 !important;
  }
}



.tag {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.light-text {
  font-weight: 300;
  font-size: 12px;
  color: #000;
}
.cta-text {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.justify{
    text-align:justify;
}



.w-100{
width: 100%;
}
section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow:hidden;
}
h2:has(+ p) {
  margin-bottom: 12px;
}
p.textCenter:has(+ .row) {
  margin-bottom: 30px;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  cursor: default;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  z-index: 9999 !important;
}
.white{
  color: white!important;
}
.pink{
  color: #FB9EB0;
}
.button {
  background-color: #80C8BE;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-shadow: none;
  padding: 10px 35px;
  border-radius: 35px;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  width: fit-content;
  white-space: nowrap;
  border: 1px solid #80C8BE;
}
.button.p{
  font-size: 16px;
}
.button:hover {
  background-color: #6DB2A9;
}

.button.white{
  background-color: transparent;
  border: 1px solid #fff;
}

.button.outlined{
  background-color: #fff;
  color: #80C8BE;
}

.button.outlined2{
  background-color: transparent;
  color: #FFF;
  border: 1px solid #fff;
}

.button.outlined2:hover{
  background-color: #80C8BE;
  color: #FFF;
  border: 1px solid #80C8BE;
}

.button.outlined:hover{
  background-color: #80C8BE;
  color: #FFF;
}

.button.white:hover{
  background-color: #80C8BE;
  border: 1px solid #80C8BE;
}

.slider-caption a.button2,.button2 {
  background-color: #000;
  color: white;
}

.slider-caption a.button2:hover,.button2:hover {
  background-color: #23b0ba;
  color: white;
}

.slider-caption a.button3,.button3 {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.slider-caption a.button3:hover,.button3:hover {
  background-color: #23b0ba;
  color:#fff;
  border: 1px solid #23b0ba;
}
.button4 {
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  text-shadow: none;
  padding: 0 35px;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.button4:hover {
  background-color: #734f0d;
}
.button-outlined {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  font-size: 16px;
  text-shadow: none;
  letter-spacing: 0;
  padding: 15px 25px;
  text-transform: none;
  height: auto;
  line-height: 1.3;
  text-decoration: none;
}
.button-outlined:hover {
  background-color: #23b0ba;
  border: 1px solid #23b0ba;
  color: #fff;
}

.button3 + .button-outlined {
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  line-height: 50px;
}

.link {
  color: #cc9739;
  border-bottom: 1px solid #cc9739;
}
.linkarrow {
  color: #cc9739;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.linkarrow:after {
  content: "\203A";
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: normal;
  margin-left: 5px;
  font-weight: 100;
}

.swiper-nav {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-nav.swiper-prev.center{
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  z-index: 3;
}

.swiper-nav.swiper-next.center{
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  z-index: 3;
  
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  width: 8px !important;
  height: 8px !important;
  min-width: unset !important;
  min-height: unset !important;
  padding: 0 !important;
  margin: 0 5px !important;
  background: #000 !important;
  border-radius: 50% !important;
  display: inline-block !important;
  transition: all 0.3s ease;
  opacity:0.2;
}

.owl-dot.active {
  background: #6C6C6C !important;
  opacity:1;
}


.swiper-nav svg{
  max-width: 25px;
}
.swiper-nav.swiper-prev svg{
  fill: #FB9EB0;
}
.swiper-nav.swiper-prev{
  background-color: #fff;
  color: #FB9EB0;
}

.swiper-nav.swiper-next{
  background-color: #FB9EB0;
  color: #fff;
}
.swiper-nav.swiper-next svg{
  fill: #FFF;
}

.link.textWhite {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.bg-grey {
  background-color: #f2f2f2;
}
.loadingDiv {
  display: none;
}
#footerWhatsapp {
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 99999;
    cursor: pointer;
    opacity: 1;
    display:flex;
    gap:5px;
    flex-direction:column;
    align-items:center;
    transition: opacity, bottom 0.2s ease;
    -moz-transition: opacity, bottom 0.2s ease;
    -webkit-transition: opacity, bottom 0.2s ease;
}
#footerWhatsapp img{
    max-width:150px;
}
#noticeDivSubscription {
  max-width: 420px;
  margin-right: 0;
  margin-left: auto;
  padding: 0.5rem 1rem;
  margin-top: 10px;
}
#noticeDiv,
#noticeDiv2,
#noticeDivApplication {
  display: none;
  margin-right: 0;
  margin-left: auto;
  padding: 0.5rem 1rem;
  margin-top: 10px;
}
.text-right {
  text-align: right;
}
.style-msg {
  margin: 10px auto;
  padding: 5px;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-400 {
  font-weight: 400;
}
.mt-35 {
  margin-top: 35px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-30{
    margin-bottom:30px;
}
.mb-25{
    margin-bottom:25px;
}
.mb-30-15{
    margin-bottom:30px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-50{
    margin-bottom:50px;
}
.textWhite {
  color: white;
}
.textCenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image_absolute {
  z-index: 2;
  width: 100%;

  background-size: cover !important;
  display: flex;
  align-items: center;
  aspect-ratio:100/27.78;
}

.top_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  min-height: 320px;
}


p:has(img) {
  opacity: 1;
}

.sm-form-control {
  border: 1px solid #cecece;
  height: 100%;
  padding: 20px 30px;
  font-size: 16px;
  border-radius: 33px;
}

select.sm-form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.sm-form-control.grey{
  background-color: #EBEBEB;
}
.sm-form-control.grey option{
    background-color:#fff;
  
}

.navigation-flex-center{
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media(max-width:991px){
    .image_absolute {
 aspect-ratio:auto;
  min-height: 200px;

}
.top_banner{
    min-height:200px;
}

.playfair-title:not(:has(+ p)) {
  margin-bottom: 30px;
}

.playfair-title:has(+ p.textCenter) + p.textCenter {
  margin-bottom: 30px;
}

.footerWhatsapp{
    
    right:15px;
}
}

@media(max-width:767px){
    #footerWhatsapp svg{
        width:50px;
    }
    #footerWhatsapp{
    bottom:75px;
    right:25px;
}
.mb-30-15{
    margin-bottom:15px;
}
.image_absolute .h2{
    font-size:26px;
}
}

/*	------------------------ General END -------------------------- */

/*	------------------------ Header -------------------------- */

.top-message {
  background-color: #000;
}
.top-message .flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.top-message .content p {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  opacity: 1;
}
.top-message .content p a {
  color: #fff;
  font-weight: 500;
}

.top-message .content p a:hover {
  color: #23b0ba;
  font-weight: 500;
}

.countdownbox {
  display: flex;
}
.countdownbox .box {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.countdownbox .box:last-child {
  margin-right: 0;
}
.countdownbox .countdown {
  background-color: #ffffff;
  padding: 1px;
  border-radius: 5px;
  color: #242422;
  width: 45px;
  text-align: center;
}
.countdownbox .countdown + span {
  font-size: 12px;
  color: white;
  font-weight: 300;
  line-height: 1;
  margin-top: 3px;
}

#logo img {
  height: 60px;
  width: auto;
}
.header-outter-flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  max-height: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-inner-flexbox {
  display: flex;
  width:100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  position:relative;
  justify-content: space-between;
  /*width: calc(100% - 550px);*/
  /*width: calc(100% - 300px);*/
}
#primary-menu-container {
}
#primary-menu-container .outter-flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
#primary-menu > div > ul {
  padding: 0;
}
#primary-menu > div > ul > li {
}
/*#primary-menu > div > ul > li.current,*/
/*#primary-menu > div > ul > li:has(.current) {*/
/*  border-bottom: 2px solid #23b0ba;*/
/*}*/
#primary-menu > div > ul > li.current.contact {
  background: #23b0ba
}
#primary-menu > div > ul > li.current.contact a {
  color: #fff;
}
#primary-menu > div > ul > li.current.contact {
  border-bottom: none;
}
.top-search-open .header-inner-flexbox {
  /*width: calc(100% - 475px);*/
  flex-wrap: nowrap;
  overflow: hidden;
  /*   -webkit-transition: width .3s ease;*/
  /*-o-transition: width .3s ease;*/
  /*transition: width .3s ease;*/
}
.header-outter-flexbox .topinfo {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
#header .header-info {
  height: 100%;
}
#header .header-info .infobox.top-contact .flexbox {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
#header .header-info .infobox.top-contact .flexbox svg {
  margin-right: 10px;
}
#header .header-info .infobox.top-contact .flexbox .text {
  line-height: normal;
}
#header .header-info .infobox.top-contact .flexbox .text span {
  display: block;
  color: black;
  letter-spacing: 1.3px;
  font-size: 13px;
}
#header .header-info .infobox.top-contact .flexbox .text span.number {
  font-weight: 500;
  letter-spacing: 0;
}
#header .header-info .infobox.others > div:not(.top-cart-content) {
  height: 100%;
}
#header .header-info .infobox.others ul {
  height: 100%;
}
#primary-menu {
  width: 100%;
  max-width: 750px;
  flex:1;
  padding: 10px 10px 10px 10px;
  background-color: white;
  /*width: 100%;*/
}
#primary-menu ul li.contact {
  padding: 15px 25px;
  background: #000;
  color: #fff;
}

#primary-menu ul li.contact:hover{
    background:#23b0ba;
}
#primary-menu > div > ul > li.contact > a:hover{
    color:#fff;
}
#primary-menu ul li.contact a {
  color: #fff;
}
#primary-menu > div > ul > li:first-child > a {
  padding-left: 0;
}
#primary-menu > div > ul > li > a > img {
  height: 14px;
}

#primary-menu ul li a + ul.category-nav:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 60px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  z-index: 1;
}
#primary-menu ul ul.category-nav {
  /*display: flex;*/
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: max-content;
  max-width: 660px;
  top: 55px;
  z-index: 2;
  border-top: none;
  border-radius: 8px;
  padding: 25px 20px;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.15));
}
#primary-menu ul ul.category-nav li {
  flex: 0 0 33.3333%;
}
#primary-menu ul ul.category-nav li a {
  padding: 15px 10px;
}
#primary-menu ul ul li:hover{
  border-radius: 6px;
  background: #FB9EB0;
}
#primary-menu ul ul li:hover > a {
  background-color: transparent;
  color: #FFF;
}
#primary-menu ul ul li.current a:hover {
  color: #FFF;
}
#primary-menu ul ul li.current a {
  color: #fff;
}

#primary-menu ul ul li.current  {
  border-radius: 6px;
  background-color: #FB9EB0;
}

.searchbutton {
  border: none;
  /*border-radius: 0 8px 8px 0;*/
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 0;
}
.searchbutton span {
  color: white;
  font-family: "Inter", sans-serif;
}
#header .header-info .infobox.others .searchbutton svg#search_icon {
  height: 13px;
  padding-left: 0;
  padding-right: 5px;
  width: auto;
  display: block;
}
.mobile-drawer .searchbutton svg#search_icon {
  height: 13px;
  padding-left: 0;
  padding-right: 5px;
  width: auto;
  display: block;
}
#top-cart {
  position: relative;
}
#header .header-info .infobox.others li#top-cart svg {
  padding-right: 15px;
}
#top-cart #cartQty {
  top: -5px;
}

.top-search-open #primary-menu > div > ul {
  display: -webkit-inline-box;
}
.top-search-open .searchbutton {
  border-radius: 0 8px 8px 0;
}
.top-search-open #top-search form {
  width: 350px;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  animation-delay: 2s;
}
.top-search-open #top-search form input {
  width: calc(100% - 65px);
  padding: 12px 16px;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  animation-delay: 2s;
}

.highlight-buttons ul {
  width: 300px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  margin: 0;
}
.highlight-buttons > ul li {
  /*width: calc(50% - 10px);*/
  text-align: center;
  position: relative;
}
.highlight-buttons > ul li > a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.highlight-buttons > ul li > a:has(i) {
  padding-right: 20px;
}
.highlight-buttons ul li i {
  position: relative;
  font-size: 14px !important;
  top: 1px;
  width: 14px;
  text-align: center;
  margin-left: 5px;
  margin-right: 0;
  -webkit-transition: line-height 0.4s ease;
  -o-transition: line-height 0.4s ease;
  transition: line-height 0.4s ease;
}
.highlight-buttons ul {
  list-style: none;
  height: 50px;
}
.highlight-buttons ul ul {
  display: none;
  position: absolute;
  width: 220px;
  background-color: #fff;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-top: 2px solid #ac8c5e;
  height: auto;
  z-index: 199;
  top: auto;
  /*top: 48px;*/
  right: 0;
  margin: 0;
  padding: 0;
}
.highlight-buttons ul ul a {
  font-size: 14px;
  font-weight: 500;
  height: auto;
  color: #666;
  padding: 10px 15px;
  border: 0;
  letter-spacing: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.highlight-buttons ul ul li:hover > a {
  color: #734f0d;
  padding-left: 18px;
}

/*mega menu styling*/
#primary-menu-container .container-fluid {
  position: relative;
}
body.stretched
  #header.full-header
  #primary-menu
  ul
  li.mega-menu
  .mega-menu-content {
  width: 100% !important;
  margin: 0;
}
#primary-menu ul li .mega-menu-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: none;
  height: auto;
  z-index: 199;
  top: 0px;
  margin: 0;
  left: 0;
  max-height: 550px;
  width: 765px;
  overflow: hidden;
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.3);
}
.mega-menu-content > .row {
  margin-left: 0;
  margin-right: 0;
}
.mega-menu-content > .row > .megamenu-listcol {
  background-color: #fff;
  padding: 30px 0 10px;
  /*width: 28%;*/
  overflow-y: auto;
}
.mega-menu-content > .row > .megamenu-contentcol {
  /*width: 72%;*/
  padding: 0;
}
.mega-menu-content > .row > .megamenu-contentcol .contentheader {
  position: relative;
  height: 100%;
  background-color: #f5f5f5;
  padding: 30px;
}
.mega-menu-content > .row > .megamenu-contentcol .contentheader .imagecol {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.mega-menu-content > .row > .megamenu-contentcol .contentheader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mega-menu-content
  > .row
  > .megamenu-contentcol
  .contentheader
  .imagecol::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.61) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}
.mega-menu-content > .row > .megamenu-contentcol .contentheader .hc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px 0 20px 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 100%;
}
.mega-menu-content > .row > .megamenu-contentcol .contentheader .hc > div {
  background-color: #e78238;
  border-radius: 10px;
  display: inline-block;
  color: white;
  font-size: 16px;
  padding: 5px 20px;
  margin-bottom: 20px;
}
.mega-menu-content > .row > .megamenu-contentcol .contentheader .hc > h3 {
  margin-bottom: 20px;
  color: #fff;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.mega-menu-content > .row > .megamenu-contentcol .contentheader .hc > p {
  color: black;
  font-size: 15px;
}
#primary-menu
  .mega-menu-content
  > .row
  > .megamenu-contentcol
  .contentheader
  .hc
  .button {
  padding: 15px 24px;
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  height: auto;
}
.mega-menu-content > .row > .megamenu-listcol .sticky {
  position: sticky;
  top: 0;
  left: 0;
}
#primary-menu ul li > .mega-menu-content .magemenu-category-title {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  padding: 10px 30px;
  cursor: default;
  margin-bottom: 10px;
  font-size: 16px;
}
#primary-menu ul li > .mega-menu-content .magemenu-category-title + .row {
  margin: 0;
  padding-bottom: 30px;
}
#primary-menu
  ul
  li
  > .mega-menu-content
  .magemenu-category-title
  + .row
  > .col-md-6 {
  padding: 0;
}
#primary-menu ul li > .mega-menu-content .megamenu-listcol ul {
  top: 0;
  width: 100%;
  box-shadow: none;
  padding: 0 30px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  overflow: hidden;
}
#primary-menu ul li > .mega-menu-content ul > li {
  border-radius: 0;
  max-width: 50%;
  flex: 0 0 48%;
}
#primary-menu ul li > .mega-menu-content ul > li > a {
  color: black;
  text-transform: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  font-size: 14px;
}
#primary-menu ul li > .mega-menu-content ul > li > a span {
  display: block;
  transition: all 0.2s ease-in-out;
}
#primary-menu ul li > .mega-menu-content ul > li > a span img {
  filter: none;
  max-height: 10px;
  width: 100%;
}
#primary-menu ul li .mega-menu-content ul > li.current > a,
#primary-menu ul li .mega-menu-content ul > li:hover > a {
  color: #b68009;
  background-color: transparent;
}
.mega-menu-content > .row > .megamenu-listcol::-webkit-scrollbar {
  width: 6px;
}
.mega-menu-content > .row > .megamenu-listcol::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.mega-menu-content > .row > .megamenu-listcol::-webkit-scrollbar-thumb {
  background: #b68009;
}
.mega-menu-content > .row > .megamenu-listcol::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.megamenu-copyright {
  border-top: 1px solid #cecece;
  padding: 20px 30px;
}
.megamenu-copyright .socialmedia {
  margin: 0;
}
.megamenu-copyright .socialmedia .col {
  padding-right: 3px;
  padding-left: 3px;
  max-width: 30px;
}
#primary-menu .megamenu-copyright .socialmedia .col a:has(svg) {
  padding: 0;
}
.megamenu-copyright .socialmedia svg {
  fill: #d1d1d1;
  margin-bottom: 12px;
}
.megamenu-copyright .socialmedia + p {
  font-size: 10px;
  font-weight: 300;
  line-height: normal;
}
.specialtiesmegamenu .magemenu-category-title + .row ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mega-menu-content > .row > .megamenu-listcol .row > .col-md-12 {
  padding: 0;
}
/*#primary-menu ul li.specialtiesmegamenu .mega-menu-content{display: block !important; opacity: 0; z-index: 0;}*/
#primary-menu .specialtiesmegamenu .magemenu-category-title + .row ul li {
  max-width: 25%;
  flex: 0 0 23.5%;
}
.contentstart {
  position: relative;
  z-index: 2;
}
.contentstart:has(.modal.show) {
  z-index: auto;
}
#primary-menu > div:has(ul) {
  position: relative;
  width: 100%;
}
#primary-menu > div > ul {
  width: 100%;
}

@media(max-width:1750px){
  /*#primary-menu{*/
  /*  max-width: 650px;*/
  /*}*/
}

@media(max-width:1699px){
    #primary-menu{
        max-width:700px;
    }
}

@media(max-width:1299px){
    #primary-menu{
        max-width:600px;
    }
}

@media(max-width:1099px){
    #primary-menu{
        max-width:550px;
    }
}
/*	------------------------ Header END -------------------------- */

/*	------------------------ Footer -------------------------- */
#footer p{
  opacity: 1;
}

#footer .logo{
  max-width: 250px;

}





#footer .service-column{
  columns:2;
}

#footer .contact-info{
  display: flex;
  align-items: center;
  gap: 10px;
}

#footer .contact-info p{
margin: 0;
}

#footer .contact-info a{
font-size: 16px;
}


#footer .social .flexbox{
  gap: 15px;
}


.ctabox {
  background-color: #faf6ed;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
}
.ctabox .col-12:has(.content) {
  display: flex;
  justify-content: center;
  position: relative;
}
.ctabox .content {
  padding: 75px 20px;
  width: calc(100% - 140px);
  z-index: 2;
}
.ctabox .col-12:has(.content)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/layout/cta-ele-1.svg");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
}
.ctabox .col-12:has(.content)::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: calc(var(--bs-gutter-x) * -0.5);
  background-image: url("../images/layout/cta-ele-2.svg");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 1;
}
.ctabox .content .h1 {
  margin-bottom: 15px;
  display: flex;
  width: auto;
}
.ctabox .content .h3 {
  margin-bottom: 40px;
  display: flex;
  width: auto;
  font-weight: 400;
}
.ctabox .content p:has(a) {
  margin-bottom: 0;
  display: flex;
  width: auto;
}
.ctabox .imagecol img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}



#merchantimg img {
  max-height: 23px;
}
.address p {
  font-size: 16px;
  color: #fff;
}
#footer .footer-widgets-wrap > .row {
  justify-content: space-between;
  padding-bottom: 60px;
}
/*#footer .socialmedia{margin-top: 18px;}*/
#footerSocialContacts .socialmedia {
  justify-content: flex-end;
}
#footerSocialContacts .socialmedia .col {
  padding-right: 3px;
  padding-left: 3px;
  max-width: 20%;
}
#footerSocialContacts .socialmedia .col:first-child {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
#footerSocialContacts .socialmedia .col:last-child {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.socialmedia a {
  display: block;
}
.socialmedia a svg {
  width: 100%;
  max-width: 20px;
  height: auto;
  /*margin-right: 6px;*/
  /*margin-top: 6px;*/
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  margin-bottom: 15px;
}
.socialmedia a:hover svg {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
#footer .widget_links a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#footer .widget_links a:hover {
  color: #FB9EB0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#footer .footer-widgets-wrap h4 {
  margin-top: 20px;
}
#subscription {
  background-color: #f5f5f5;
  padding-top: 23px;
  padding-bottom: 23px;
}
#subscription .row {
  align-items: center;
}
#subscription h4,
#subscription form {
  margin-bottom: 0;
}
#subscription form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
#subscription form input {
  width: calc(100% - 95px);
  max-width: 325px;
  border-radius: 8px 0 0 8px;
  height: 55px;
  padding-left: 25px;
  border-right: none;
}
#subscription form button {
  height: 55px;
}

#footerSocialContacts {
  margin-top: 60px;
  margin-bottom: 15px;
}
#footerCompContacts .col {
  flex: 0 0 21%;
  max-width: 21%;
  min-width: 195px;
}
#footerCompContacts .col.email {
  flex: 0 0 26%;
  max-width: 26%;
}
#footerCompContacts .flexbox {
  justify-content: center;
  margin-bottom: 15px;
}
#footerCompContacts .flexbox svg {
  height: 23px;
  width: 23px;
  margin-right: 10px;
  object-fit: contain;
}
#footerCompContacts a .text {
  width: calc(100% - 33px);
}
#footerCompContacts a .text .number {
  color: white;
}
#footerCompContacts a:hover .text .number {
  color: #cc9739;
}

#footer .social{
  display: flex;
  align-items: center;
}

#footer .social .social-info{
  display: flex;
  margin: 0 15px;
  gap: 15px;
}

#footer .horizontal-line{
  flex: 1;
  width: 100%;
  height: 1px;
  background-color: #DCC4B1;
}

#footerCart svg {
  fill: #ac8c5e;
  max-width: 29px;
}
#copyrights .col-12 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#copyrights .copyrights-container{
    display:flex;
    justify-content: space-between;
}
#copyrights p{
  margin-bottom: 0;
}
#copyrights a {
  color: #4B4B4B;
}
#copyrights .flexbox{
  gap: 15px;
}
#copyrights a:hover {
  color: #FB9EB0;
}

@media(max-width:1200px){
  #footer .service-column{
    columns: 1;
  }
}


@media(max-width:767px){
    #copyrights .copyrights-container{
        flex-wrap:wrap;
        justify-content:start;
    }
    #copyrights p.footerp{
        font-size:14px;
    }
    #copyrights .flexbox{
        flex-wrap:wrap;
        justify-content:space-between;
        gap:5px
    }
    #footer .social{
        margin-bottom:20px;
    }
    
    #footer .column-group{
        margin-bottom:5px;
    }
    
    .mb-20-sm{
        margin-bottom:20px;
    }
    #footer p{
        font-size:16px;
        margin-bottom:8px;
    }
    #footer .widget_links a{
        font-size:14px;
    }
}
/*	------------------------ Footer END -------------------------- */

/*	------------------------ Home -------------------------- */
/*#slider .container-fluid.banner{*/
/*  max-width: calc(100% - 200px);*/
/*}*/
#slider .swiper-pagination,
#sliderm .swiper-pagination {
  width: 100%;
  bottom: 50px !important;
  text-align: center;
}
#slider .swiper-pagination span,
#sliderm .swiper-pagination span {
  background-color: rgba(251, 158, 176,1);
}
#slider .swiper-pagination span.swiper-pagination-bullet-active,
#sliderm .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #FB9EB0;
}
#slider .swiper-slide-bg {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
 
}
#slider a:has(> .slider-caption),
#sliderm a:has(> .slider-caption) {
  display: block;
  width: 100%;
  height: 100%;
}
#slider a .slider-caption,
#sliderm a .slider-caption,
.slider-caption-container {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
#slider ~ #content,
#sliderm ~ #content {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
#slider .swiper-navs .swiper-button-disabled,
#sliderm .swiper-navs .swiper-button-disabled {
  display: none;
}
#sliderm {
  aspect-ratio: 900 / 1200;
}
#sliderm .swiper-slide-bg {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
}
#sliderm .slider-caption {
  max-width: 100%;
  padding-top: 60px;
  position: relative;
  left: auto;
  top: auto;
}
#featured-caption {
  padding: 120px 0 60px;
}
#content.homepage {
  background-color: #74500d !important;
  z-index: 2 !important;
}
#content.homepage .container-fluid,
#content.homepage .container-fluid > .row {
  height: 100%;
}
#content.homepage .container-fluid > .row {
  align-items: center;
}
#content.homepage p,
#content.homepage h2 {
  color: white;
}
#content.homepage .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
#content.homepage .content p:has(.button3) {
  margin-top: 40px;
}
#content.homepage .content .button3:hover {
  background-color: white;
  color: #734f0d;
}
@media (min-width: 768px) {
  #content.homepage {
    aspect-ratio: 1600 / 650;
    background-image: url("../images/layout/WELLNESS_LOUNGE.webp?v1") !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
    background-size: 70% auto !important;
  }
}

#about.homepage{
  padding-bottom: 0;
}

#about.homepage .about-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#about.homepage .about-title{
  margin-bottom: 55px;  
}

#about.homepage .listing-item{
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

#about.homepage .listing-item .listing-content p{
  margin: 0;
}

#about.homepage a.button{
  margin-top: 55px;
}

.border-radius-20{
border-radius: 20px;
height: 100%;
}

#symptoms .row{
  margin-top: 30px;
}
.grid-container{
  display: grid;
row-gap: 20px;
column-gap: 20px;
grid-template-columns: repeat(2, minmax(0, 1fr));
}

#symptoms .grid-item{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: self-start;
padding: 40px;
gap: 10px;
flex-shrink: 0;
border-radius: 20px;
border: 1px solid #FB9EB0;
background: #FFF9F9;
}

#symptoms .grid-item .grid-desc{
    margin-top:auto;
}

#symptoms .grid-item img{
  max-width: 50px;
}

#symptoms .grid-item h4,#symptoms .grid-item p{
  margin: 0;
}


#intimate{
  background: url(../images/hermone/intimate.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1440/ 600;
}

#intimate .row,#intimate .container-fluid{
  height: 100%;
}

#beauty{
  overflow: hidden;
  padding-bottom:30px;
}

#beauty .beauty-container{
  border-radius: 33px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  aspect-ratio: 1 /1;
  padding: 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  isolation: isolate;
}
#beauty .beauty-content{
  position: relative;
  z-index: 2;
  color: #fff;
  transform: translateY(100%);
  opacity: 0;
 transition: opacity 0.5s ease, transform 0.5s ease;
}

#beauty .beauty-content .flexbox{
    gap:5px;
}

#beauty .beauty-container:hover .beauty-overlay,#beauty .beauty-container:hover .beauty-content{
  opacity: 1;
  transform: translateY(0);
}

#beauty .beauty-overlay{
background: linear-gradient(180deg, rgba(251, 158, 176, 0.00) 20.08%, #FB9EB0 );
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
width: 100%;
height:200px;
opacity: 0;
  transform: translateY(100%);   /* start hidden below */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#beauty .beauty-swiper{
  width: 75%;
}

#beauty .beauty-content .description{
      display: -webkit-box;
      -webkit-line-clamp: 2;       
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
}

#product{
  background: url(../images/hermone/product-bg2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1440/ 458;
}

#product.homepage .row,#product.homepage .container-fluid{
  height: 100%;
}

#review{
  background-color: #F3FAF8;
  overflow: hidden;
}

#review .nav{
  gap: 20px;
  flex-direction: row;
}

#review .row{
  margin-bottom: 40px;
}

#review .review-container{
  padding: 40px;
  flex:1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  height: 100%;
}
#review .swiper-wrapper{
    align-items:stretch;
}
#review .swiper-slide{
  display:flex;
}

#review .review-container svg{
    min-height:25px;
  margin-bottom: 30px;
}

#review .swiper-pagination{
  position: relative;
  margin-top: 60px;
}

#review .swiper-pagination .swiper-pagination-bullet-active{
  background:#6C6C6C;
}

#review .sm-text{
  color: #6C6C6C;
  margin-top: auto;
  margin-bottom:0;
}

@media(max-width:767px){
    .border-radius-20{
    border-radius: 20px;
    height: auto;
    width:100%;
    }
    #review .review-container svg{
        min-height:25px;
        margin-bottom:10px;
    }
    #about.homepage a.button{
        margin-top:20px;
    }
    #about.homepage .about-title{
        margin-bottom:30px;
    }
  .grid-container{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #intimate{
      background: url(../images/hermone/intimate-mobile.webp);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      aspect-ratio: auto;
      width:100%;
      padding-top:0;
    }
   #intimate .row, #intimate .container-fluid{
    height:auto;
   }
    
  #intimate{
    aspect-ratio: 1/1;
  } 
  #product{
      background: url(../images/hermone/product-m.jpg);
      background-position: bottom;
      background-size: cover;
      background-repeat: no-repeat;
    }
    #product.homepage .row, #product.homepage .container-fluid{
        height:auto;
    }
    #product{
        aspect-ratio:4/5
    }
    

  .swiper-nav.swiper-prev.center{
    left: 20px;
  }
  .swiper-nav.swiper-next.center{
    right: 20px;
  }
  #beauty{
      padding-bottom:30px;
  }
  #beauty .beauty-swiper{
    width: 100%;
  }
  #beauty .beauty-container{
    padding: 20px;
  }
  #beauty .beauty-content{
      opacity:1;
      transform: translateY(0);
  }
  #beauty .beauty-overlay{
      transform: translateY(0);
      opacity:1;
  }
  #review .row{
    margin-bottom: 20px;
  }
  #review .swiper-pagination{
    margin-top: 30px;
  }
  #about.homepage .listing-item img{
      max-width:40px;
  }
  #about.homepage .listing-item{
      gap:10px;
  }
  #about.homepage .listing-item h4{
      font-size:16px;
  }
}
@media(max-width:400px){
    #product{
        aspect-ratio:4/6;
    }
}

/*	------------------------ Home END -------------------------- */

/*	------------------------ About Us -------------------------- */


#bread_contact_banner {
  background-color: #FFF9F9;
  padding: 15px 0;
  top: auto;
  position: relative;
  border: none;

}
.topcrumb {
  padding: 0;

}
#bread_contact_banner .topcrumb{
  text-align: center;
}
.topcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topcrumb ul li {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
}
.topcrumb ul li a {
  color: #FFF;
}
#bread_contact_banner .topcrumb ul li, #bread_contact_banner .topcrumb ul li a{
  color: #4D4D4D;
}


#banner.aboutuspage {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #banner.aboutuspage {
    aspect-ratio: 1440 / 615;
    background-size: cover;
    background-position: top right;
    background-image: url("../images/layout/aboutus-banner.webp");
  }
}
#banner.aboutuspage .container-fluid {
  height: 100%;
}
#banner.aboutuspage .container-fluid .row {
  height: 100%;
  align-items: center;
}
#banner.aboutuspage p:has(.tag) {
  margin-bottom: 16px;
}
#banner.aboutuspage .tag {
  border-radius: 100px;
  background: #ebe3d1;
  color: #74500c;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
}
#banner.aboutuspage h1 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 16px;
}
#banner.aboutuspage h3 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}
#banner.aboutuspage h3 + svg {
  margin-top: 50px;
}

/* .banner-content{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} */

#content.about .content-wrapper p{
    text-align:justify;
}

#content.about .content-wrapper{
    display:flex;
    justify-content:space-between;
    gap:70px;
    margin-bottom:30px;
}

#content.about .content-wrapper > div{
    flex:1;
}

#vision{
  background: url(../images/hermone/vision.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1440/ 600;
}

#vision .row,#vision .container-fluid{
  height: 100%;
}

#vision .white-container{
  padding: 50px 65px;
  background-color: #fff;
  border-radius: 20px;
}

#vision .white-container h4{
 margin: 0;
 font-weight: 500;
 color: #4B4B4B;
}

#mission .pink{
  margin-bottom:30px;
}

#mission .mission-title{
  margin-bottom: 40px;
}

#mission .listing-item{
  padding: 35px 40px;
  display: flex;
  gap: 25px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #FB9EB0;
  margin-bottom: 30px;
}

#mission .listing-item:last-child{
  margin-bottom: 0;
}

#mission .listing-item p{
  margin: 0;
}

#corevalue{
  background-color: #FFF2F2;
}

#corevalue .corevalue-title{
  margin-bottom: 30px;
}

#corevalue .listing-item{
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

#corevalue .listing-item:last-child{
  margin-bottom: 0;
}

#corevalue .listing-item p{
  color: #3B3B3B;
  margin-bottom:0;
}

#corevalue .img-wrapper img,#mission .img-wrapper img{
  width: 100%;
}

#specialty{
    padding-bottom:0;
}

#specialty .specialty-item{
  padding: 60px;
  border-radius: 20px;
  height: 100%;
  border: 1px solid #FB9EB0;
}

#specialty .specialty-item h4{
  margin-bottom: 20px;
}

#certificate .swiper-slide{
    margin-top:auto;
    margin-bottom:auto;
}

#certificate .certificate-container img{
  width: 100%;
  object-fit: contain;
}

#certificate .certificate-swiper .swiper-slide img {
    opacity: 1;
    transform: scale(0.9);
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
    border-radius: 10px;

}

#certificate .certificate-swiper .swiper-slide-active img {
    opacity: 1;
    transform: scale(1); 
}

#certificate .certificate-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(91, 91, 91, 0.56);
  border-radius: 10px;
  transition: all 0.3s ease;
  opacity: 1;
  pointer-events: none;
  transform: scale(0.9);
}


#certificate .swiper-slide-active .certificate-container img {
  transform: scale(1);
}

#certificate .swiper-slide-active .certificate-container::after {
  opacity: 0;
}

#certificate .swiper-pagination{
  position: relative;
  margin-top: 30px;
}
#certificate .swiper-pagination .swiper-pagination-bullet-active{
    background: #6C6C6C;
}

@media(min-width:1200px){
    
#mission .row .col-left{
    padding-right:50px;
}
#mission .row .col-right{
    padding-left:50px;
}

#corevalue .row .col-left{
    padding-right:50px;
}
#corevalue .row .col-right{
    padding-left:50px;
}

}

@media(max-width:991px){
    #content.about .content-wrapper{
        display:block;
    }
}

@media(max-width:767px){
  #vision{
    background: url(../images/hermone/vision-mobile.webp);
    background-position: bottom;
      background-size: cover;
      background-repeat: no-repeat;
    aspect-ratio: 4/5;
  }
  #vision .white-container{
      padding:30px;
  }
  
  #vision .row,#vision .container-fluid{
      height: auto;
    }
    

  #specialty .specialty-item{
    padding: 30px;
  }
  #specialty{
    padding-bottom: 0;
  }
  
  #corevalue .row{
      flex-direction:column-reverse;
  }
  #corevalue .listing-item p{
        font-size:20px;
    }
    #certificate{
        padding-top:30px;
    }
}
@media(max-width:400px){
    #vision{
        aspect-ratio:4/6;
    }
    #mission .listing-item{
        padding:30px 15px;
    }
    #mission .listing-item img{
        max-width:60px;
    }
    #corevalue .listing-item img{
        max-width: 60px;
    }
    
}
/*	------------------------ About Us END -------------------------- */


/* ------------------------ Listing Page Start ------------------------ */
#content.listingpage{
  padding-bottom: 0;
}

#listing .listing-item {
  padding: 40px;
  aspect-ratio: 4/5;
  color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: flex-end; 
  position: relative;
  overflow: hidden;
}
@media(max-width:767px){
    #listing .list-column{
    padding:0 5px;
    margin-bottom:10px;
}
}


#listing .listing-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  height: 100%;
  border-radius: 20px;
  background: rgba(128, 200, 190, 0.90);
}

#listing .listing-item:hover .listing-overlay{

  opacity: 1;

}

#listing .list-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}

#listing .list-extra {
 
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease-in-out;
}

#listing .list-extra .list-desc{
    display: -webkit-box;
  -webkit-line-clamp: 2;       
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#listing .listing-item .list-extra  h4{
    margin:0;
}
#listing .listing-item .list-extra .flexbox{
    gap:5px;
}


#listing .listing-item:hover .list-extra {
  max-height: 500px; 
  opacity: 1;
  transform: translateY(0);
}

#listing-load-more{
  margin: auto;
}

@media(max-width:767px){
    #listing .listing-item:hover .list-extra{
        display:none;
    }
  #listing{
    padding-top: 30px;
  }
  #content.listdetailpage{
    padding-top: 30px;
  }
  #listing .listing-item{
      padding:10px;
  }
  #listing .list-content h4{
      font-size:16px;
  }
    #listing .listing-overlay{
        opacity:1;
        background: linear-gradient(180deg, rgba(251, 158, 176, 0.00) 50.08%, #80C8BEE6 );
    }

}




/* ------------------------ Listing Page End ------------------------ */


/* ------------------------ Listing Detail page Start ------------------------ */
#content.listdetailpage .category{
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #FB9EB0;
}
#content.listdetailpage p img{border-radius: 20px;}
#content.listdetailpage .col-12 > p:first-child img{
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}
.whatsapp-now a {
  color: #0d6efd; 
  display:inline-flex;
  align-items:center;
}

.whatsapp-now a:hover {
  color: #0a58ca; 
}

.whatsapp-now .fa-whatsapp {
  color: #25D366; 
  font-size:25px;
}

.picture img{
    margin-bottom:24px;
}
.btgrid.picture p{
    margin-bottom:0;
}


#content.listdetailpage .list-item{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 20px;
}

#content.listdetailpage .item-title{
  margin: 0;
}

#content.listdetailpage .list-item:hover .item-title,#content.listdetailpage a.current .item-title{
  color: #FB9EB0;
}

#content.listdetailpage .list-item:hover svg .circle,#content.listdetailpage a.current svg .circle{
  fill: #FB9EB0;
  stroke: none;
}

#content.listdetailpage .list-item:hover svg .arrow,#content.listdetailpage a.current svg .arrow{
  fill: #fff;
}


#content.listdetailpage  .grid-item{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 60px ;
  background-color: #FFF6F8;
  border-radius: 10px;
  height:100%;
}

#content.listdetailpage  .grid-item h4{
  margin: 0;
}

#content.listdetailpage .green .grid-item{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 60px ;
  background-color: #F3FAF8;
  border-radius: 10px;
}

#content.listdetailpage .col-12:has(.grid-item){
 margin-bottom:25px;
}

#content.listdetailpage .content:has(.grid-item){
 height:100%;
}


#content.listdetailpage{
  padding-bottom:0;
}

#relatedInfo .info-container{
  overflow: hidden;
  border-radius: 33px;
  border: 1px solid #E2E2E2;
  margin-top: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#relatedInfo .info-container .img-wrapper img{
  aspect-ratio: 3/2;
  object-fit: cover;
}

#relatedInfo .info-container .info-content{
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#relatedInfo .info-container .info-content .button{
  margin-top: auto;
}
#relatedInfo .relatedInfo-swiper{
  padding-bottom: 40px;
}
#relatedInfo .swiper-slide{
  height: auto;
}

#relatedInfo .swiper-pagination{
  position: relative;
  margin-top: 60px;
}
#relatedInfo .swiper-pagination .swiper-pagination-bullet-active{
    background: #6C6C6C;
}

#relatedInfo .info-container .info-content p{
    display: -webkit-box;
  -webkit-line-clamp: 2;       
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media(max-width:767px){
    #relatedInfo .relatedInfo-swiper{
      padding-bottom: 0;
    }
    #content.listdetailpage  .grid-item{
        padding:30px;
    }
    #content.listdetailpage .green .grid-item{
        padding:30px;
    }
    #top_banner .container-fluid.list-detail{
        max-width:100%;
        padding:0;
    }
    #top_banner .container-fluid.list-detail .image_absolute{
        border-radius:0;
    }
}
@media(max-width:400px){
    #content.listdetailpage .green .grid-item, #content.listdetailpage  .grid-item{
        padding:30px 15px;
    }
    #content.listdetailpage .green .grid-item img, #content.listdetailpage  .grid-item img{
        max-width:60px;
    }
    
    
}

/* ------------------------ Listing Detail page End ------------------------ */

/* ------------------------- Career Start -------------------------- */
#careerForm .col-12 {
  margin-bottom: 12px;
}

.button.career-button {
  background-color: #80C8BE;
  width: 100%;
  text-transform: none;
  padding: 15px 0;
  font-size: 20px;
  border:none;
}
.button.career-button:hover {
  background-color: #6DB2A9;

}
#vacancy{
  padding-bottom: 0;
}

#forms.career{
  padding: 70px 0 90px;
}

@media(max-width:767px){
     #forms.career{
        padding: 60px 0;
    }
}
/*	------------------------ Career End -------------------------- */

/* ------------------------- Services Start -------------------------- */
#service .row > .col-6{
  margin-bottom: 60px;
}

.service-container {
  height: 100%;
  display: flex;
  flex-direction: column;

}

.service-image {
  margin-bottom: 20px;
}

.service-title {
  opacity: 1;
  font-weight: 500;
}

.service-button {
  margin-top: auto;
}

.service_section {
  padding: 45px 0;
  overflow: hidden;
}

@media(max-width:767px){
    #service .row > .col-6{
        margin-bottom:30px;
    }
}

/* ------------------------- Services End -------------------------- */
/* ------------------------- Gallery Start -------------------------- */
#content.gallerypage{
  padding-bottom: 0;
}
#gallery .gallery-container img{
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid #E2E2E2;
}
#gallery .gallery-item{
    margin-bottom:30px;
}
#gallery-load-more{
  margin: auto;
}

#gallery-load-more span{
  margin-left: 5px;
}

@media(max-width:767px){
    #gallery .gallery-item{
        margin-bottom:10px;
    }
    #gallery .gallery-item:nth-child(odd) {
      padding-right: 5px;
    }
    
    #gallery .gallery-item:nth-child(even) {
      padding-left: 5px;
    }
    #gallery{
        padding-top:30px;
    }

}

/* ------------------------- Gallery End -------------------------- */
/*	------------------------ News & Events / Blogpost START -------------------------- */

.blog_side_cat {
}
.blog_side_cat h4 {
  margin-bottom: 24px;
}
.blog_side_cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog_side_cat ul li a {
  display: block;
  font-weight: 500;
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 15px);
  height: 100%;
  color: black;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog_side_cat ul li a span {
  width: calc(100% - 15px);
}
.blog_side_cat ul li a i {
  position: relative;
  display: flex;
  font-size: 16px;
  width: 8px;
  height: 100%;
  color: inherit;
}
.blog_side_cat ul li a:hover,
.blog_side_cat ul li a.active {
  background: #cc9739;
  color: white;
}

.featuredblogs {
  margin-bottom: 20px;
}
#content.bloglistview {
  padding-top: 40px;
}
#content.bloglistview .bigcontent {
}
#content.bloglistview .bigcontent a {
  display: block;
  position: relative;
}
#content.bloglistview .bigcontent .imagecol {
  position: relative;
}
#content.bloglistview .bigcontent .imagecol:after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
#content.bloglistview .bigcontent .imagecol img {
  aspect-ratio: 645 / 350;
  object-fit: cover;
}
#content.bloglistview .bigcontent .textcol {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 30px 15px;
}
#content.bloglistview .bigcontent .textcol .date {
  border-radius: 49px;
  background: #ebe3d1;
  display: inline-flex;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  color: #74500c;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
#content.bloglistview .bigcontent .textcol .title {
  color: white;
  font-weight: 700;
  margin-bottom: 30px;
}
#content.bloglistview .featured3blogs {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
}
#content.bloglistview a:has(.smallcontent) {
  background-color: white;
  height: calc(100% / 3);
  display: block;
  margin-bottom: 15px;
}
#content.bloglistview a:has(.smallcontent):last-child {
  margin-bottom: 0;
}
#content.bloglistview .smallcontent {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  /*max-height: 110px;*/
  height: 100%;
}
#content.bloglistview .smallcontent .imagecol {
  aspect-ratio: 1 / 1;
  background-color: #e9e9e9;
  /*width: 110px;*/
  height: 100%;
  width: min-content;
}
#content.bloglistview .smallcontent .imagecol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content.bloglistview .smallcontent .textcol {
  /*width: calc(100% - 110px);*/
  padding: 25px;
}
#content.bloglistview .smallcontent .textcol .date {
  color: #734f0d;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
#content.bloglistview .smallcontent .textcol p {
  margin-bottom: 0;
}
#content.bloglistview .smallcontent .textcol .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  line-height: normal;
}
.bloglistview .previousblogs h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 10px;
}
.bloglistview .previousblogs .row {
  margin-right: -15px;
  margin-left: -15px;
}
.bloglistview .previousblogs .row > * {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.previousblogs .content {
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  overflow: hidden;
  display:flex;
  flex-direction:column;
  height:100%;
}
.previousblogs .content .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  color: #3C3C3C;
}
.previousblogs .imagecol {
  aspect-ratio: 260 / 200;
  background-color: #e9e9e9;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.previousblogs .imagecol img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.previousblogs .textcol {
  padding: 40px 25px;
  background-color: white;
  position: relative;
  flex:1;
   justify-content: space-between;
   display: flex;
  flex-direction: column;  
}
.previousblogs .textcol .date p {
  color: #FFF;
  margin-bottom: 0;
}

.previousblogs .textcol .date{
  padding: 10px;
  background-color: #FB9EB0;
  border-radius: 4px;
  width: fit-content;
  position: absolute;
  top:-25px;
}

.previousblogs .textcol .title {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.previousblogs .textcol .read-more {
  display: flex;
  align-items: center;
  gap: 20px;
}

.swiper-nav.swiper-next.blog {
  width: 30px;
  height: 30px;
  background-color: #80C8BE;
}
.swiper-nav.swiper-next.blog svg{
  max-width: 15px;
}
.previousblogs .textcol .read-more h4{
  margin-bottom: 0;
}
.previousblogs .textcol p:has(.link) {
  margin-bottom: 20px;
}

#oc-milestoneSlides .owl-nav {
  display: none !important;
}


.myPagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.myPagination a span {
  font-size: 18px;
}
.myPagination a {
  color: black;
  font-size: 14px;
  font-weight: 500;
  background-color: #EBEBEB;
  aspect-ratio: 1 / 1;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  line-height: normal;
}
.myPagination strong {
  color: white;
  font-size: 14px;
  font-weight: 500;
  background-color: #6C6C6C;
  aspect-ratio: 1 / 1;
  border-radius: 100px;
  cursor: default;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  line-height: normal;
}

.myPagination a:has(span){
  border:none;
  background-color: transparent;
}

.myPagination a span{
  color: #BEBEBE;
}

#content.blogdetailview {
  background-color: #FFF;
  padding-top: 20px;
}
.blogdetailview {
}
.blogdetailview .coverimage {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 33px;
}
.blogdetailview .row.social-sect {
  margin-top: 30px;
  margin-bottom: 40px;
}
.blogdetailview .row .titlesec {
  flex: 2;
}
.blogdetailview .row .titlesec .date {
  color: #A7A7A7;
  margin-bottom: 10px;
}

.blogdetailview  .sharesec {
  flex: 1;
}

.blogdetailview  .sharesec .circle{
    width: 45px;
    border-radius: 50%;
    background-color: #ECECEC;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blogdetailview  .sharesec .flexbox{
    gap:10px;
}
.blogdetailview .sharesec p {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.blogdetailview .sharesec #st-1 {
  text-align: left;
}
.blogdetailview .blogcontent .btgrid .row {
  align-items: center;
}
.blogdetailview .gallery {
}
.blogdetailview .gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
  padding-top: calc(var(--bs-gutter-x) * 0.5);
}
#related{
  background-color: #FFF2F2;
  margin-bottom: 60px;
}
#relatedblogs .titlerow {
  margin-bottom: 30px;
}
#relatedblogs .navigation-arrows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
#relatedblogs .navigation-arrows .swiper-button-next,
#relatedblogs .navigation-arrows .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  color: white;
  width: 42px;
  height: 42px;
  color: #131927;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid rgba(19, 25, 39, 0.2);
  margin: 0 2.5px;
  transition: all 200ms linear;
}
#relatedblogs .navigation-arrows .swiper-button-prev:after,
#relatedblogs .navigation-arrows .swiper-button-next:after {
  font-size: 14px;
  font-weight: 700;
}
#relatedblogs .navigation-arrows .swiper-button-next:hover,
#relatedblogs .navigation-arrows .swiper-button-prev:hover {
  background-color: #b68009;
  border-color: #b68009;
}
#relatedblogs .navigation-arrows .swiper-button-next:hover:after,
#relatedblogs .navigation-arrows .swiper-button-prev:hover:after {
  color: white;
}
#relatedblogs.previousblogs h3 {
  margin-bottom: 0;
}

/*	------------------------ News & Events / Blogpost END -------------------------- */

/*	------------------------ Contact Us START -------------------------- */
#contact{
  padding-bottom: 0;
}
#contact h3{
  margin-bottom: 30px;
}

#contact .stretchbox{
  overflow: hidden;
  display: flex;
  align-items: stretch;
  border-radius: 33px;
}

#contact .contactdetail{
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  background-color: #FFF6F8;
  padding: 70px 50px;
}

#contact .map{
  flex: 1;
}

#contact .map iframe{
  width: 100%;
  height: 100%;
}

#contact .list-item{
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
}

#contact .list-item img{
  object-fit: contain;
  align-self: start;
}

#contact .list-item p{
  margin: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}




#forms .col-12,#academyForms .col-12 {
  margin-bottom: 20px;
}

#forms .container {
  max-width: 900px;
}

.career-button {
  background-color: #000;
  width: 100%;
  text-transform: none;
  padding: 15px 0;
  font-size: 16px;
}

@media(max-width:767px){
    #info .col-lg-3{
        margin-bottom:20px;
    }
    #info .content-info{
        text-align:center;
    }
    #contact .stretchbox{
      flex-direction: column;
    }
    #contact .contactdetail{
      padding: 30px;
    }
    #contact .map iframe{
      aspect-ratio: 3/2;
    }
    
    #enquiryForm{
        max-width:350px;
        margin : auto;
    }
    
    .sm-form-control{
        font-size:14px;
    }
}

@media(max-width:370px){
    #enquiryForm{
        max-width:300px;
        
    }
    .sm-form-control{
        /*padding:10px 15px;*/
    }
    
}

/*	------------------------ Contact Us END -------------------------- */

/*	------------------------ Academy Us Start -------------------------- */
#why{
    overflow:hidden;
}

#why .why-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 40px 0 30px;
}

#why .why-item {
  display: flex;
  gap: 20px;
}

#why .why-img {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}

#why .why-nav  {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  gap: 80%;
  width: 100%;
}

#why .why-nav .video-button-prev, #why .why-nav .video-button-next {
    background:#fff;
    color:#000;
}
#why .why-nav .video-button-prev:hover, #why .why-nav .video-button-next:hover {
    background:#000;
    color:#fff;
}

.flexCenter {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.enquire-button {
  background: #000;
  text-transform: none;
  font-size: 16px;
}
.whatsapp-button {
  background: #fff;
  text-transform: none;
  font-size: 16px;
  color: #000;
  border: 1px solid #000;
  font-weight: 600;
  max-height: 50px;
  display: flex;
  height: 100%;
  gap: 10px;
  align-items: center;
  padding: 0 15px;
}
.whatsapp-button:hover{
    background:#23b0ba!important;
    color:#fff!important;
    border:1px solid #23b0ba!important;
}
.flexgap-15 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.enquire-button:hover {
  color: #fff;
  background-color: #000;
}

.whatsapp-button:hover {
  color: #000;
  background-color: #fff;
}

#award .col-md-4 {
  text-align: center;
}

#course .course-category {
  display: flex;
  padding: 8px 13px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: 1px solid #23b0ba;
  color: #23b0ba;
  margin-bottom: 20px;
}

#course .course-category p {
  margin: 0;
  color: #23b0ba;
  text-transform: uppercase;
  font-weight:500;
  letter-spacing:0.6px;
  font-size:12px;
}

#course .course-title {
  font-weight: 700;
}

#course .course-col{
  margin-bottom: 30px;
}

#course .course-container {
  border: 1px solid #cecece;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#course .course-header {
  background: #eefcfb;
  padding: 30px;
}
#course .enquire-button {
  width: calc(100% - 60px);
  text-align: center;
  margin: auto 30px 25px;
}

#course .enquire-button:hover{
    background:#23b0ba;
    color:#fff;
}

#course .course-content {
  padding: 30px;
}

#course .course-content > ul {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
}

#course .course-content > ul > li {
  position: relative;
  padding-left: 30px; /* Space for icon */
  margin-bottom: 25px;
}

#course .course-content > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url("../images/icons/course-list.svg") no-repeat;
  background-size: contain;
}

#course .course-content ul ul li {
  list-style: disc;
}

#teaching .teaching-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 60px 0;
}

#teaching .teaching-item {
  text-align: center;
}

#teaching .teaching-item p {
  opacity: 1;
  font-weight: 500;
}

#teaching .counter.counter-lined span::after {
  content: "%";
  font-size: 0.63em;
  margin-left: 2px;
  color: #23b0ba;
}

#instructor {
  overflow: hidden;
}

#instructor .instructor-container {
  max-width: 60%;
  margin-bottom:30px;
}

#instructor .instructor-slide {
  display: flex;
}

#instructor .instructor-image {
  flex: 1;
  padding: 30px;
  background: linear-gradient(to right, #edf6ff 50%, transparent 50%);
}

#instructor .instructor-image img {
  flex: 1;
  width: 100%;
}

#instructor .instructor-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#instructor .instructor-title {
  opacity: 1;
  font-weight: 600;
}

#instructor .instructor-swiper .swiper-slide-prev {
  opacity: 0;
}

#branch.academy {
  background: #f6f9fc;
}

#gallery .galery-img {
  width: 100%;
  aspect-ratio: 1 / 1;
}

@media (max-width: 768px) {
  #instructor .instructor-container {
    max-width: 100%;
  }
}

@media(max-width:767px){
    #teaching .teaching-container{
        gap:15px;
        margin:30px 0;
        flex-direction:column;
    }
    #instructor .instructor-slide{
        flex-direction:column;
        gap:15px;
    }
    #why .why-left h2{
        text-align:center;
    }
    #why .why-left p{
        text-align:center;
    }
    #why .why-container{
        align-items:center;
    }
    #why .why-left .flexgap-15{
        justify-content: center;
    }
}

/*	------------------------ Academy Us End -------------------------- */

/*	------------------------ Portfolio START -------------------------- */
#portfolio {
  overflow: hidden;
}

#portfolio .swiper-slide img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

#portfolio .gallery-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .gallery-fade {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
  transition: opacity 0.3s;
}

#portfolio .nav-container {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 8px 16px 0 rgba(0, 0, 0, 0.12);
  width: fit-content;
  margin: 0 auto;
}

.expand-button {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  margin: 0 auto;
}

#portfolio .tab-title {
  margin: 75px 0;
}

#portfolio .nav-container .nav {
  margin: 0;
  gap: 15px;
}
#portfolio .nav-container .nav .nav-item {
  background-color: #f0f0f0;
}

#portfolio .nav-container .nav .nav-item:has(.nav-link.active) {
  background-color: #000;
}

#portfolio .nav-container .nav .nav-item:has(.nav-link.active) .nav-link {
  color: #fff;
}

#portfolio .nav-container .nav .nav-link {
  color: #000;
}

#portfolio .gallery-wrapper img {
  width: 100%;
  aspect-ratio: 3 /4;
  object-fit: cover;
}
#video {
  overflow: hidden;
}
#video .video2-item iframe{
    aspect-ratio:3/2;
    transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;}
#video .video-item p,
#video .video2-item p {
  opacity: 1;
}



#video .recent-title {
  width: 100%;
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}
#video .video-item {
  height: 330px;
}

#video .video-swiper,
#video .video2-swiper {
  margin: 30px 0;
}
#video .recent-container iframe {
  height: 330px;
}

#video .video-swiper .swiper-slide-prev {
  opacity: 0;
}

#video .video-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
#video .video-thumb img {
  width: 100%;
  display: block;
}
#video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  opacity: 0.85;
  text-shadow: 0 2px 5px rgba(0,0,0,0.7);
  pointer-events: none;
}

#video .video-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#video .video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 10% auto;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
#video .video-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
#video .video-iframe-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
#video .video-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

@media(max-width:767px){
    #video .video2-item svg{
        width:30px;
    }
}
.video-button-prev,
.video-button-next,
.video2-button-prev,
.video2-button-next {
  cursor: pointer;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 24px;
  background-color: transparent;
  border: 2px solid #cecece;

}

.video-button-prev:hover,
.video-button-next:hover,
.video2-button-prev:hover,
.video2-button-next:hover {
  color: #fff;
  background-color: #000;
  border:none;

}
.video-button-prev.carousel-button-prev,.video-button-next.carousel-button-next{
    background-color:#fff;
}
.video-button-prev.carousel-button-prev:hover,.video-button-next.carousel-button-next:hover{
    color:#000;
}
.navCenter-40 {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
    gap:40%;
}
.video-button-next.swiper-button-disabled,
.video-button-prev.swiper-button-disabled,
.video2-button-next.swiper-button-disabled,
.video2-button-prev.swiper-button-disabled,
#slider .slider-arrow-right.swiper-button-disabled,
#slider .slider-arrow-left.swiper-button-disabled{
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

#video .recent-container {
  margin-bottom: 60px;
}
.video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.video-grid .video2-item {
    flex: 0 0 calc(25% - 30px);
    /* 4 columns */
}


   
@media(max-width:991px){
  
    .video-grid{
        gap:15px;
    }
}

@media(max-width:767px){
    .video-grid .video2-item {
        flex: 0 0 45%;
     
    }
    .navCenter-40 {

    gap:60%;
}
}
/*	------------------------ Portfolio END -------------------------- */

/*	------------------------ Responsive -------------------------- */

@media (min-width: 1600px) {
  #content.bloglistview .featured3blogs {
    justify-content: flex-start;
  }
  #content.bloglistview a:has(.smallcontent) {
    margin-bottom: 15px;
  }
  #content.bloglistview a:has(.smallcontent):last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1399.9px) {

  .ctabox .content {
    width: 100%;
    padding: 60px 40px;
  }

  .bannerstyle {
    padding-right: 15px;
    padding-left: 15px;
  }
  .facilitiespage.bannerstyle {
    padding: 0;
  }
  .container-fluid {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  #content.homepage .col-xl-3 {
    width: 30%;
  }

}
@media (min-width: 768px) and (max-width: 1199.9px) {
  #content.homepage .col-xl-3 {
    width: 40%;
  }
  #content.homepage {
    background-size: 60% auto !important;
  }
}
@media(max-width:1250px){
  #logo img{
    height: 40px;
  }
  #primary-menu{
    flex:1;
  }
 
}

@media (max-width: 1199.9px) {
  /*.top-search-open .header-inner-flexbox{width: calc(100% - 450px);}*/
  /*.header-inner-flexbox{width: calc(100% - 200px);}*/
   
  #primary-menu > div > ul > li > a {
    padding: 0 ;
  }
  .top-search-open #top-search form {
    width: 280px;
  }
  #header .header-info .infobox.others svg {
    padding: 0 10px;
  }
  #primary-menu ul li a + ul.category-nav:before {
    left: 50px;
  }

  .slider-caption h2 {
    font-size: 40px;
  }
  #slider ~ #content,
  #sliderm ~ #content {
  } /*padding-top: 40px; padding-bottom: 40px;*/

  .product-desc .product-title {
    font-size: 22px;
  }

  #settingstandard {
    aspect-ratio: auto;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #settingstandard:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/layout/settingstandard.webp?v1");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #banner.aboutuspage {
    background-position: center top;
  }
  #banner.aboutuspage .container-fluid {
    height: auto;
  }

  #content.doctordetailpage .box .scheduletable {
    padding: 20px;
  }

  #content.bloglistview .featured3blogs {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #content.bloglistview a:has(.smallcontent) {
    max-width: 33.3333%;
  }
  #banner.contactuspage .container-fluid .row > .col-12 {
    max-width: 50%;
  }
  #banner.contactuspage {
    aspect-ratio: auto;
    background-position: center top;
  }
  .contact_grid {
    padding: 25px 10px;
    align-content: center;
  }
  .contactinfo-section .contact_grid .iconbox {
    width: 40px;
    height: 40px;
  }
  .contactinfo-section .contact_grid .textbox {
    padding-left: 10px;
    width: calc(100% - 40px);
  }
  .contactinfo-section .contact_grid .textbox a {
    font-size: 20px;
  }

  .addtocart_button .button {
    padding: 15px 35px;
    width: auto;
  }
}

@media(max-width:1231px){
  #top-search form{
    width: auto;
    max-width: 180px;
  }
  #language{
    gap: 5px;
  }

}
@media(max-width:1200px){
  #logo img{
    height: 40px;
  }
}

@media (max-width: 991.9px) {
 
    /*#top_banner{*/
    /*  padding-top: 30px;*/
    /*}*/
    #slider{
      padding-top: 30px;
    }
  #primary-menu-container{
    position: sticky;
    top: 0;
    display: none;
  }
  #primary-menu-container .outter-flexbox{
    justify-content: center;
  }
  
  #header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #cecece;
  }
  .top-message .flexbox {
    justify-content: center;
    padding-bottom: 8px;
  }
  .top-message .content p {
    font-size:14px;
    padding-top: 8px;
    padding-bottom: 5px;
    text-align: center;
  }
  .top-message .content p a {
    white-space: nowrap;
  }

  .slider-caption p {
    font-size: 18px;
  }
  .slider-caption h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }


  .docSearchForm input {
    padding: 0 15px;
    width: 30%;
    font-size: 14px;
  }
  .docSearchForm select {
    padding: 0 15px;
    width: 32%;
    font-size: 14px;
  }
  .docSearchForm a#docSubmit {
    font-size: 16px;
    font-weight: 600;
    margin-left: 0;
    padding-left: 15px;
  }
  .docSearchForm a#docSubmit span {
    margin-top: 0;
    margin-left: 5px;
  }
  .docSearchForm a#docSubmit svg {
    width: 20px;
  }

  #searchdoctorform + section,
  #searchdoctorform + div {
    margin-top: 0;
    padding-top: 40px;
  }

  #content.homepage {
    aspect-ratio: auto;
    position: relative;
  }
  #content.homepage:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 60%;
    height: 100%;
    background-image: url(../images/layout/WELLNESS_LOUNGE.webp?v1);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #content.homepage .content {
    padding-top: 0;
    padding-bottom: 0;
  }

  #settingstandard:after {
    background-position: center top;
  }
  #whyus .pointsrow .content {
    padding: 40px 20px;
  }
  .ctabox .content {
    padding: 60px 20px;
  }

  .facilities_slider {
    margin-top: 30px;
  }
  .facilities_slider .oc-item .facilitycontent {
    width: calc(100% - 50px);
  }
  #content.doctordetailpage .box .schedulebutton {
    height: auto;
  }
  #content.doctordetailpage .box .bookappointment {
    height: auto;
  }
  #content.bloglistview .smallcontent {
    flex-direction: column;
    max-height: max-content;
  }
  #content.bloglistview .smallcontent .imagecol {
    width: 100%;
  }
  #content.bloglistview .smallcontent .textcol {
    width: 100%;
  }

  .contact_grid {
    padding: 25px 5px;
  }
  .contactinfo-section .contact_grid .textbox a {
    font-size: 16px;
  }

  .product_detail_view .blog_side_cat {
    margin-top: 30px;
  }
}
@media (max-width: 916.9px) {
}
@media (max-width: 864.9px) {
  #header .header-info .infobox {
    padding: 0 10px;
  }
  #header .header-info .infobox.top-contact .flexbox .text {
    padding-right: 7px;
  }
  #header .header-info .infobox.top-contact .flexbox .text span {
    font-size: 11px;
  }
  #header .header-info .infobox.others svg {
    padding: 0 10px;
    height: 20px;
  }
}
@media (max-width: 767.9px) {
  #top-search form{
    max-width: none;
  }
  .lang-dropdown-btn{
    padding: 5px 6px;
    font-size: 12px;
  }
   #primary-menu-container {
    display: none;
  }
  html, body, p{
      font-size:14px;
  }
  h1{
      font-size:40px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3,
  .homeproduct .product-desc .product-title,
  .homeproduct .product-desc .product-price ins {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5,
  .homeproduct .product-desc .product-price del {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
  small,
  .sm-text {
    font-size: 12px;
  }
  .tag,
  .homeproduct .discount-tag .percentage,
  .product_detail_view .product-desc1 .prodCat {
    font-size: 10px;
  }
  .light-text {
    font-size: 10px;
  }
  .cta-text,
  .button {
    font-size: 14px;
  }
  #footerSocialContacts .socialmedia {
    justify-content: flex-start;
    margin-top: 15px;
  }
  #footerSocialContacts .socialmedia .col {
    max-width: max-content;
  }
  #footerSocialContacts .socialmedia a {
    margin-right: 10px;
  }
  #footerSocialContacts .socialmedia a svg {
    width: 20px;
  }

  .docSearchForm {
    padding: 0;
    border-radius: 15px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .docSearchForm input {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dddddd;
  }
  .docSearchForm select {
    width: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .docSearchForm select:first-of-type {
    border-left: none;
  }
  .docSearchForm a#docSubmit {
    width: 100%;
  }

  #content.homepage {
    padding-bottom: 0 !important;
  }
  #content.homepage:after {
    position: relative;
    width: 100%;
    bottom: 0;
    aspect-ratio: 957 / 708;
  }
  #content.homepage .content p:has(.button3) {
    margin-top: 20px;
    margin-bottom: 40px !important;
  }

  #our-specialties .container-fluid {
    max-width: 100%;
  }
  /*#our-specialties .container-fluid > .row{margin-right: -30px; margin-left: -30px;}*/
  #our-specialties .container-fluid > .row > .col-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
  #our-specialties .container-fluid > .row > .col-12:has(.owl-carousel) {
    padding-right: 0;
    padding-left: 0;
  }
  #our-specialties .col-12:has(h2) {
    padding-bottom: 30px;
  }
  #our-specialties .buttonsdiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
  }
  #our-specialties .navigation-arrows {
    margin-left: 30px;
  }
  #settingstandard .container-fluid > .row {
    align-items: flex-start;
  }
  #settingstandard .flexbox {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #settingstandard .flexbox .box {
    margin-bottom: 15px;
  }
  #settingstandard .flexbox .box:last-child {
    margin-bottom: 0;
  }
  #settingstandard .flexbox span.number {
    font-size: 40px;
  }
  #settingstandard {
    aspect-ratio: 9 / 10;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #settingstandard:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/layout/RB-Home-Btm.webp?v1");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #whyus .pointsrow {
    margin-top: 20px;
  }
  .ctabox .content {
    width: calc(100% - 140px);
    text-align: center;
  }
  .ctabox .content .h1,
  .ctabox .content .h3,
  .ctabox .content p {
    justify-content: center;
  }

  #banner.aboutuspage {
    aspect-ratio: 900 / 1200;
    background-size: cover;
    background-position: bottom center;
    background-image: url(../images/layout/RB-About-top.webp);
  }
  #banner.aboutuspage h3 + svg {
    position: absolute;
    bottom: 80px;
  }
  #visionmission .imagecol {
    margin-bottom: 30px;
  }
  #obesity_treatment_survivor {
    background-color: #8a8f88;
    background-image: url(../images/layout/RB-About-Btm-Obesity-mobile3.webp);
    background-size: cover;
    background-position: center bottom;
    aspect-ratio: 900 / 1000;
  }

  .bannerstyle .container-fluid {
    aspect-ratio: 900 / 1000;
    background-size: cover;
    background-position: center 90% !important;
    overflow: hidden;
    position: relative;
  }
  .bannerstyle .container-fluid:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.61) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
  }
  .bannerstyle .container-fluid > * {
    z-index: 2;
    position: relative;
  }
  .pointsrow .content {
    padding: 35px 20px;
  }
  .specialtypointsrow .content {
    padding: 20px;
  }
  .verticaltabs .nav-underline .nav-link {
    font-size: 14px;
    padding: 10px 15px;
  }
  .verticaltabs .nav-underline .nav-link:after {
    font-size: 20px;
  }
  .specialtytablerow .col-12 .content {
    margin-bottom: 15px;
  }
  .specialtytablerow .col-12:last-child .content {
    margin-bottom: 0;
  }
  .specialtytablerow .col-12 .content p:last-child {
    border-bottom: 1px solid #cecece;
  }

  .facilitiespage.bannerstyle .container-fluid {
    aspect-ratio: 900 / 1000 !important;
    background-size: cover;
    background-position: center 90% !important;
    overflow: hidden;
    position: relative;
    align-content: flex-start !important;
  }
  .facilitiespage.bannerstyle .container-fluid:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.61) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
  }
  .facilitiespage.bannerstyle .container-fluid > * {
    z-index: 2;
    position: relative;
  }
  .facilitiespage.bannerstyle .container-fluid svg {
    position: absolute;
    bottom: 60px;
  }
  #facilities .content .content {
    height: auto;
    margin-bottom: 15px;
  }
  #facilities .content .col-12:last-child .content {
    margin-bottom: 0;
  }

  #content.bloglistview .smallcontent .textcol {
    padding: 15px;
  }

  #banner.contactuspage {
    position: relative;
    aspect-ratio: 9 / 12;
    background-position: center 70%;
    background-size: cover;
    background-image: url("../images/layout/contact-banner-m.webp");
  }
  #banner.contactuspage:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 80%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.61) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
  }
  #banner.contactuspage .container-fluid {
    position: relative;
    z-index: 2;
  }
  #banner.contactuspage .container-fluid .row {
    align-items: flex-start;
  }
  #banner.contactuspage .container-fluid .row > .col-12 {
    max-width: 100%;
  }
  .contactinfo-section:nth-child(2) {
    border: none;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }
  #careerbanner .flexbox {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #careerbanner {
    aspect-ratio: 9 / 10;
    background-size: cover;
    background-position: center bottom;
    background-image: url("../images/layout/RB-Contact-Career-Btm.webp");
  }
  #content.product_detail_view .content:has(> .titlesec) {
    padding-left: 0;
    padding-right: 0;
  }
  #content.product_detail_view .titlesec {
    margin-top: 30px;
  }

  #reports .middlecol {
    padding-top: 30px;
  }
  .top-message .content p{
      font-size:12px;
  }
}

@media(max-width:767px){
    #logo{
        display:block;

    }
    .mb-sm{
      margin-bottom: 30px !important;
    }
    .mb-10-sm{
      margin-bottom: 10px !important;
    }
}

@media (max-width: 604.9px) {
}

@media (max-width: 575.9px) {
  .container {
    max-width: calc(100% - 30px);
  }
  #sliderm .slider-caption {
    padding-top: 40px;
  }
  #footer .footer-widgets-wrap > .row > .col {
    width: 100%;
  }
  #footer .footer-widgets-wrap {
   
    padding: 15px 30px;
  }
  #footer .logo{
      width:100%;
      display:block;
      margin:auto;
  }
  .widget > h4 {
    margin-top: 20px;
  }

  .docSearchForm input {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #sliderm,
  #banner.aboutuspage {
    aspect-ratio: 900 / 1300;
  }
  #settingstandard {
    aspect-ratio: 9 / 16;
  }
  #obesity_treatment_survivor {
    aspect-ratio: 900 / 1100;
  }
  .bannerstyle .container-fluid {
    aspect-ratio: 900 / 1100;
    padding: 60px 40px !important;
  }
  .pointsrow .content {
    height: auto;
    margin-bottom: 15px;
  }
  .pointsrow .col:last-child .content,
  .pointsrow .col-12:last-child .content {
    margin-bottom: 0;
  }
  .specialtypointsrow .content {
    height: auto;
    margin-bottom: 15px;
  }
  .specialtypointsrow .col:last-child .content,
  .specialtypointsrow .col-12:last-child .content {
    margin-bottom: 0;
  }

  .verticaltabs .tab-content {
    margin-top: 30px;
  }

  .facilitiespage.bannerstyle .container-fluid {
    aspect-ratio: 900 / 1100 !important;
  }

  .blog_side_cat {
    margin-bottom: 30px;
  }
  #content.bloglistview .bigcontent .imagecol,
  #content.bloglistview a:has(.smallcontent) {
    margin-bottom: 15px;
  }
  #content.bloglistview .bigcontent .imagecol img,
  #content.bloglistview .smallcontent .imagecol {
    aspect-ratio: 6 / 4;
  }
  #content.bloglistview a:has(.smallcontent) {
    max-width: 100%;
    width: 100%;
  }
  .blogdetailview .flexbox:has(.titlesec) {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .blogdetailview .flexbox .titlesec,
  .blogdetailview .flexbox .sharesec {
    width: 100%;
  }
  .blogdetailview .flexbox .sharesec {
    margin-top: 15px;
  }
  .blog_side_cat h4 {
    margin-bottom: 20px;
  }
  .blogdetailview .blog_side_cat {
    margin-top: 30px;
  }
  #banner.contactuspage {
    aspect-ratio: 9 / 15;
  }
}
@media (max-width: 514.9px) {
  .ctabox .content {
    width: 100%;
  }
}
@media (max-width: 476.9px) {
  #header .header-info .infobox.others svg {
    padding: 0 8px;
  }
  #header .header-info .infobox.others li#top-cart svg {
    padding-right: 0;
  }
  #sliderm,
  #banner.aboutuspage {
    aspect-ratio: 900 / 1400;
  }
  #settingstandard {
    aspect-ratio: 9 / 20;
  }
  #obesity_treatment_survivor {
    aspect-ratio: 900 / 1200;
  }
  .bannerstyle .container-fluid {
    aspect-ratio: 900 / 1300;
    padding: 60px 30px !important;
  }
  .bannerstyle .container-fluid .content {
    padding: 0 20px !important;
  }

  .facilitiespage.bannerstyle .container-fluid {
    aspect-ratio: 900 / 1300 !important;
  }

  #updates .newsrow h4 {
    height: auto;
  }

  section {
    overflow: hidden;
  }
  #banner.contactuspage {
    aspect-ratio: 9 / 19;
  }
  #logo img {
    height: 35px;
    
  }
  #logo{
      margin:auto;
  }
}
@media (max-width: 359.9px) {
}
@media(max-width:400px){
    .slider-caption h2{
        font-size:30px;
    }
    .slider-caption h4{
        font-size:16px;
    }
}
@media (max-width: 333.9px) {
  .header-inner-flexbox {
    /*width: calc(100% - 85px);*/
  }
}
@media (max-width: 279.9px) {
  #primary-menu-trigger,
  #page-submenu-trigger {
    width: 35px;
  }
}

/*	------------------------ Responsive END -------------------------- */
