@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "playfair";
  src: url("../fonts/Playfair/Playfair_9pt-Medium.ttf") format("truetype");
  font-weight: 500;
}
/*	------------------------ 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);
  }
}
html,
body,
p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
p.text-center,
.text-center p {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
p {
  opacity: 0.7;
}
p.opacity-1 {
  opacity: 1;
}
h1,
.h1 {
  font-weight: 700;
  font-size: 45px;
  color: #000;
}
h2,
.h2 {
  font-weight: 500;
  font-size: 35px;
  color: #000;
}
h3,
.h3 {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 1.3;
}
h4,
.h4 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
h5,
.h5 {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
h6,
.h6 {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
small,
.sm-text {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  opacity: 0.5;
}
.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;
}
.playfair {
  font-family: "playfair", sans-serif;
}
.playfair-title {
  text-align: center;
  text-transform: uppercase;
  font-family: "playfair", sans-serif;
}

.playfair-title:not(:has(+ p)) {
  margin-bottom: 60px;
}

.playfair-title.

.playfair-title:has(+ p.textCenter) + p.textCenter {
  margin-bottom: 60px;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}
h2:has(+ p) {
  margin-bottom: 12px;
}

 h2.mb-12{
     margin-bottom:12px !important;
 }

p.textCenter:has(+ .row) {
  margin-bottom: 45px;
}
.mb-45{
    margin-bottom:45px;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  cursor: default;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  z-index: 9999 !important;
}

.button {
  background-color: #23b0ba;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-shadow: none;
  padding: 20px 45px;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  width: fit-content;
  white-space: nowrap;
}
.button:hover {
  background-color: #000;
}
.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;
}

.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;
    transition: opacity, bottom 0.2s ease;
    -moz-transition: opacity, bottom 0.2s ease;
    -webkit-transition: opacity, bottom 0.2s ease;
}
#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;
}
.mt-35 {
  margin-top: 35px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-30{
    margin-bottom:30px;
}
.mb-60-30{
    margin-bottom:60px;
}
.mb-50{
    margin-bottom:50px;
}

.ml-25-0{
    margin-left:25%;
}
.textWhite {
  color: white;
}
.textCenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image_absolute {
  position: absolute;
  top: 64%;
  transform: translateY(-64%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
  min-height: 320px;
  background-size: cover !important;
}

.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;
}

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;
}

.navigation-flex-center{
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media(max-width:991px){
    .image_absolute {

  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: 15px;
}

.footerWhatsapp{
    
    right:15px;
}
}

@media(max-width:767px){
    .ml-25-0{
        margin-left:0;
    }
    #footerWhatsapp svg{
        width:50px;
    }
    #footerWhatsapp{
    bottom:70px;
    right:25px;
}
.button{padding:15px 25px;}
.mb-60-30{margin-bottom:30px;}
.justify-sm{
    text-align:justify;
}
}

/*	------------------------ 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;
  /*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: 800px;
  padding: 10px 10px 10px 50px;
  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 > a {
  background-color: transparent;
  color: #23b0ba;
}
#primary-menu ul ul li.current a:hover {
  color: #23b0ba;
}
#primary-menu ul ul li.current a {
  color: #000;
}

.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%;
}

/*	------------------------ Header END -------------------------- */

/*	------------------------ Footer -------------------------- */
#footer p{
  color: white;
  opacity: 1;
  font-weight: 600;
}

#footer .widget ul li{
  font-size: 14px;
  opacity: 0.7;

}

#footer .service-column{
  columns:2;
}

#footer .contact-info p{
  color: #FFF;
font-size: 12px;
font-weight: 400;
line-height: 24px; 
opacity: 0.7;
margin: 0;
}

#footer .contact-info a{
  color: #FFF;
font-size: 16px;
font-weight: 400;

}

#footer .social{
  margin-top: 20px;
}

