@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Tilt-warp";
  src: url("../fonts/TiltWarp-Regular-VariableFont_XROT,YROT.ttf")
    format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "zcool";
  src: url("../fonts/ZCOOLKuaiLe-Regular.ttf")
    format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSans-VariableFont_wdth,wght.ttf")
    format("truetype");
  font-weight: 400;
}
/*	------------------------ 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: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
.textCenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
h1,
.h1 {
  font-weight: 400;
  font-size: 45px;
  color: #000;
}
h2,
.h2 {
  font-weight: 400;
  font-size: 35px;
  color: #000;
}
h3,
.h3 {
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 1.5;
}
.fs-20 {
  font-size: 20px;
}
h4,
.h4 {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height:1.5;
}
h5,
.h5 {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height:1.5;
}
h6,
.h6 {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
small,
.sm-text {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.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;
}
.tilt-warp-title {
  font-family: "tilt-warp";
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.zcool{
    font-family:"zcool";
}
.noto{
    font-family:"noto-sans";
}
.tilt-warp {
  font-family: "tilt-warp";
  text-transform: uppercase;
  letter-spacing: 2px;
}

section {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.tilt-warp-title + p.textCenter {
    margin-bottom:40px; 
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  cursor: default;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  z-index: 9999 !important;
}

.white{
  color: #fff;
}

.button {
  background-color: #ffdb00;
  color: #000;
  font-size: 18px;
  border-radius: 100px;
  font-weight: 500;
  text-shadow: none;
  padding: 20px 35px;
  letter-spacing: 0;
  line-height: 1;
  letter-spacing: 1.44px;
  display: block;
  width: fit-content;
  white-space: nowrap;
  border:none;
}
.button.white{
  background-color: #fff;
  color: #000;
  padding: 20px 35px;
}
.button.orange{
    background-color:#FFBF00;
}
.button:hover {
  background-color: #ffbf00;
}
.button2 {
  background-color: #5b5b5b;
  color: white;
}
.button2:hover {
  background-color: #cc9739;
}
.button3 {
  background-color: #cc9739;
  color: #fff;
  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;
}
.button3:hover {
  background-color: #734f0d;
}
.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-radius: 100px;
  border: 1px solid #cc9739;
  font-size: 16px;
  text-shadow: none;
  padding: 20px 35px;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  height: auto;
  line-height: 1.3;
  text-decoration: none;
}
.button-outlined:hover {
  background-color: #cc9739;
  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;
}
#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;
}
.textWhite {
  color: white;
}


.mb-60-30{
  margin-bottom: 60px;
}

.mb-30-15{
    margin-bottom:30px;
}

.col-mb{
    margin-bottom:30px;
}

@media(max-width:767px){
    .mb-60-30{
  margin-bottom: 30px;
}
.mb-0-sm{margin:0;}
.mb-30-15{margin-bottom:15px;}
.col-mb-sm{
    margin-bottom:30px;
}
}

/*	------------------------ General END -------------------------- */

/*	------------------------ Header -------------------------- */

.top-message {
  background-color: #f7ecda;
}
.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: #555;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.top-message .content p a {
  color: #555;
  font-weight: 700;
}

.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: 50px;
  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;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  /*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 {
}

.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: 850px;
  /*width: 100%;*/
}
#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: #FFDB00;
  font-weight: 700;
}
#primary-menu ul ul li a:hover,
#primary-menu ul ul li.current a {
  background-color: #FFDB00;
  font-weight: 700;
}

.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: "Poppins", 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: Poppins;
  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;
  overflow:hidden;
}
.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 -------------------------- */

#cta {
  margin-top: 60px;
  margin-bottom: 60px;
}
.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%;
}

.social-container{
    margin-top:30px;
    display:flex;
    gap:35px;
    align-items:center;
}
#footer .social-container img{
    margin:0;
    min-height:25px;
}
.social-container p{
    font-size:13px;
    margin:0;
    font-weight:600;
}
.social{
    display:flex;
    gap:12px;
}

#footer {
  color: #000;
  font-family: "Poppins", sans-serif;
}
.footerp {
  color: #000;
  font-weight: 300;
}
#footer h4 {
  color: #000;
}

#footer img{
  margin-bottom: 12px;
}
#footer .company_name{
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
#merchantimg img {
  max-height: 23px;
}
.address p {
  font-size: 16px;
  color: #000;
}
#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: #555;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#footer .widget.contactdiv li{
    color:#555;
}
#footer .widget_links a:hover {
  color: #cc9739;
  -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:20px 0;
}
#copyrights p{
    margin:0;
}
#copyrights a {
  color: #555;
  font-size:13px;
}
#copyrights a:hover {
  color: #cc9739;
}

/*	------------------------ Footer END -------------------------- */

/*	------------------------ Home Start -------------------------- */

#sliderm .swiper-pagination {
  width: 100%;
  bottom: 50px;
  text-align: center;
}
#slider .swiper-pagination{
  width: 100%;
  bottom: 50px !important;
  text-align: start;
  margin-left:200px;
}
@media(max-width:1599px){
   #slider .swiper-pagination{
      margin-left:60px;
    }
}
#slider .swiper-pagination span,
#sliderm .swiper-pagination span {
  background-color: #fff;
  border: 1px solid #F6C41C;
}
#slider .swiper-pagination-bullet{
    width:10px;
    height:10px;
}
#slider .swiper-pagination span.swiper-pagination-bullet-active,
#sliderm .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #F6C41C;
}
#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 .arrow-button-prev{
  position: absolute;
  top: 50%;
  left: 3%;
}


#slider .arrow-button-next{
  position: absolute;
  top: 50%;
  right: 3%;
}

#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 center;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
}
#sliderm .slider-caption {
  max-width: 100%;
  padding-top: 60px;
  position: absolute;
  left: auto;
  top: auto;
}

#intro {
  padding: 100px 0 0;
}

#intro .intro-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 10px;
  margin-bottom: 20px;
}

#intro .intro-wrapper svg {
  position: relative;
  bottom: -10px;
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

#about.homepage {
  overflow: hidden;
}
#about.homepage .about-content {
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#about.homepage .tilt-warp {
  font-family: "tilt-warp";
  font-size: 20px;
}

#about.homepage .img-wrapper {
  position: relative;
}

#about.homepage .video-wrapper {
  position: relative;
  cursor: pointer;
}

#about.homepage .video-wrapper img {
  width: 100%;
  border-radius: 16px;
}
#about.homepage .video-wrapper svg {
  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;
}

#about.homepage .img-wrapper > svg {
  position: absolute;
  right: -40%;
  bottom: 0;
  z-index: -1;
}

.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-modal-content {
  position: relative;
  width: 100%;
  margin: 10% auto;
  background: #000;
  overflow: hidden;
}
.video-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

#why.homepage {
  padding: 60px 0 30px;
}

#why .why-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 60px 0;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#why.aboutus .tilt-warp-title{
    margin-bottom:30px;
}

#why.aboutus .why-container {
  padding: 30px 0;
}

#why .why-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
 max-width:430px;
}

#why .why-container img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 50%;
}
#why.aboutus .why-container img{
    bottom: 35%;
}

.opacity-overlay {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 10%,
    #fff 90%
  );
  height: 150px;
  width: 35%;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

#why .why-item {
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  padding: 20px 40px;
  display: flex;
  gap: 20px;
  height:100%;
}

#why .why-item p {
  margin: 0;
}

.why-image-sm{
    max-width:350px;
    text-align:center;
    margin:auto;
    margin-bottom:30px;
    position:relative;
}

#achievement.homepage .achievement-container {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}

#achievement.homepage .achievement-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#achievement.homepage .achievement-item .item-img {
  padding: 20px;
  background: #a300fb;
  border-radius: 50%;
  width: fit-content;
  margin: 0 auto 10px;
}