#footer .social .flexbox{
  gap: 15px;
}
#footer .social .flexbox svg{
  height: 30px;
}

.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%;
}

#footer {
  color: #fff;
  font-family: "Inter", sans-serif;
}
.footerp {
  color: #fff;
  font-weight: 300;
}
#footer h4 {
  color: white;
}
#merchantimg img {
  max-height: 23px;
}
.address p {
  font-size: 16px;
  color: #fff;
}
#footer .footer-widgets-wrap > .row {
  justify-content: space-between;
}
/*#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 {
  fill: #cc9739;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
#footer .widget_links a {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#footer .widget_links a:hover {
  color: #23B0BA;
  -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;
}

#footerCart svg {
  fill: #ac8c5e;
  max-width: 29px;
}
#copyrights .col-12 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#copyrights a {
  color: white;
}
#copyrights a:hover {
  color: #cc9739;
}

@media(max-width:1200px){
  #footer .service-column{
    columns: 1;
  }
}


@media(max-width:767px){
    #footer .social{
        margin-bottom:30px;
    }
    
    #footer .column-group{
        margin-bottom:15px;
    }
    
    .mb-20-sm{
        margin-bottom:20px;
    }
}
/*	------------------------ Footer END -------------------------- */

/*	------------------------ Home -------------------------- */

#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(255, 255, 255, 0.5);
}
#slider .swiper-pagination span.swiper-pagination-bullet-active,
#sliderm .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}
#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;
  }
}

#featured-service {
  overflow: hidden;
}
#professional {
  overflow: hidden;
}

#professional .professional-content {
  display: flex;
}

#professional .professional-caption {
  margin: auto 0;
  background: #f6f9fc;
  padding: 50px 60px;
  flex: 26;
}

#professional .professional-video {
  flex: 30;
}

#professional .professional-video iframe{
    box-shadow: -10px 10px 0px rgba(0, 0, 3, 1);
}

#professional .professional-course {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  flex: 35;
}

#professional .professional-course .course-item {
  padding: 30px;
  background: #f6f9fc;
  border-bottom:1px solid #cecece;
}

#professional .professional-course .course-item:last-child {

  border-bottom:none;
}

#professional .professional-course .course-item .course-category {
  color: #23b0ba;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 1;
  font-weight: 500;
}

#professional .professional-course .course-item .course-name {
  font-family: "playfair", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

#professional .professional-button {
  background-color: #000;
}

#professional .professional-button:hover {
  background-color: #23b0ba;
}

#professional .professional-course .course-item.border-bottom {
  border-bottom: 1px solid #cecece;
}

#professional .professional-course .course-item .course-container {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

#portfolio.homepage img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
}

#testimonial svg {
  position: absolute;
  left: 190px;
  top: -10px;
  height: 30px;
}

#testimonial .swiper-pagination{
    position:relative;
    bottom:-30px;
}

#testimonial .swiper-pagination span{
    background-color:#cecece;
    margin-right:5px;
}

#testimonial .swiper-pagination span.swiper-pagination-bullet-active{
    background-color:#000;
}

#testimonial .reviewSwiper {
  margin-top:45px;
  padding-top:20px;
}

#testimonial .reviewContainer {
  background: white;
  height: 100%;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
}

#testimonial .cardContainer {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 6px 34px -3px rgba(163, 163, 163, 0.4);
}

#testimonial .cardContainer p{
    text-align:justify;
}

#testimonial .rating .star-rating {
  margin-right: 10px;
  display: inline-block;
}

#testimonial .rating .star.filled {
  color: #ffc107;
}

#testimonial .reviewSwiper .swiper-slide {
  height: auto;
}

#testimonial .reviewSwiper .customer-info {
  margin-top: 10px;
}

#testimonial .rating .star {
  color: #ccc;
}

#testimonial .customer-info {
  justify-content: flex-start;
  display: flex;
}

#testimonial .rowcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}

#testimonial .customer-info img {
  max-height: 55px;
}