#achievement.homepage .grey-card {
  border-radius: 16px;
  background: rgba(245, 245, 245, 0.5);
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#achievement.homepage .grey-card .card-content {
  margin-bottom: 30px;
}
#achievement.homepage .grey-card .card-content img {
  text-align: center;
  margin-bottom: 30px;
}

#achievement.homepage .grey-card .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#achievement.homepage .grey-card .card-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
#achievement.homepage .grey-card .card-button a {
  color: #dca900;
  font-weight: 700;
  font-size: 14px;
  text-decoration-line: underline;
}

#testimonial {
  background: url("../images/panda/testimonial.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding:60px 0;
}

.mb-20{
  margin-bottom: 20px;
}



#testimonial .testimonial-card {
  padding: 22px 36px;
  background-color: #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  box-shadow: 8px 4px 12px 0 rgba(206, 206, 206, 0.25);
  border: 1px solid #F0F0F0;
  min-height: 500px;
}
#testimonial .star-blocks{
  margin-bottom: 20px;
}
#testimonial .testimonial-content{
  line-height: 30px; 
  letter-spacing: 1.12px;
  margin-bottom: 20px;
}


#testimonial  .testimonial-user{
  display: flex;
  gap: 25px;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  border-top: 0.8px solid #CECECE;
}

#testimonial .testimonial-user .svg-circle {
  width: 60px;              
  height: 60px;            
  display: flex;           
  align-items: center;      
  justify-content: center;
  background: #D9D9D9;      
  border-radius: 50%;      
}

#testimonial .testimonial-user .svg-circle svg {
  width: 30px;             
  height: 30px;               
}



.stars-block {
  background-image: url(../images/panda/stars.webp);
  background-position: 0 0;
  background-repeat: no-repeat;

  width: 100%;
  min-height: 50px;
}


#comparison .comparison-table {
  margin: 60px auto;
}

.table-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}

#comparison .header-item {
  padding: 40px 0 30px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-family: "tilt-warp";
}

.header-item {
  padding: 30px 8px 30px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}



.header-item.first {
  justify-self: flex-start;
}

.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}

.table-row:nth-child(even) {
  background: #fffdf5;
}

#comparison .panda-header {
  border-left: 1px solid #a300fb;
  border-right: 1px solid #a300fb;
  border-top: 1px solid #a300fb;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.panda-placeholder {
  position: absolute;
  top: -30px;
}

.table-row:last-child {
  border-bottom: none;
}

.row-item {
  padding: 25px 8px;
  display: flex;
  align-items: center;
  position: relative;
}

.row-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  height: 40%;
  width: 1px;
  background: #f1f3f4;
}

.feature-name {
  color: #000;
  font-weight: 500;
  line-height: 1.4;
}

.check-icon,
.cross-icon {
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
}

#comparison .check-icon {
  border-left: 1px solid #a300fb;
  border-right: 1px solid #a300fb;
}

#comparison .check-icon.last {
  border-left: 1px solid #a300fb;
  border-right: 1px solid #a300fb;
  border-bottom: 1px solid #a300fb;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media(max-width:1600px){
    #slider .arrow-button-prev{
        left:1%;
    }
    #slider .arrow-button-next{
        right:1%;
    }
}
@media(min-width:1399px){
    #slider .button{
        margin-top:30px;
    }
}

@media(max-width:1199px){

  #why .why-container img{max-width:350px;}
  #why .why-container img{
    bottom:35%;
    }
   #why.aboutus .why-container img{
    bottom:25%;
    }


  #why .why-item{max-width: 350px;}
  .opacity-overlay {bottom: 15px;width: 40%;}
  #why .why-container{padding: 60px 0 60px;}
}

@media(max-width:1099px){
    #slider .swiper-pagination{
    bottom:10px !important;
}
}

@media(max-width:991px){
    #why .why-container{
        padding:60px 0 0;
    }
    #why .why-image-sm .opacity-overlay{
        bottom:0;
        width:100%;
    }
    #why.aboutus .why-image-sm .opacity-overlay{
        bottom:0;
        width:100%;
    }
    #slider .button{
        margin-top:30px;
    }
    .header-inner-flexbox:after {
        content: '';
        display: inline-block;
        width: 50px;
        height: 50px;
    }
    .header-inner-flexbox {
        width: 100%;
        justify-content: space-between;
    }
    #header{position:sticky;top:0;z-index:9999;background-color:#fff;}
}
@media(max-width:767px){
    section{padding:60px 0 0;}
    #why.homepage {padding:60px 0 0;}
    #intro{padding:60px 0 0;}
    #about.homepage{padding:30px 0 0;}
    #testimonial{background-size:cover;}
    #achievement.homepage .achievement-container {
  flex-wrap:wrap;
}

#achievement.homepage .achievement-item{flex:50%;margin-bottom:20px;}
#comparison .header-item{padding:25px 0 30px;}
.panda-placeholder svg{max-width:100px;}
.why-container .img-wrapper{display:none;}
#why .why-container{padding:0;flex-wrap:wrap;flex-direction:column;margin-top:15px;}
#why .why-container svg{width:50px;height:50px;}
#why .why-item{max-width:none;}
#why .why-wrapper:first-child{margin-bottom:30px;}
#achievement{padding:60px 0;}
#achievement.homepage .achievement-container{padding:30px 0 10px;}
#achievement.homepage .grey-card .card-bottom {align-items:center;}
#achievement.homepage .grey-card .card-bottom svg{max-width:100px;}
#achievement.homepage .grey-card .card-button a{max-width:110px;}
.table-header,.table-row {grid-template-columns: 3fr 2fr 2fr;}
}
/*	------------------------ Home END -------------------------- */

/* ------------------------- About Start ----------------------- */

#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 {
  padding: 60px 0 0;
}

#visionmission .vision-card {
  padding: 50px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  height: 100%;
  text-align: justify;
}

#visionmission .vision-card .title-icon {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}

#founder {
  background: url("../images/panda/founder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#founder svg {
  position: absolute;
  bottom: -50px;
  right: 0;
}

#founder .row-1 .polaroid {
  background-color: #fff;
  padding: 23px 23px 50px 23px;
  border-radius: 16px;
  transform: rotate(8deg);
  position:relative;
}

#founder .row-1 .polaroid .arrow{
    position:absolute;
    bottom:0;
    left:-80px;
}

#founder .row-2 .polaroid .arrow{
    position:absolute;
    bottom:0;
    right:-80px;
    transform: scaleX(-1);
}

#founder .row-2 .polaroid {
  background-color: #fff;
  padding: 23px 23px 50px 23px;
  border-radius: 16px;
  transform: rotate(-5deg);
  position:relative;
}

#founder .polaroid img {
  border-radius: 16px;
}

#founder .founder-content {
  align-self: center;
  text-align: justify;
}

#founder .extra-content {
    max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
  text-align: justify;
}

#founder .extra-content.show{
    max-height:1000px;
}

#founder .read-more,
#founder .read-less {
  display: inline-block;
  text-decoration: underline;
  color: #a300fb;
}



#founder .hide {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

#founder .hide.show {
  max-height: 2000px;
}

#founder .row-2 {
  margin-top: 30px;
}

#achievement .achievement-title {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
}

#location {
  background: url("../images/panda/location.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#location .location-card {
  display: flex;
  padding: 25px 40px 40px 40px;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
  background: #fff;
  max-width: 80%;
  border-radius: 16px;
  background: url(../images/panda/location-card2.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
#location .location-card ul li {
  line-height: 33px;
}

#location .wrapper {
  position: relative;
}

#location .wrapper svg {
  position: absolute;
  bottom: -15px;
  right: -75px;
  z-index: 1;
  transform: rotate(-20deg);
}
@media(max-width:991px){
    #founder .polaroid{
        max-width:300px;
        margin:auto;
    }
    
    #founder .row-2{
        flex-direction: column-reverse;
    }
    #founder .row-1 .polaroid .arrow{
    position: absolute;
    top: -30px;
    right: 6px;
    left: auto;
    transform: scaleX(-1) rotate(29deg);
}

#founder .row-2 .polaroid .arrow{
    position: absolute;
    top: -25px;
    right: auto;
    left: 4px;
    transform: scaleX(1) rotate(35deg);
}
}
@media(max-width:767px){
    #why.aboutus .why-container{margin-bottom:0;}
    #why.aboutus{padding:30px 0 60px;}
    #visionmission{padding:30px 0 30px;}
    #visionmission .vision-card{text-align:start;}
    #why.aboutus .why-container{padding:0;}
    #founder{
        padding:60px 0;
    }
    #founder svg {bottom:-70px;}
    #location{padding:60px 0;}
}
/* ------------------------- Our Teachers Start-------------------------------------------- */
#slider.teacher-slider{
    aspect-ratio:1440/768;
}
#sliderm.teacher-slider{
    aspect-ratio:1440/768;
}
#sliderm.teacher-slider .swiper-pagination{
    bottom:20px;
}
#category {
  padding: 60px 0 0;
}
#category .filters ul {
  margin-top: 20px;
  display: flex;
  list-style: none;
  padding-left: 0px !important;
  justify-content: space-between;
  gap: 15px;
}
#category .filters ul li {
  display: flex;
  text-align: left;
  margin-right: 0px;
  padding: 0px !important;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0px;
  background-color: #f3f3f3;
  transition: 0.3s;
  text-transform: uppercase;
  border-radius: 16px;
  align-items: center;
  text-align: center;
  height: 80px;
  flex-grow: 1;
}

#category .filters ul li .cat_name {
  margin-bottom: 0px !important;
  padding: 25px;
  text-align: center;
  float: left;
  width: 100%;
  transition: all 0.3s;
  text-decoration: none !important;
}

#category .filters ul li:hover,
#category .filters ul li:has(.hover-show.active) {
  background-color: #ffdb00;
  color: #000;
}

.teacher {
  aspect-ratio: 340 / 380;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:top;
  border-radius: 16px;
}

.teacher-primary .teacher-name {
	color: #ffa5a5; 
}
.teacher-secondary .teacher-name {
	color: #228ace; 
}
.teacher-daycare .teacher-name {
	color: #57bdb9; 
}
.teacher-consultant .teacher-name {
	color: #f29f16; 
}


.teacher-name {
  color: #ffa5a5;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.teacher-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  text-align: center;
}

.teacher-content {
  color: #fff;
  line-height: 30px;
  text-transform: capitalize;
  text-align: justify;
}

.teacher-overlay {
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 40px 50px;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  max-height: 0;
  opacity: 0;
}

.teacher:hover .teacher-overlay {
  max-height: 100%;
  opacity: 1;
  cursor: pointer;
}

#teacher-say {
  overflow: hidden;
  padding: 100px 0 60px;
  background: url(../images/panda/teacher-say.jpg) no-repeat center/cover;
}

.testimonial-box {
  position: relative;
  background: #fff;
  padding: 50px 40px;
  border-radius: 16px;
  margin: 40px 0 35px;
}

.quote-icon {
  position: absolute;
  top: -35px;
  left: 100px;
}

.testimonial-swiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.testimonial-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

#teacher-say .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

#teacher-say .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  height: 15px;
  width: 15px;
  margin: 0 10px;
  border: 1px solid #fff;
}

#programme .swiper-pagination .swiper-pagination-bullet{
  background-color: #fffbe5;
  height: 15px;
  width: 15px;
  margin: 0 10px;
  border: 1px solid #fff;
}

#programme .swiper-pagination .swiper-pagination-bullet-active,#teacher-say .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

#teacher-say svg {
  position: absolute;
  z-index: 2;
  bottom: -60px;
  right: -90px;
}

#video {
  padding: 100px 0;
}

#video iframe {
  width: 100%;
  aspect-ratio: 2 /1;
  border-radius: 16px;
  margin-bottom: 30px;
}

#vacancyform .col-12,#enquiryForm .col-12 {
  margin-bottom: 20px;
}

#vacancyform {
  margin-bottom: 0;
  background: url("../images/panda/vacancy-bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 100px 0;
}

#vacancyform .form-container {
  background-color: #fff;
  border-radius: 16px;
  padding: 90px;
  position: relative;
}

[class^="el-"] {
  position: absolute;
  z-index: -1;
}

.el-01 {
  top: -60px;
}

.el-02 {
  left: -90px;
  top: 21%;
}

.el-03 {
  right: -90px;
}

.el-04 {
  bottom: 10%;
  right: -140px;
}

#vacancyform .button,#enquiryForm .button {
  border-radius: 8px;
  width: 100%;
  border: none;
}

#vacancyform .colfileupload {
  display: flex;
  margin: 30px 0 15px;
}
#vacancyform #submitBtnApplication {
  text-align: center;
}
#vacancyform label {
  font-weight: normal;
}
#vacancyform .colfileupload .input {
  margin-left: 15px;
}
#vacancyform .colfileupload .input span {
  display: block;
  margin-top: 10px;
}
#vacancyform option:disabled {
  color: #00a9ce;
  font-weight: 600;
}
#vacancyform .form-group {
  position: relative;
}
#vacancyform .col-12 > .file-list {
  margin: 0;
}
#vacancyform .col-12:has(.file-list) {
  margin: 0;
}
.file-details {
  flex: 1;
  padding-left: 10px;
  text-align: start;
}

.file-details .file-name,
.file-details .file-size {
  font-size: 14px;
}

#vacancyform .sm-form-control,#forms .sm-form-control {
  border-radius: 8px;
  border: 1px solid #cecece;
  padding: 15px;
  font-size: 14px;
}

.file-drop-area {
  border: 2px dashed #cecece;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.file-drop-area:hover{
    border-color:#ffdb00;
    background-color:#fffbe5;
}
.file-drop-area.drag-over{
    border-color:#ffdb00;
    background-color:#fffbe5;
    transform:scale(1.02);
}
.upload-icon {
  font-size: 32px;
  color: #ffdb00;
  margin-bottom: 10px;
}

.upload-text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-family: "tilt-warp";
  text-transform: capitalize;
  margin-bottom: 5px;
  letter-spacing: 1.6px;
}
.upload-subtext {
  font-size: 14px;
  color: #555;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-list {
  margin-top: 15px;
}

.file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 8px;
}

.file-info {
  display: flex;
  align-items: center;
  flex: 1;
}

.file-remove {
  background: none;
  border: none;
  color: #ff4444;
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
  border-radius: 3px;
  transition: background-color 0.2s;
}

@media(max-width:767px){
    #video iframe{margin-bottom:5px;}
    #video{padding:60px 0 30px;}
    #teacher-say{padding:60px 0;}
    .quote-icon{left:50px;}
    #teacher-say svg{right:0;}
     .filters ul{flex-wrap:wrap;}
    .filters ul li{flex:47%;}
    #vacancyform .form-container{padding:30px;}
    .file-drop-area{padding:20px;}
    #vacancyform{background-size:cover;padding:60px 0;} 
    .tilt-warp-title + p.textCenter{margin-bottom:30px;}
    #category .filters ul{margin-top:0;}
}
/* ------------------------- Our Teachers End-------------------------------------------- */

/* ------------------------- Our Programme Start-------------------------------------------- */
.programme-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1000px;
  background: #fffbe5;
  padding:  60px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  height: 100%;
  border: 3px solid transparent;
  transition: border-color 0.3s;
}