#testimonial .swiper-slide {
  opacity: 0;
  transition: opacity 1s ease;
}

#testimonial .swiper-slide-prev,
#testimonial .swiper-slide-active,
#testimonial .swiper-slide-next {
  opacity: 1;
}

.testimonial-button-prev{
    position: absolute;
    bottom: 35%;
    transform: translateY(-35%);
    left: -50px;
    z-index:2;
}

.testimonial-button-next{
    position: absolute;
    bottom: 35%;
    transform: translateY(-35%);
    right: -50px;
    z-index:2;
}

#branches {
  background: #f6f9fc;
  overflow: hidden;
}

#branches .flex-center,#branch .flex-center{
  display: flex;
  justify-content: center;
  gap: 10px;
}
#branches .branchSwiper .swiper-slide{
    height:auto;
}
#branches .branchContainer {
  display: flex;
  gap: 30px;
  height:100%;
}

#branches .branchInfo {
  justify-content: center;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  flex: 1;
}

#branches .branch-content {
  padding-top: 5%;
}

#branches .location-icon {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-top: 1px solid #cecece;
}

#branches .location-icon .location-item {
  display: flex;
  gap: 5px;
  align-items: center;
}

#branches .location-icon .location-item a{
  font-size:14px;
}
#branches .branchSwiper {
    margin-bottom:20px;
}

#branches .branchImg {
  flex: 1;
}
#branches .branchImg img {
  width: 100%;
  aspect-ratio: 3/4;
}

#branches .branchSwiper .swiper-slide-prev {
  opacity: 0;
}

#branches .branchSwiper .swiper-slide,
#instructor .swiper-slide,
#video .swiper-slide {
  transition: opacity 0.3s ease;
}
.navCenter {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;

  width: 100%;
}

@media(max-width:1300px){
    .testimonial-button-prev{
    left: -15px;
}

.testimonial-button-next{
    right: -15px;
}
}

@media(max-width:991px){
    #testimonial svg{
        left:60px;
    }
    
    #professional .professional-content{
        flex-direction:column;
    }
    #professional .professional-caption{
        padding:60px 30px;
    }
    
    #professional .professional-course,#professional .professional-course{
        max-height:none;
    }
}

@media(max-width:767px){
    #testimonial{
        padding-bottom:90px;
    }
    #professional .professional-course .course-item .course-category{
        margin-bottom:10px;
    }
    #branches p.textCenter.mb-45{
        margin-bottom:30px;
    }
    #testimonial .customer-info img{
        max-height:34px;
    }
    #featured-caption {
  padding: 60px 0 30px;
}
.testimonial-button-prev{
    display:none!important;
}
#professional .professional-caption{
    max-height:none;
}
.testimonial-button-next{
    display:none!important;
}
section{
    padding:30px 0;
}
#branches{
    padding:60px 0;
}
#branches .branchInfo{
    justify-content:space-between;
}
#testimonial svg{
    left:-20px;
}

#branches .branchContainer{
    flex-direction:column;
    gap:15px;
}
#branches .branch-content{
    padding-top:0;
}
#professional .professional-course .course-item .course-container{
    gap:2px;
}
#professional .professional-course .course-item{
    padding:30px 15px;
}

.professional-caption h2{
    text-align:center;
}


.professional-caption p{
    text-align:justify;
    text-align-last:center;
}


}


@media(max-width:500px){
    #testimonial svg{
    left:1.5%;
}
}

@media(max-width:476px){
    #testimonial .reviewSwiper{
        overflow:visible;
    }
      #testimonial svg{
    left:15px;
    width:20px;
}
}

@media(max-width:400px){
    #testimonial .reviewSwiper{
        overflow:visible;
    }
      #testimonial svg{
    left:0px;
    width:20px;
}
}
/*	------------------------ Home END -------------------------- */

/*	------------------------ About Us -------------------------- */