#programme .programme-swiper .swiper-slide{
  height: auto;
}

.programme-container:hover {
  border-color: #ffdb00;
  background: rgba(255, 219, 0, 0.1);
}

.programme-container .arrow-right {
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

.programme-container:hover .arrow-right {
  opacity: 1;
}

#programme .col-12 {
  margin-bottom: 60px;
}

.programme-container img {
  height: 200px;
  object-fit:contain;
}

.programme-name {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.programme-subtitle {
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.28px;
}
@media(max-width:1500px){
    #programme.homepage .programme-container {
        padding:30px;
    }
}
@media(max-width:767px){
    .programme-container .arrow-right{opacity:1;}
    .programme-container{padding:30px;margin:0 30px;border-radius:170px;border-color: #ffdb00;}
    #programme.homepage .programme-container{
    padding:30px 60px;
}
#programme .col-12{margin-bottom:30px;}
#comparison.programmeview{padding:30px 0 60px;}
#comparison.programmeview .comparison-table{margin:0;}
}
/* ------------------------- Our Programme End-------------------------------------------- */

/* ------------------------- TalentGPS Start-------------------------------------------- */
#talentgps .tilt-warp {
  margin-bottom: 30px;
}
#talentgps .flex-container {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

#talentgps .talent-img {
  text-align: center;
}

#talentgps .talent-img img {
  max-height: 350px;
}
#graph{
    position:relative;
}
#graph .image-wrapper {
  margin-bottom: 60px;
  text-align: center;
}

#graph .bold {
  font-weight: 600;
}

#graph ul li {
  margin-bottom: 20px;
}

#talent-video {
  overflow: hidden;
}
#talent-video .left-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff1b8;
  position: relative;
  padding:0 50px;
}

#talent-video .left-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: -400px; 
  width: 400px;
  height: 100%;
  background: #fff1b8;
  z-index: -1; 
}

#talent-video .left-row p {
  text-align: justify;
}
#talent-video .right-row {
  background-color: #fffbeb;
  position: relative;
  padding:100px 0 100px 100px;
}

#talent-video .right-row::after {
  content: "";
  position: absolute;
  top: 0;
  right: -400px; 
  width: 400px;
  height: 100%;
  background: #fffbeb;
  z-index: -1; 
}
#talent-video .video-container {
  display: flex;
}

#talent-video .right-row iframe {
  aspect-ratio: 197 / 110;
  max-width: 600px;
  border-radius: 16px;

}

#talent-video .video-swiper .swiper-slide {
  opacity: 0;
  transition: all 0.3s ease;
}
#talent-video .video-swiper .swiper-slide-active {
  opacity: 1;
}

.arrow-button-prev,
.arrow-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: white;

  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.16))
    drop-shadow(0 0 4px rgba(0, 0, 0, 0.08));
  transition: background-color 0.3s, color 0.3s;
  z-index: 3;
}

#talent-video .arrow-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}

#talent-video .arrow-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/*@media (min-width: 576px) {*/
/*  #talent-video .left-row {*/
/*    padding-left: calc((100vw - 540px) / 2);*/

/*  }*/
/*  #talent-video .right-row {*/
/*    padding-right: calc((100vw - 540px) / 2);*/
/*  }*/
/*}*/

/*@media (min-width: 768px) {*/
/*  #talent-video .left-row {*/
/*    padding-left: calc((100vw - 720px) / 2);*/

/*  }*/
/*  #talent-video .right-row {*/
/*    padding-right: calc((100vw - 720px) / 2);*/
/*  }*/
/*}*/

/*@media (min-width: 992px) {*/
/*  #talent-video .left-row {*/
/*     padding-top: 60px;*/
/*    padding-bottom: 60px;*/
/*    padding-right: 80px;*/
/*    padding-left: calc((100vw - 960px) / 2);*/
  
/*  }*/
/*  #talent-video .right-row iframe{width:500px;}*/
/*  #talent-video .right-row {*/
/*      padding-left: 80px;*/
/*    padding-top: 60px;*/
/*    padding-bottom: 60px;*/
/*    padding-right: calc((100vw - 960px) / 2);*/
/*  }*/
/*}*/

/*@media (min-width: 1200px) {*/
/*  #talent-video .left-row {*/
/*    padding-left: calc((100vw - 1140px) / 2);*/
   
/*  }*/
/*  #talent-video .right-row {*/
/*      padding-left: 80px;*/
/*    padding-top: 60px;*/
/*    padding-bottom: 60px;*/
/*    padding-right: calc((100vw - 1140px) / 2);*/
/*  }*/
/*}*/

/*@media (min-width: 1400px) {*/
/*  #talent-video .left-row {*/
/*    padding-top: 60px;*/
/*    padding-bottom: 60px;*/
/*    padding-right: 80px;*/
/*    padding-left: calc((100vw - 1170px) / 2);*/
    
/*  }*/
/*   #talent-video .right-row iframe{width:700px;}*/
/*  #talent-video .right-row {*/
/*    padding-left: 80px;*/
/*    padding-top: 60px;*/
/*    padding-bottom: 60px;*/
/*    padding-right: calc((100vw - 1170px) / 2);*/
/*  }*/
/*}*/


#price .tab-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;

}

#price .custom-tab {
    gap: 15px;

}
#price .nav-item{
    max-width: calc(25% - 15px);
    width:100%;
}
#price .nav-link {
    font-size: 20px;
    padding: 25px 15px;
    border-radius: 16px;
    background-color: #F3F3F3;
    font-weight: 400;
    color: #000;
    height:100%;
    width:100%;
}

#price .nav-link.active {
    background-color: #FFDB00;
    font-weight: 600;
    color: #000;
}

#price .content-wrapper {
    padding: 77px 72px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
}

#price .purple-price {
    margin-top: 80px;
    border-radius: 16px;
    background: #A300FB;
    position: relative;
    display: flex;
    justify-content: center;
    
    padding: 25px 0;
}

#price .purple-price p{
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

#price .purple-price .panda-left{
    position: absolute;
    top: -60px;
    left: 70px;
}


#price .purple-price .panda-right{
    position: absolute;
    top: -60px;
    right: 70px;
}


#registration{
    background: url("../images/panda/register-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      overflow: hidden;
}

#registration .register-container{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
    gap:30px;
}

#registration .register-container .flexbox{
    justify-content:space-around;
}

@media(max-width:991px){
    #price .custom-tab{
        flex-wrap:wrap;
    }
    #price .custom-tab .nav-item{
        max-width:calc(50% - 15px);
    }
    #talent-video .left-row{
        padding:60px 15px 30px;
    }
    #talent-video .right-row{
        padding:60px 15px;
    }
    #talent-video .left-row::before {   
        width:1300px;
        left:-300px;
    }
    #talent-video .right-row::after{
        width:1300px;
        right:-300px;
    }
    #talent-video .arrow-button-prev{
        left:0;
    }
    #talent-video .video-swiper .swiper-slide-active{
        text-align:center;
    }
    #talent-video .right-row iframe{width:auto;}
    #talent-video{padding:0;}
}
@media(max-width:767px){
    #graph{padding:60px 0;}
    #price{padding:60px 0;}
    #registration{padding:60px 0;}
    #graph .image-wrapper{margin-bottom:30px;}
    #price .purple-price .panda-left{
        left:15px;
    }
    #price .nav-link{font-size:14px;}
    #price .purple-price .panda-right{
        right:15px;
    }
    #price .purple-price p{
        font-size:20px;
    }
    #price .purple-price {
        padding:15px 0 ;
    }
    #registration .register-container .flexbox{
        flex-wrap:wrap;
        gap:15px
    }
    #registration .button{
        width:200px;
        text-align:center;
    }
    #gallery{padding:60px 0 30px;}
}

/* ------------------------- Panda 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: transparent;
  padding-top: 40px;
  position:relative;
}
#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;
}
#content.bloglistview .blog-search{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-bottom:30px;
}
#content.bloglistview .blog-search p{
    margin:0;
    align-self:center;
}
#content.bloglistview .blog-search select{
    border: 1px solid #cecece;
    border-radius: 10px;
    padding:5px;
    width:fit-content;
}
.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: 300/300;
  overflow: hidden;
  position: relative;
}
.previousblogs .imagecol:hover .whatsapp-btn {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
.previousblogs .imagecol:hover img {
  opacity: 0.6;
}
.previousblogs .imagecol img {
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.previousblogs .textcol {
  padding: 20px 0;
}
.previousblogs .textcol .date {
  color: #a300fb;

  line-height: normal;
  margin-bottom: 12px;
}
.previousblogs .textcol .title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  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;
}

.blog-list {
  display: flex;
  gap: 15px;
  align-items: center;
}

.blog-list img {
  max-width: 100px;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}

.related-blog ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-blog ul li{
  margin-bottom: 30px;
}
#content.bloglistview .filters{
    margin-bottom:40px;
}
.filters ul {
    margin-top: 30px;
    display: flex;
    /* justify-content: center; */
    list-style: none;
    padding-left: 0px ! important;
    justify-content: space-between;
    gap: 20px;
}

.filters ul li:has(.cat_name.active) {
    background-color: #FFDB00;
}


.filters ul li .cat_name.active {
    background-color: #FFDB00;

}

.filters ul li {
    display: flex;
    text-align: left;
    margin-right: 0px;

    font-size: 20px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
    background-color: #F3F3F3;
    transition: 0.3s;
    text-transform: capitalize;
    /* border: 1px solid #dddddd; */
    border-radius: 16px;
    align-items: center;
    text-align: center;
    flex-grow: 1;
}

.filters ul li .cat_name {
    margin-bottom: 0px;
           padding: 25px 20px;
    text-align: center;
    font-weight: 400;
    width: 100%;
    transition: all .3s;
    text-decoration: none;
    border-radius: 16px  ;
}

.filters ul li .cat_name.active {
    font-weight: 600;
}

.blog-list .related-date p {
  color: #a300fb;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.96px;
}

.blog-list .related-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
}

.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: #f8f8f8;
  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,.myPagination .active {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  background-color: #ffdb00;
  aspect-ratio: 1 / 1;
  border-radius: 100px;
  border: 1px solid #ffdb00;
  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: transparent;
  padding-top: 50px;
}
.blogdetailview {
}
.blogdetailview .coverimage {
  width: 100%;
}
.blogdetailview .flexbox {
  margin-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.blogdetailview .flexbox .titlesec {
  width: calc(100% - 200px);
}
.blogdetailview .flexbox .titlesec .date p {
  color: #a300fb;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  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: 10px;
}
.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;
}

@media(max-width:767px){
    .filters ul li .cat_name{
        font-size:14px;
        padding:15px 20px;
    }
    #content.bloglistview{padding:60px 0;}
    .more-blog{border-top:1px solid #fefefe;}
}

/*	------------------------ News & Events / Blogpost END -------------------------- */

/*  ------------------------ Video -----------------------------------------------*/


.grade {
        display: flex;
        gap: 15px;
        margin-bottom: 60px;
    }

    .grade a {
        flex: 1;
        border-radius: 16px;
        background-color: #f3f3f3;
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

    .grade a:hover,
    .grade a.active {
        background-color: #FFDB00;
        font-weight:600;
    }

    #free-video .iframe-container {
        margin-bottom: 40px;
    }

    #free-video iframe {
        aspect-ratio: 423/238;
        width: 100%;
        height: 100%;
        border-radius: 16px;

    }

    #free-video .nav {
        margin-bottom: 30px;
        border: none;
    }

    #free-video .nav-tabs .nav-link {
        color: #000;
    }

    #free-video .nav-tabs .nav-link {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        /* reset all */
        border-bottom: 3px solid transparent;

    }

    #free-video .nav-tabs .nav-link:hover,
    #free-video .nav-tabs .nav-link:focus {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 3px solid #FFDB00;

    }

    #free-video .nav-tabs .nav-link.active {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 3px solid #FFDB00;
        font-weight: 600;
    }
    @media(max-width:767px){
        .grade a{
            font-size:14px;
            padding:10px 0;
        }
        .grade{
            gap:8px;
            margin-bottom:30px;
        }
    }
    
/* ------------------------ Video End ----------------------------------------------- */


/*	------------------------ Contact Us START -------------------------- */

#banner.contactuspage {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #banner.contactuspage {
    aspect-ratio: 1440 / 615;
    background-size: cover;
    background-position: top right;
    background-image: url("../images/layout/contact-banner.webp");
  }
}
#banner.contactuspage .container-fluid {
  height: 100%;
}
#banner.contactuspage .container-fluid .row {
  height: 100%;
  align-items: center;
}
#banner.contactuspage .container-fluid .row > .col-12 {
  max-width: 42%;
}
#banner.contactuspage p:has(.tag) {
  margin-bottom: 16px;
}
#banner.contactuspage .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.contactuspage h1 {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
}
#banner.contactuspage h5 {
  margin-top: 30px;
  margin-bottom: 12px;
}
#banner.contactuspage h5 + .flexbox .textbox {
  padding-left: 12px;
  max-width: 450px;
}
#contact-details {
  background: #f8f8f8;
  padding: 0;
}
.contactinfo-section:nth-child(2) {
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
}
.contact_grid {
  height: 100%;
  padding: 40px 20px;
}
.contactinfo-section .contact_grid .flexbox {
  justify-content: center;
}
.contactinfo-section .contact_grid .iconbox {
  margin-bottom: 0;
  width: 55px;
  display: flex;
  align-items: center;
}
.contactinfo-section .contact_grid .iconbox svg {
  object-fit: contain;
  object-position: center;
  height: 55px;
  width: 55px;
  max-width: 100%;
  max-height: 100%;
}
.contactinfo-section .contact_grid .textbox {
  padding-left: 20px;
  width: calc(100% - 65px);
}
.contactinfo-section .contact_grid .textbox span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin-bottom: 5px;
}
.contactinfo-section .contact_grid .textbox a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

#forms {
  padding: 60px 0;
  position: relative;
  height: 100%;
  background-image: url(../images/panda/contact-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#forms .container-fluid {
  min-height: 500px;
}
#forms .container-fluid > .row {
  height: 100%;
  min-height: 500px;
  align-content: center;
}
.form-container {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
#forms .tag {
  color: #74500c;
  margin-bottom: 10px;
  display: block;
}
#forms h2 {
  margin-bottom: 10px;
}
#forms h2 + p {
  margin-bottom: 30px;
}
.required-field::after {
  content: "*";
  color: red;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

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; /* aligns arrow */
  background-repeat: no-repeat;
  background-size: 10px;
}

#forms .form-container{
margin-top: 60px;
padding: 70px 85px;
border-radius: 16px;
background: #FFF;
}

#enquiryForm label{
  color: #000;
font-size: 14px;
font-weight: 400;
letter-spacing: 1.12px;
margin: 0;
}