#content.aboutuspage {
  min-height: 34.6vh;
}

#bread_contact_banner {
  background-color: #f4f4f4;
  padding: 15px 0;
  top: auto;
  position: relative;
  border: none;
  border-bottom: 1px solid #cecece;
}
.topcrumb {
  padding: 0;
}
.topcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topcrumb ul li {
  display: inline-block;
  color: #242422;
  font-size: 14px;
}
.topcrumb ul li a {
  color: #242422;
}

#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;
}

#content.aboutuspage {
  background-color: white;
  min-height: auto;
  padding: 0;
  overflow: visible;
}
#content.aboutuspage {
  background-color: white;
  padding-top: 60px;
  padding-bottom:60px;
  z-index: 2;
  position: relative;
}

#visionmission {
  padding-bottom: 150px;
  background-color: #f6f9fc;
}

#visionmission .item:first-of-type {
  margin-bottom: 35px;
}

#visionmission .item .item-title {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 25px;
}

#expertise .container {
  margin-top: -150px;
  background-color: #fff;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 60px;
}

#expertise h2 span {
  color: #23b0ba;
}

#whyus {
  background: #f6f9fc;
  padding: 0;
  overflow:hidden;
}

#whyus .whyus-container {
  display: flex;
  padding-left: 15px;
}

#whyus .whyus-container h2,#whyus .whyus-container h4{
  margin-bottom:25px;
}

#whyus .whyus-container h4{
    opacity:0.7;
}

#whyus .whyus-container .whyus-content {
  margin: auto 0;
  flex: 1;
  padding: 30px 0;
}

#whyus .whyus-container .whyus-image {
  flex: 2;
}
#whyus .whyus-container .whyus-image img {
  height: 100%;
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}

@media (min-width: 768px) {
  #whyus .whyus-container {
    margin-left: calc((100vw - 720px) / 2);
    gap: 50px;
  }
}
@media (min-width: 992px) {
  #whyus .whyus-container {
    margin-left: calc((100vw - 960px) / 2);
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  #whyus .whyus-container {
    margin-left: calc((100vw - 1140px) / 2);
    gap: 80px;
  }
}
@media (min-width: 1400px) {
  #whyus .whyus-container {
    margin-left: calc((100vw - 1170px) / 2);
    gap: 100px;
  }
}

#company {
  padding: 120px 0;
}

#company h2 {
  max-width: 770px;
}

#company .award-item {
  border: 1px solid #cecece;
  background: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
}
#company .container {
  margin-bottom: 45px;
}
#company .award-item img {
  object-fit: contain;
  text-align: center;
  max-height: 150px;
}


@media(max-width:1099px){
  #whyus .whyus-container .whyus-image{
    flex: 1;
  }
  #company .award-item img{
    height: 100px;
  }
}

@media(max-width:991px){
    #expertise .container{
        padding-left:15px;
        padding-right:15px;
    }
}

@media(max-width:767px){
    #whyus .whyus-container .whyus-content{
        padding-top:0;
    }
    #whyus .whyus-container{
        flex-direction:column;
    }
     #whyus .whyus-container {
        margin-left: 15px;
        margin-right:15px;
        gap: 0;
        padding-right:15px;
        text-align:center;
      }
      
    #content.aboutuspage {
        padding: 45px 15px ;
    }
    #whyus{
        padding-bottom:60px;
        padding-top:60px;
    }
    
    #company{
        padding:60px 0;
    }
   
}



@media(max-width:476px){
    #visionmission{
        padding-top:60px;
        padding-bottom:60px;
    }
    #expertise{
        padding-top:60px;
        padding-bottom:60px;
    }
    
    #expertise .container{
        margin-top:0;
        padding-top:0;
    }
}

/*	------------------------ About Us END -------------------------- */

/* ------------------------- Career Start -------------------------- */
#careerForm .col-12 {
  margin-bottom: 12px;
}

.button.career-button {
  background-color: #000;
  width: 100%;
  text-transform: none;
  padding: 15px 0;
  font-size: 16px;
  border:none;
}
.button.career-button:hover {
  background-color: #23b0ba;

}
#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 -------------------------- */

/*	------------------------ 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 {
  background-color: #f8f8f8;
  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 {
}
.previousblogs .imagecol {
  aspect-ratio: 260 / 200;
  background-color: #e9e9e9;
}
.previousblogs .imagecol img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.previousblogs .textcol {
  padding: 20px 25px;
  background-color: white;
}
.previousblogs .textcol .date {
  color: #734f0d;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.previousblogs .textcol .title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.previousblogs .textcol p:has(.link) {
  margin-bottom: 20px;
}

.myPagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.myPagination a span {
  font-size: 18px;
}
.myPagination a {
  color: black;
  font-size: 14px;
  font-weight: 500;
  background-color: #f8f8f8;
  aspect-ratio: 1 / 1;
  border-radius: 100px;
  border: 1px solid #b6b6b6;
  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: #734f0d;
  aspect-ratio: 1 / 1;
  border-radius: 100px;
  border: 1px solid #734f0d;
  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;
}

#content.blogdetailview {
  background-color: #f8f8f8;
  padding-top: 50px;
}
.blogdetailview {
}
.blogdetailview .coverimage {
  width: 100%;
}
.blogdetailview .flexbox {
  margin-top: 30px;
  margin-bottom: 40px;
}
.blogdetailview .flexbox .titlesec {
  width: calc(100% - 200px);
}
.blogdetailview .flexbox .titlesec .date {
  color: #734f0d;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.blogdetailview .flexbox .titlesec .title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
.blogdetailview .flexbox .sharesec {
  width: 200px;
}
.blogdetailview .flexbox .sharesec p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.blogdetailview .flexbox .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);
}
#relatedblogs.previousblogs {
  padding-top: 30px;
}
#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 -------------------------- */
#info .content-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#info .info-container {
  padding: 15% 12% 15%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  text-align: center;
  min-height: 100%;
  background-color: #f6f9fc;
}

#info .info-wrapper {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 8px;
}

.info-container .flexbox {
  display: flex;
  gap: 16px;
  justify-content:center;
}

#branch {
  overflow: hidden;
}

#branch.contact{
   background: #F6F9FC;;
}

#branch .branchImg img {
  aspect-ratio: 4 /3;
  width: 100%;
}

#branch .branchImg {
  height: 100%;
  max-height: 315px;
}

#branch .branchSwiper2 .swiper-slide-prev {
  opacity: 0;
}

#branch .branchSwiper2 .swiper-slide {
  transition: opacity 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
#branch .branchSwiper2 .video-button-prev,#branch .branchSwiper2 .video-button-next {
  background-color:white;
  border-color:#fff;
}
#branch .branchSwiper2 .video-button-prev:hover,#branch .branchSwiper2 .video-button-next:hover {
  background-color:#000;
   border-color:#000;
}


#branch .branchInfo {
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 8px 8px 16px 0 rgba(0, 0, 0, 0.08);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#branch .location-icon {
  padding-top: 20px;
  border-top: 1px solid #cecece;
  display: flex;
  gap: 30px;
}

#branch .swiper-slide {
  height: auto;
}

#branch .branchContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#branch .branch-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#branch .inner-nav{
        z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    gap: 70%;
    width: 100%;
}

#forms .col-12,#academyForms .col-12 {
  margin-bottom: 12px;
}

#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 Us END -------------------------- */

/*	------------------------ Academy Us Start -------------------------- */
#why{
    overflow:hidden;
}

#why .why-container {
  display: flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap: 15px;
  margin: 40px 0 60px;
}
#why .why-container h4{
    margin:0;
}
#why .flexgap-15{
    justify-content:center;
}
#why .why-item {
  display: flex;
  gap: 10px;
  align-items:center;
  flex-direction:column;
  justify-content:space-between;
}