@media (min-width: 767px) {
  .mapiframediv {
    display: block;
    width: calc(50% - 25px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mapiframediv iframe {
    width: 100%;
    height: 100%;
  }
}

.branch-container{
  padding: 60px 0;
  border-bottom: 1px solid #D9D9D9;
}

.branch-container:last-child{
  padding: 60px 0;
  border-bottom: none;
}

.list-item{
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.list-item svg{
  min-width: 30px;
}
.list-container{
  margin-bottom: 60px;
}
.list-item p,.list-item a{
  line-height: 30px;
  margin-bottom: 0;
}

.list-item a:hover{
  font-weight: 500;
}

@media(max-width:767px){
    #forms .form-container{padding:30px;}
    #branches{padding:0;}
}

/*#applicationform{padding-bottom: 0;}*/
  #footerWhatsapp {
    position: fixed;
    bottom: 90px;
    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;
}
/*	------------------------ Contact Us END -------------------------- */

/*	------------------------ Financial Information START -------------------------- */

#reports {
  padding-bottom: 0;
}
#reports img.descimg {
  border-radius: 16px;
  background: #d9d9d9;
}
#reports .buttondiv .button-outlined {
  padding: 10px 25px;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
.flexbox .text {
  color: #555;
  padding-right: 17px;
}
.flexbox .selection form {
  margin-bottom: 0;
}
.flexbox .selection select {
  border-radius: 8px;
  border: 1px solid #cecece;
  background: #fafafa;
  padding: 10px 40px 10px 20px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-position: calc(100% - 10px) center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='more' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%236C6C6C;%7D%3C/style%3E%3Cpath class='st0' d='M24,30.1L12.7,18.8l1.6-1.6l9.7,9.7l9.7-9.7l1.6,1.6L24,30.1z'/%3E%3C/svg%3E%0A");
  border-left: 1px solid #dddddd;
  color: #151515;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .middlecol .content {
    padding-right: 15px;
  }
}
.quarterreportlist {
}
.quarterreportlist > .flexbox {
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}
.quarterreportlist > .flexbox:last-child {
  border: none;
}
.quarterreportlist .flexbox .num {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  opacity: 0.5;
  padding-right: 8px;
}
.quarterreportlist .flexbox .filename {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.quarterreportlist .flexbox .filename svg {
  margin-right: 3px;
}

/*	------------------------ Financial Information END -------------------------- */

/*	------------------------ Board of Directors START -------------------------- */

#boardofdirectors .titlerow {
  margin-bottom: 35px;
}
#boardofdirectors .navigation-arrows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  height: 100%;
}
#boardofdirectors .navigation-arrows .swiper-button-next,
#boardofdirectors .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;
}
#boardofdirectors .navigation-arrows .swiper-button-prev:after,
#boardofdirectors .navigation-arrows .swiper-button-next:after {
  font-size: 14px;
  font-weight: 700;
}
#boardofdirectors .navigation-arrows .swiper-button-next:hover,
#boardofdirectors .navigation-arrows .swiper-button-prev:hover {
  background-color: #b68009;
  border-color: #b68009;
}
#boardofdirectors .navigation-arrows .swiper-button-next:hover:after,
#boardofdirectors .navigation-arrows .swiper-button-prev:hover:after {
  color: white;
}
#boardofdirectors .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
#boardofdirectors .owl-carousel .owl-item {
}
#boardofdirectors .owl-carousel .oc-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
#boardofdirectors .oc-item > img {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  max-height: 285px;
  width: auto;
}
#boardofdirectors .owl-carousel .oc-item .nametitle {
  margin-top: 16px;
  padding: 7px 13px;
  border-left: 2px solid #b68009;
  margin-left: 3px;
  width: 100%;
}
#boardofdirectors .owl-carousel .oc-item .directorname {
  margin-bottom: 5px;
}
#boardofdirectors .owl-carousel .oc-item .desc {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

#corporategovernance {
  background-image: url("../images/layout/corporate_governance_bg.webp");
  background-size: cover;
  background-position: left center;
  position: relative;
  background-attachment: fixed;
}
#corporategovernance:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
#corporategovernance .container-fluid {
  position: relative;
  z-index: 2;
}
#corporategovernance .container-fluid h2 + p,
#corporategovernance .container-fluid h2:has(+ svg) {
  margin-bottom: 60px;
}
#corporategovernance .documentlist {
  margin-top: 60px;
}
#corporategovernance .documentlist .col-12 {
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
#corporategovernance .documentlist a {
  display: block;
  height: 100%;
}
#corporategovernance .documentlist .content {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  padding: 30px;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#corporategovernance .documentlist .content .title {
  margin-bottom: 20px;
}
#corporategovernance .documentlist .content h4 {
  color: white;
  font-weight: 700;
  margin-top: 5px;
}
#corporategovernance .documentlist .content .link {
  color: white;
  border: none;
}
@media (min-width: 1200px) {
  #corporategovernance .documentlist .row {
    position: relative;
  }
  /*#corporategovernance .documentlist .col-12:nth-child(2){
		width: 75%;
	}
	#corporategovernance .documentlist .col-12:nth-child(2) a{
		width: calc(100% / 3 - 15px);
	}*/
  .col-xl-2-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}

/*	------------------------ Board of Directors END -------------------------- */

/*	------------------------ Package List -------------------------- */

.packagelist {
  margin-top: 20px;
}
.packagelist .content {
}
.packagelist .col-12 {
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.packagelist .product-image {
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.packagelist .product-image:hover{
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    background: #FCFCFC;
}
.packagelist .product-image img {
  object-fit: cover;
}
.packagelist .product-desc {
  padding-top: 15px;
  padding-bottom: 30px;
  color: #000;
}
.packagelist .product-desc .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.packagelist .product-desc .product-price {
}
.packagelist .product-desc .product-price ins {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  margin-right: 15px;
  display: inline-block;
}
.packagelist .product-desc .product-price del {
  color: #f00;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: capitalize;
  display: inline-block;
}

.packagelist a:hover .product-desc {
  color: #000;
}
.packagelist a .content {
  position: relative;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}
.product-image {
  position: relative;
  overflow: hidden;
}
.packagelist a .whatsapp-btn {
  width: 80%;
}
.whatsapp-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffdb00; /* yellow */
  color: #000;
  padding: 11px 0;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  width: 60%;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  letter-spacing: 1.44px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.packagelist a:hover .whatsapp-btn {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

@media(max-width:767px){
    .packagelist a .whatsapp-btn{
        font-size:14px;
        padding: 10px 0;
        width: 90%;
    }
}

/*	------------------------ Package List END -------------------------- */

/*	------------------------ Package Detail END -------------------------- */

#content.product_detail_view {
  padding-bottom: 0;
}
#content.product_detail_view #relatedblogs.previousblogs {
  padding-top: 60px;
}

#content.product_detail_view .col-12.col-lg-4:first-child .content:has(> img),
#content.product_detail_view .col-12.col-lg-3 .content:has(> .blog_side_cat) {
  position: sticky;
  top: 80px;
}
#content.product_detail_view .col-12:has(> .content > .titlesec) {
  /*align-self: center;*/
}
#content.product_detail_view .content:has(> .titlesec) {
  padding-left: 15px;
  padding-right: 15px;
}
#content.product_detail_view .titlesec {
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 30px;
}