#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%;
  left:0;
  width: 100%;
}

#why .why-nav .video-button-prev, #why .why-nav .video-button-next {
    background:#fff;
    color:#000;
    border-color:#fff;
}
#why .why-nav .video-button-prev:hover, #why .why-nav .video-button-next:hover {
    background:#000;
    color:#fff;
    border-color:#000;
}

.video-button-prev.nostroke,.video-button-next.nostroke{
    background:#fff;
    color:#000;
    border-color:#fff;
}

.video-button-prev.nostroke:hover,.video-button-next.nostroke:hover{
    background:#000;
    color:#fff;
    border-color:#000;
}

.video-button-prev.carousel-button-prev.nostroke:hover,.video-button-next.carousel-button-next.nostroke:hover{
    background:#000;
    color:#fff;
    border-color:#000;
}

.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:56px;
  display: flex;
  height: 100%;
  gap: 10px;
  align-items: center;
  padding: 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{
    padding-bottom:30px;
}

#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 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: 62%;
  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;
}

#instructor .instructor-swiper .swiper-slide-prev,
#instructor .instructor-swiper .swiper-slide-duplicate-prev {
    opacity: 0;
}

#instructor .instructor-swiper .swiper-slide-next,
#instructor .instructor-swiper .swiper-slide-duplicate-next {
    opacity: 1; /* example */
}

#instructor .instructor-swiper {
    transition: opacity 0.3s ease;
}


#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;
    }
    #why .why-nav{
        gap:65%
    }
    #instructor .instructor-slide{
        flex-direction:column;
        gap:15px;
    }
    #why .why-left h2{
        text-align:center;
    }
    #why .why-left p{
        text-align:justify;
    }
    #why .why-container{
        justify-content:center;
        align-items:center;
        margin: 40px 0;
    }
    #why .why-left .flexgap-15{
        justify-content: center;
    }
    #why .whatsapp-button{
        padding:0 12px;
    }
    .whatsapp-button {
    padding:0 12px;
}
    #vacancy .whatsapp-button {
    padding:15px 12px;
}
#why .why-item {
    flex: calc(50% - 10px);
    text-align:center;
}
#why .why-item h4{
    font-size:14px;
}
}

/*	------------------------ 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;
  padding:15px 60px;
}

#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;
    }
    #portfolio .nav-container .nav .nav-link{
        padding:15px 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) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  .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%;
  }

  #content.aboutuspage .container-fluid {
    max-width: calc(100% - 60px);
  }
}
@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: 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 10px;
  }
  .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:1250px){
  #logo img{
    height: 40px;
  }
  #primary-menu{
    max-width: 700px;
  }
 
}
@media(max-width:1200px){
  #logo img{
    height: 40px;
  }

 
}
@media(max-width:1023.9px){
  #logo{
    display: none;
  }
  #primary-menu-container .outter-flexbox{
    justify-content: flex-end;
  }
}
@media (max-width: 991.9px) {
  #primary-menu-container{
    position: sticky;
    top: 0;
  }
  #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) {
   #primary-menu-container {
    display: none;
  }
  #faq{
      padding-bottom:60px;
  }
  html, body, p{
      font-size:14px;
  }
  h1{
      font-size:30px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3,
  .homeproduct .product-desc .product-title,
  .homeproduct .product-desc .product-price ins {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5,
  .homeproduct .product-desc .product-price del {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
  small,
  .sm-text {
    font-size: 10px;
  }
  .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;

    }
}

@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-top: 15px;
  }
  .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: 333.9px) {
  .header-inner-flexbox {
    /*width: calc(100% - 85px);*/
  }
}
@media (max-width: 279.9px) {
  #primary-menu-trigger,
  #page-submenu-trigger {
    width: 35px;
  }
}

/*	------------------------ Responsive END -------------------------- */