.product-image .flex-viewport {
  border-radius: 8px;
  overflow: hidden;
}
.product-image .flex-control-nav.flex-control-thumbs {
  display: none;
}
.single-product .product-image,
.single-product .product-image img {
  height: 100%;
}
.single-product .product-image > img {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product_detail_view .product-desc1 {
  padding-top: 10px;
}
.product_detail_view .product-desc1 .prodCat {
  color: #67c8c7;
  text-transform: uppercase;
  margin-bottom: 9px;
  display: block;
}
.product-desc > h4:has(+ p .linkarrow) {
  margin-bottom: 13px;
}
.product_detail_view .product-tnc {
  padding-top: 30px;
}
.product_detail_view .product-tnc > p:first-child {
  margin-bottom: 5px;
}
.product_detail_view .product-tnc ul {
  padding-left: 16px;
}

.product_detail_view .product-price ins {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.product_detail_view .product-price del {
  color: #f00;
  font-weight: 500;
  font-size: 12px;
  margin-right: 15px;
  display: inline-block;
}

.addtocart-div {
  margin-top: 20px;
}
.addtocart_button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: flex-start;
}

.packageprodAttrlabel {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.optionsList > label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.optionsList > label input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: inherit;
  margin: 0;
  font: inherit;
  color: inherit;
  width: 16px;
  height: 16px;
  border: 1px solid #cecece;
  border-radius: 4px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-right: 10px;
}
.optionsList > label label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.optionsList > label input[type="checkbox"]::before {
  content: "";
  width: 13px;
  height: 13px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M11.3757 3.79164L4.87565 10.2916L1.89648 7.31248L2.66023 6.54873L4.87565 8.75873L10.6119 3.02789L11.3757 3.79164Z" fill="white"/></svg>');
}
.optionsList > label input[type="checkbox"]:checked {
  background-color: #07b256;
}
.optionsList > label input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.titlebox {
  width: calc(100% - 26px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.titlebox > label {
  width: calc(100% - 120px);
}
.pricebox {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  color: #cc9739;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  width: 120px;
  padding: 8px 10px;
  text-align: center;
}
.optionsList .titlebox:has(input[type="checkbox"]:checked) + .pricebox {
  background: #cc9739;
  color: white;
}
.prodattr-price .box {
  border-radius: 16px;
  background: #f6f6f6;
  padding: 30px;
  margin-top: 30px;
}
.prodattr-price .box .flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prodattr-price .box .label {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prodattr-price .box .displayprice {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.prodattr-price .box .ordertotal .displayprice {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.quantity-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.quantity-box .quantitytext {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  margin-right: 15px;
}
.quantity-box .quantity {
  margin: 0;
  background-color: #fafafa;
  border: 1px solid #cecece;
  border-radius: 8px;
  /*height: 55px;*/
  height: 40px;
  width: 105px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.quantity-box .quantity .plus,
.quantity-box .quantity .minus {
  border: none;
  display: block;
  cursor: pointer;
  background-color: transparent;
  color: rgba(109, 109, 109, 0.7);
  font-weight: 100;
  line-height: 1;
  text-align: center;
  height: 100%;
  width: calc((100% - 35px) / 2);
}
.quantity-box .quantity .minus.disabled {
  color: rgba(109, 109, 109, 0.5);
}
.quantity-box .quantity .plus {
  font-size: 18px;
}
.quantity .plus:hover,
.quantity .minus:hover {
  background-color: transparent;
}

.quantity .qty:focus,
.quantity .plus:focus,
.quantity .minus:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
.quantity-box .quantity .qty {
  border: none;
  background-color: transparent;
  width: 35px;
  /*font-size: 20px;*/
  font-size: 16px;
  font-weight: 600;
  color: #151515;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
.addtocart_button .button {
  padding: 20px 35px;
  height: auto;
  line-height: normal;
  width: 190px;
  max-width: 100%;
  margin-right: 20px;
}

.product .nav-underline {
  margin-top: 30px;
  border-bottom: 1px solid #cecece;
  gap: 0;
}
.product .nav-underline .nav-item {
  margin-bottom: -1px;
}
.product .nav-underline button {
  font-weight: 600;
  color: #242422;
  padding: 10px 30px;
}
.product .nav-underline .nav-link.active,
.product .nav-underline .show > .nav-link,
.product .nav-underline .nav-link:focus,
.product .nav-underline .nav-link:hover {
  border-bottom: 3px solid #67c8c7;
  font-weight: 600;
}

.product .nav-underline + .tab-content .tab-pane {
  padding: 30px 0 0;
}
.productdesc_content ul {
  padding-left: 15px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #858585;
  line-height: 1.5;
}
.productdesc_content ul li {
  margin-bottom: 15px;
}
.productdesc_content .accordion-body ul {
  padding-left: 20px;
}
.accordion-button {
  font-family: "Poppins", sans-serif;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 5px 15px 30px;
}
.productdesc_content
  .accordion
  .accordion-item:first-child
  .accordion-header
  button {
  padding-top: 0;
}

.owl-nav.disabled {
  display: none;
}
#related_doctors {
  margin-bottom: 30px;
}
#related_doctors h2 {
  margin-bottom: 30px;
}
#oc-doctors .oc-item button {
  background-color: transparent;
  border: none;
  padding: 0;
}
#related_doctors .oc-content {
}
#related_doctors .oc-content img {
  /*aspect-ratio: 260 / 190;*/
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 0 20%;
  border-radius: 8px;
  margin-bottom: 15px;
}
#related_doctors .oc-content h4 {
  font-size: 16px;
  color: #ac8c5e;
}
#related_doctors .oc-content p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #242422;
}
#related_doctors .owl-nav {
}
#related_doctors .owl-nav .owl-prev,
#related_doctors .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  color: white;
  width: 42px;
  height: 42px;
  background-color: #adadad;
  border-radius: 50%;
  margin: 0 2.5px;
  transition: all 200ms linear;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
#related_doctors .owl-nav .owl-prev {
  left: 10px;
  right: auto;
}
#related_doctors .owl-nav .owl-next {
  left: auto;
  right: 10px;
}
#related_doctors .owl-nav .disabled {
  display: none;
}
#related_doctors .owl-nav .owl-prev i,
#related_doctors .owl-nav .owl-next i {
  font-size: 14px;
  font-weight: 700;
}
#related_doctors .owl-nav .owl-prev:hover,
#related_doctors .owl-nav .owl-next:hover {
  background-color: #ad8e61;
}

.docModal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  width: 15px;
  height: 15px;
  background-size: 12px;
}
.docModal .modal-body {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.docModal .topinfo {
  background-color: #f2f2f2;
}
.docMainInfo {
  padding: 30px 30px 30px 15px;
}
.docNamePosition {
  background-image: url("../images/layout/doc-bg.webp");
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  padding: 25px;
  margin-bottom: 25px;
}
.topinfo > .row {
  align-items: stretch;
  height: 100%;
}
.topinfo > .row > .col-md-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.topinfo img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.docNamePosition h4,
.docNamePosition p {
  color: white;
}
.docNamePosition p {
  margin-bottom: 0;
}
.docModal .other {
  margin-bottom: 20px;
}
.docModal .other:last-child {
  margin-bottom: 0;
}
.docModal .other h5 {
  color: #242422;
  font-weight: 600;
  font-size: 14px;
}
.bottominfo {
  padding: 30px 35px;
}
.docModal ul {
  padding-left: 15px;
}
.bottominfo .other:last-child ul:last-child,
.bottominfo .other:last-child p:last-child {
  margin-bottom: 0;
}

#packages_interested {
  margin-top: 30px;
  margin-bottom: 30px;
}
#packages_interested h2 {
  margin-bottom: 30px;
}

.product-pdf a {
  font-size: 15px;
  color: #cc9739;
}

.packageIncludes {
  padding-top: 60px;
}
.packageIncludes .titlerow {
  border-bottom: 1px solid #cecece;
  margin-bottom: 30px;
}
.packageIncludes h3 {
  margin-bottom: 20px;
}
.packageIncludes h3:has(+ ul) {
  margin-bottom: 10px;
}

/*	------------------------ Package Detail END -------------------------- */

/*	------------------------ Book Appointment START -------------------------- */

.datepicker td,
.datepicker th {
  padding: 2px 5px;
  text-align: center;
  cursor: pointer;
}
#content.doctor_enquiry_form_page {
  padding-bottom: 0;
}
.doctor_enquiry_form .process-steps.process-3 li {
  flex-direction: column;
  align-content: center;
}

/*	------------------------ Book Appointment END -------------------------- */

/*	------------------------ Cart -------------------------- */

#content.cart_view,
#content.billing_view {
  padding-top: 30px;
  padding-bottom: 30px;
}
.process-steps {
  padding: 0;
}
ul.process-steps.process-3 {
  max-width: 780px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.process-steps.process-3 li {
  float: none;
  width: 100%;
  flex: 0 0 33.3333%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.process-steps.process-3 li:first-child {
  justify-content: flex-start;
}
.process-steps.process-3 li:last-child {
  justify-content: flex-end;
}
.process-steps li h6 {
  margin: 15px 0 0 0;
  padding: 0 10px;
}
.process-steps li .innerbox {
  z-index: 2;
  position: relative;
}
#content.cart_view .process-steps li:after,
#content.cart_view .process-steps li:before,
#content.billing_view .process-steps li:after,
#content.billing_view .process-steps li:before {
  width: calc(100% - 53px);
}

#content.cart_view .cart .quantity .plus,
#content.cart_view .cart .quantity .minus {
  border: none;
  display: block;
  cursor: pointer;
  background-color: transparent;
  color: #999999;
  font-weight: 100;
  line-height: 1;
  text-align: center;
  padding: 0;
  height: 100%;
  width: calc((100% - 35px) / 2);
}
#content.cart_view .cart .quantity .minus {
  font-size: 14px;
}
#content.cart_view .cart .quantity .plus {
  font-size: 22px;
}
#content.cart_view .cart .quantity .plus:hover,
#content.cart_view .cart .quantity .minus:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#content.cart_view .cart .quantity .qty {
  border: 1px solid #cecece;
  background-color: transparent;
  height: 100%;
  width: 35px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 600;
  color: #242422;
}
#content.cart_view .cart .quantity {
  margin: 0;
  height: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#content.cart_view .subDisc del {
  font-size: 13px;
}
#content.cart_view .subDisc strong {
  font-weight: 700;
}
#addVouc .button3 {
  display: flex;
  text-align: center;
  height: 100%;
  width: 100%;
  font-weight: 700;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.cart_totals td {
  padding: 20px 0;
  color: #242422;
}
.cart_totals .cart tr:first-child td {
  border-top: 1px solid #d6d6d6;
}
.cart_totals .cart tr:last-child td {
  border-bottom: none;
}
.cart_totals .cart td strong {
  font-weight: 600;
}
.cart_totals .cart tr td:last-child {
  text-align: right;
}
.cart_totals .cart tr:last-child td:last-child .amount.color.lead {
  font-size: 16px;
  color: #242422;
}

#mycarttotal {
  font-size: 20px;
  font-weight: 600;
}
#sttotal2 {
  color: #fff;
  line-height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.cartDiv .attrDesc {
  font-size: 14px;
}
.cartTerms {
  font-size: 12px;
  color: #555555;
}
.cartTerms .pTitle {
  color: #555555;
  font-weight: bold;
}

#voucher.form-control {
  height: 45px;
  border-radius: 8px;
}
#voucher + .button {
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  height: 100%;
}

/*	------------------------ Cart END -------------------------- */

/*	------------------------ Billing END -------------------------- */

.buyforrow + hr {
  border-top: 1px solid #d6d6d6;
  margin-top: 25px;
  margin-bottom: 35px;
  opacity: 1;
}
.billing_view label {
  color: #233745;
  font-weight: 600;
}
.billing_view form#ePayment {
  max-width: 900px;
  margin: 15px auto 0;
}
.billing_view form#ePayment > .row,
.billing_view form#ePayment > .buyfordiv {
  max-width: 740px;
  margin: 0 auto;
}
#someoneelse {
  max-width: 740px;
  margin: 0 auto;
}
label .error {
  color: red;
}
.billing_view form#ePayment h4 {
  margin-bottom: 5px;
}
.billing_view form#ePayment h4 + .row label {
  margin-top: 20px;
  margin-bottom: 8px;
}
.billing_view .style-msg {
  margin: 0 auto 35px;
  max-width: 780px;
}

/*	------------------------ Billing END -------------------------- */

/*	------------------------ Confirm -------------------------- */

.custinfo {
  color: #242422;
}
.custinfo strong {
  font-weight: 600;
}
.whitespace {
  white-space: nowrap;
}

.confirm_view table {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.confirm_view table th {
  background-color: #ad8e61;
  color: #fff;
  padding: 10px;
  font-weight: 600;
}
.confirm_view table td {
  padding: 15px;
  border-bottom: 1px solid #d6d6d6;
  background-color: #ffffff;
  color: #242422;
}
.confirm_view img.displayImg {
  height: 75px;
  width: 75px;
  object-fit: cover;
}
.confirm_view td:has(img) + td a {
  font-weight: 600;
  color: #242422;
}
.confirm_view .td-qty .qty {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #cecece;
  background-color: transparent;
  height: 100%;
  width: 35px;
  height: 35px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  color: #242422;
}
.confirm_view td.td-qty + td,
.confirm_view td.td-qty + td + td {
  font-weight: 600;
  color: #242422;
}
.confirm_view table td .subDisc {
  font-size: 14px;
}
.confirm_view .subDisc del {
  color: #242422;
}
.confirm_view table td .subDisc span {
  color: #ec2227;
}
.confirm_view .subDisc strong {
  font-weight: 700;
  color: #242422;
}

.confirm_view #sttotal {
  font-size: 15px;
  color: #242422;
  line-height: 25px;
}
.confirm_view .subtotal {
  color: #242422;
  padding: 5px 20px;
  float: right;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}

.confirm_view .discount {
  color: #242422;
  /*background-color:#ebebeb;*/
  float: right;
  margin-top: 0;
  width: 100%;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}
.confirm_view .discountcon {
  padding: 5px 20px;
}
.confirm_view .tax {
  color: #242422;
  padding: 5px 20px;
  float: right;
  width: 100%;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}
.confirm_view #sttotal2 {
  color: #242422;
  font-size: 14px;
}
.confirm_view .subtotal #sttotal,
.confirm_view .discount #sttotal,
.confirm_view .tax #sttotal {
  font-size: 14px;
  color: #242422;
  line-height: 25px;
  font-weight: normal;
}
.confirm_view #mycarttotal {
  font-size: 16px;
}
.confirm_view .ttotal {
  color: #242422;
  background-color: #f5f5f5;
  float: right;
  margin-top: 5px;
  margin-bottom: 30px;
  line-height: 25px;
  width: 100%;
  text-align: right;
}
.confirm_view .ttotalcon {
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 600;
}
.confirm_view .ttotalcon #mycarttotal {
  font-size: 18px;
}

/*	------------------------ Confirm 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: 35px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  .fs-20 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  .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.aboutuspage .container-fluid {
    max-width: calc(100% - 30px);
    margin-top: -40px;
    padding-top: 40px;
  }

  #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: 991.9px) {
  #primary-menu-container {
    display: none;
  }
  #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 {
    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: 28px;
    margin-bottom: 15px;
  }
  .slider-caption p {
    font-size: 16px;
  }
  .slider-caption .button{
      font-size:14px;
      padding:15px 25px;
      margin-top:15px;
  }
  .slider-caption h3 {
    font-size: 16px;
  }
  .slider-caption h4 {
    font-size: 14px;
  }
  .slider-caption .button3,
  .button2,
  .button3,
  .button-outlined,
  .button3 + .button-outlined {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }

  .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) {
  h2,
  .h2 {
    font-size: 24px;
  }
  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;
  }
}

@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;
  }
  #featured-package .product-price del {
    font-size: 12px;
  }

  #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: 45px;
  }
}
@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 -------------------------- */
