@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* .header, body{max-width: 1280px;width: 100%;margin: 0 auto;} */

.modal {
 z-index: 9999;
}

.close button {
 position: absolute;
 right: 0;
 top: 0;
 box-shadow: 0px 0px 6px rgb(0 0 0 / 16%) !important;
 background: #b69316;
 border-top-left-radius: 5px !important;
 border-bottom-right-radius: 5px;
}
.academy-modal .modal-body {
 border: 5px solid #b794161a;
}
.offer-btn:hover {
 color: #fff;
}

.footer-logo img {
 mix-blend-mode: multiply;
 filter: contrast(1);
}

/* ==================== Navigation Start ==================== */
.mobilelist {
 display: none;
}
.mobilelist .headertoprgt {
 display: none;
}
.nav-brand-parent {
 display: flex;
 width: 100%;
 max-width: 1212px;
 margin: 0 auto;
 justify-content: space-between;
 align-items: center;
 padding: 13.5px 0 13.5px;
 transition: all 0.3s ease-in-out;
}
.navigation {
 position: relative;
 background-color: rgba(255, 255, 255, 0.69);
}
.navlist {
 width: 21%;
 display: inline-block;
 padding: 0 0;
 position: relative;
 transition: all 0.3s ease-in-out;
}
.navbar-default {
 width: 79%;
 display: inline-block;
 border: none;
 box-shadow: none;
 border-radius: 0;
 background: none;
 padding: 0px 0 0 0px;
 transition: all 0.3s ease-in-out;
}
.navbar-collapse {
 padding: 0;
 max-width: 100%;
 width: 100%;
 margin: 0;
 justify-content: space-between;
}
.navbar-nav {
 /* width: 857px; */
 width: 810px;
 text-align: right;
 margin: 0 auto;
 gap: 37px;
 display: flex;
}
.navbar-nav li {
 display: inline-block;
 position: relative;
 vertical-align: middle;
}
.navbar-default .navbar-nav > li {
 text-align: center;
 padding: 0px;
 float: none;
}
.navbar-default .navbar-nav > li > a {
 text-decoration: none;
 padding: 10px 2px 10px;
 text-shadow: none !important;
 text-transform: capitalize;
 transition: all ease-in-out 0.3s;
 color: #000;
 font-size: 12px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
}
.navbar-default .navbar-nav > li > a i img {
 transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li:hover > a {
 text-decoration: none !important;
 color: #121212;
}
.navbar-default .navbar-nav > li:hover > a i img {
 transition: all 0.3s ease-in-out;
 transform: rotate(180deg);
}
.navbar-default .navbar-nav > li.active > a {
 color: #3c3c3c;
}
/* .navbar-default .navbar-nav > li > a:hover:after {visibility:visible; width:100%; opacity:1; }  */
.navbar-default .navbar-nav > li > a:after {
 content: '';
 display: none;
 width: 5%;
 height: 0.5px;
 background: #3c3c3c !important;
 margin: 0 auto;
 padding: 0;
 visibility: visible;
 opacity: 0;
 transition: all ease-in-out 0.3s;
}
.navbar-nav > li.active > a:after {
 content: '';
 width: 25px;
 visibility: visible;
 opacity: 1;
}
.navbar-default .navbar-nav li.active ul li a {
 color: #121212;
}
.navbar-nav li ul {
 width: 150px;
 top: 100%;
 left: 0;
 box-shadow: none !important;
 position: absolute; /* display: none; */
 padding: 14px 7px 4px;
 background: #f4f5f7;
 border-radius: 10px !important;
 visibility: hidden;
 opacity: 0;
 transform: translateY(25px);
 transition:
  all 0.3s ease-in-out 0s,
  visibility 0s linear 0.3s,
  z-index 0s linear 0.01s;
 border-radius: 0px;
 margin: 0;
}
.navbar-nav li ul li {
 display: block;
 float: none;
 padding: 4px 10px 12px 9px;
 text-align: left;
 white-space: nowrap;
}
.navbar-nav li ul li a {
 font-size: 14px;
 line-height: 11px;
 font-weight: 400;
 padding: 2px 0;
 display: block;
 letter-spacing: 0px;
 text-transform: none;
}
/* .navbar-nav li ul li:last-child a::after { display: none; } */
.navbar-nav li ul ul {
 width: 155px;
 top: 0;
 left: 155px;
 border-radius: 0;
 position: absolute;
 box-shadow: none !important;
 display: none;
 background: rgba(248, 248, 248, 1);
 padding: 0;
}
.navbar-nav li ul ul li {
 display: block;
 float: none;
 padding: 0 5px;
 text-align: left;
 line-height: 21px;
}
.navbar-nav li ul ul li a {
 font-size: 12px;
 line-height: 18px;
 font-weight: 400;
 padding: 8px 10px;
 display: block;
 letter-spacing: 0;
}
.navbar-nav li ul li:hover {
 background-color: transparent;
 transition: all ease-in-out 0.3s;
}
.navbar-nav li ul li a:hover {
 color: #3c3c3c;
}
/* .navbar-nav li span {background:url(../images/icon_plus_white.svg) no-repeat center; width:25px; height:25px; position:absolute; right:0px; top:5px; display:none; cursor:pointer;position:absolute;top: 0;display:none;cursor:pointer;width: 100%;left: auto; background-position: right;transition:all ease-in-out 0.3s;}
.navbar-nav li span.open {background:url(../images/icon_minus_white.svg) no-repeat center;transition:all ease-in-out 0.3s;    background-position: right;} */
.navbar-nav li span {
 background: url(../images/nav-arrow.svg) no-repeat center;
 width: 32px;
 height: 32px;
 position: absolute;
 right: 3px;
 top: 12px;
 display: none;
 cursor: pointer;
 background-size: 20px 20px !important;
 transition: all ease-in-out 0.3s;
}
.navbar-nav li span.open {
 background: url(../images/nav-arrow.svg) no-repeat center;
 transform: rotate(180deg);
 transition: all ease-in-out 0.3s;
}
.navbar-toggle {
 float: none;
 display: block;
 margin: 0;
 border: none;
 padding: 0;
 border-radius: 0px; /*background:url(../images/hamburger.svg) no-repeat center; background-size: 24px 18px !important;*/
 position: relative;
 outline: none !important;
 box-shadow: none !important;
 width: 30px;
 height: 30px;
 text-align: center;
}
.navbar-toggle .navbar-toggler-icon:nth-child(2) {
 margin: 5px 0;
 right: 0;
 top: 1px;
}
.navbar-toggle .navbar-toggler-icon:nth-child(3) {
 top: 2px;
}
.navbar-toggle .navbar-toggler-icon {
 display: block;
 width: 30px;
 height: 2px;
 border-radius: 1px;
 position: relative;
 transition: all 500ms ease-in-out;
 background: #67544d;
}
.navbar-toggle.active .navbar-toggler-icon:nth-of-type(1) {
 top: 6px;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
}
.navbar-toggle.active .navbar-toggler-icon:nth-of-type(2) {
 background-color: transparent;
}
.navbar-toggle.active .navbar-toggler-icon:nth-of-type(3) {
 top: -8px;
 width: 30px !important;
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
}
.navbar-toggle .sr-only {
 width: 45px;
 text-align: center;
 height: auto;
 font-size: 12px;
 line-height: 12px;
 clip: inherit;
 position: absolute;
 left: -31px;
 top: 15px;
 transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 -webkit-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 -moz-transform: rotate(-90deg);
 text-shadow: inherit !important;
 color: #000;
 font-weight: 400;
 display: none;
}
.navbar-default .navbar-nav > li > a:hover {
 color: #67544d;
}
.navbar-nav li ul li a {
 color: #000;
 font-size: 12px;
 font-style: normal;
 text-decoration: none;
 font-weight: 500;
 line-height: normal;
}
.navbar-nav li ul {
 border: 2px solid #fcf8eb;
 background: #fff;
 border-radius: 0px !important;
}
.navbar-nav li ul li {
 padding: 4px 7px 7px 7px;
}
.navbar-nav li ul .dropdown-grid {
 display: table;
 width: 100%;
}
.navbar-nav li ul .dropdown-grid .dropdown-half {
 display: table-cell;
 padding-right: 10px;
}
/* ==================== Navigation End ==================== */

.location-fixed-scroll {
 position: fixed;
 top: 150px;
 z-index: 999;
 border: 1px solid #faf2db;
 background: #fff;
 padding: 4px 15px;
 min-width: 219px;
 right: 0px;
 transform: translateX(93px);
 transition: all 0.5s ease;
 cursor: pointer;
}
.location-fixed-scroll:hover {
 transform: translateX(0);
}
.location-fixed-scroll ul {
 list-style: none;
 padding: 0;
 margin: 0;
 display: flex;
 gap: 20px;
 align-items: center;
 justify-content: center;
}
.location-fixed-scroll ul.active-location {
 flex-direction: row-reverse;
}
.location-fixed-scroll.active-transform:hover {
 transform: translateX(0);
}
.location-fixed-scroll.active-transform ul.active-location {
 flex-direction: row-reverse;
}
.location-fixed-scroll.active-transform {
 transform: translateX(190px);
}

.location-fixed-scroll-inner {
 display: flex;
 align-items: center;
 gap: 10px;
}
.location-fixed-scroll-inner ul li.active svg path {
 fill: #b59116;
}
.location-fixed-scroll-inner ul li.active em {
 color: #b59116;
 font-weight: 700;
}

.location-fixed-scroll-inner em {
 color: #000;
 text-align: center;
 font-family: Raleway;
 font-size: 12px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 1.8px;
 text-transform: uppercase;
}
.navlist {
 width: 14%;
}
.navbar-default {
 width: 86%;
}
.nav-brand-parent {
 max-width: 1100px;
}
.logo img {
 width: 147px;
}
.top-navbar.top-grid {
 padding: 5px 0;
}
.bg-glam-sec .container {
 max-width: 1143px;
 width: 100%;
 margin: 0 auto;
 padding-left: 15px;
 padding-right: 15px;
}
.title-special a {
 text-decoration: none;
 color: #fff;
 font-size: 12px;
 font-style: normal;
 font-family: 'Poppins', sans-serif;
 font-weight: 500;
 line-height: 22px;
}
.social-follow__label {
 color: #fff;
 font-size: 12px;
 font-style: normal;
 font-weight: 600;
 line-height: 22px;
 text-decoration-line: underline;
 text-decoration-style: solid;
 text-decoration-skip-ink: auto;
 text-decoration-thickness: auto;
 text-underline-offset: auto;
 text-underline-position: from-font;
 cursor: pointer;
 margin: 0;
 white-space: nowrap;
 flex-shrink: 0;
 transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-default .navbar-nav > .header-btn {
 position: absolute;
 right: -5px;
 top: -2px;
}
.navbar-default .navbar-nav > .header-btn .btn-primary {
 color: #f8f7f3;
 font-size: 14px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 background: #b59116;
 border-radius: 0px;
 display: inline-block;
 padding: 10px 15px;
 max-width: 125px;
 width: 100%;
 text-decoration: none;
 transition: all ease-in-out 0.3s;
 border: 0px;
}
.title-special span a {
 margin-right: 4px;
}
.header-secondary {
 background: #fff;
}
.header-secondary .container {
 max-width: 1128px;
 padding-left: 15px;
 padding-right: 15px;
}
.navbar-nav li ul ul {
 background: #fff;
 border-radius: 0px;
 box-shadow: none;
 padding: 0px;
}
.navbar-nav li ul ul li a {
 color: #000;
 text-decoration: none;
 font-size: 12px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
}
.navbar-nav li ul ul {
 width: 100%;
 max-width: 223px;
 position: relative !important;
 left: -15px;
 padding-left: 15px;
}
/* .navbar-nav li ul { max-width: 223px; } */
.navbar-nav li ul ul {
 border: 0;
 border-radius: 0px;
}
.navbar-nav li ul ul li a {
 padding: 10px 10px 5px;
 white-space: normal;
 overflow-wrap: break-word;
}
.navbar-nav li ul ul {
 position: static;
}
.navbar-nav li ul ul::before {
 content: '';
 position: absolute;
 left: 17px;
 top: 13px;
 width: 2px;
 height: 92%;
 background: #fcf8eb;
}
.navbar-nav li ul li a.active {
 color: #b59116;
 font-size: 12px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
}
/* .navbar-nav li ul.w-178 { min-width: 178px; } */
.social-follow {
 display: inline-flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-end;
 flex-wrap: nowrap;
 position: relative;
 outline: none;
 gap: 0;
}
.social-follow__list {
 list-style: none;
 padding: 0;
 margin: 0;
 display: flex;
 flex-wrap: nowrap;
 align-items: center;
 gap: 0 6px;
 max-width: 0;
 opacity: 0;
 overflow: hidden;
 flex-shrink: 0;
 transition:
  max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
  opacity 0.35s ease,
  margin-left 0.35s ease;
 pointer-events: none;
}
.social-follow:hover .social-follow__list,
.social-follow:focus-within .social-follow__list {
 max-width: 220px;
 margin-left: 12px;
 opacity: 1;
 pointer-events: auto;
}
.social-follow__list li {
 display: inline-flex;
 margin: 0;
 opacity: 0;
 transform: translateX(14px);
 transition:
  opacity 0.35s ease,
  transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-follow:hover .social-follow__list li,
.social-follow:focus-within .social-follow__list li {
 opacity: 1;
 transform: translateX(0);
}
.social-follow:hover .social-follow__list li:nth-child(1),
.social-follow:focus-within .social-follow__list li:nth-child(1) {
 transition-delay: 0.04s;
}
.social-follow:hover .social-follow__list li:nth-child(2),
.social-follow:focus-within .social-follow__list li:nth-child(2) {
 transition-delay: 0.1s;
}
.social-follow:hover .social-follow__list li:nth-child(3),
.social-follow:focus-within .social-follow__list li:nth-child(3) {
 transition-delay: 0.16s;
}
.social-follow:hover .social-follow__list li:nth-child(4),
.social-follow:focus-within .social-follow__list li:nth-child(4) {
 transition-delay: 0.22s;
}
.social-follow:hover .social-follow__list li:nth-child(5),
.social-follow:focus-within .social-follow__list li:nth-child(5) {
 transition-delay: 0.28s;
}
.social-follow__list li svg {
 width: 17px;
 height: 17px;
 fill: #fff;
 padding: 1px;
 display: block;
 transition: transform 0.2s ease;
}
.social-follow__list li a:hover svg {
 transform: scale(1.15);
}
.main-banner-position img {
 width: 100%;
 height: auto;
}
.main-banner-position .banner-content {
 position: absolute;
 top: 45%;
 max-width: 1280px;
 width: 100%;
 margin: 0 auto;
 transform: translateY(-50%);
 padding: 20px;
}
.main-banner-position .banner-content .banner-content-inner {
 max-width: 1000px;
 width: 100%;
 margin: 0 auto;
}
.main-banner-position .banner-content .layer-content {
 max-width: 510px;
 width: 100%;
}
.banner-title {
 color: #fff;
 font-family: 'Libre Bodoni', serif;
 font-size: 40px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 text-transform: uppercase;
}
.banner-subtitle {
 color: #fff;
 font-family: 'Raleway', sans-serif;
 font-size: 25px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
}
figure {
 margin: 0;
}
.layout-section .max-abt-grid {
 max-width: 1058px;
 width: 100%;
 margin: 0 auto;
}
.layout-section {
 padding: 90px 0 58px;
 background: #faf2db;
}
.layout-section .max-abt-grid .layout-grid-lft {
 max-width: 592px;
 width: 100%;
 position: relative;
}
.layout-section .max-abt-grid .layout-grid-lft .layout-banner-lft {
 padding: 21px 0 25px 25px;
}
.layout-section .max-abt-grid .layout-grid-lft::before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 96.5%;
 height: calc(100% - 41px);
 border: 4px solid #b6942f;
}
.layout-section .max-abt-grid .layout-grid-lft .layout-banner-lft-inner img {
 height: 429px;
 object-fit: cover;
 object-position: top center;
 z-index: 99;
 width: 100%;
 position: relative;
}
.layout-grid-rgt {
 padding: 68px 0 20px 69px;
}
.offer-section .container {
 max-width: 500px;
}
.offer-title {
 margin-bottom: 13px;
 color: #000;
 font-weight: 500;
 font-size: 24px;
 font-family: 'Libre Bodoni', serif;
 text-transform: uppercase;
}
.offer-description {
 color: #000;
 font-family: 'Raleway', sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 400;
 margin-bottom: 30px;
 line-height: 18px;
}
.offer-subtitle {
 color: #000;
 font-family: 'Raleway', sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 2.25px;
 text-transform: uppercase;
 margin-bottom: 5px;
}
.offer-btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 136px;
 height: 33px;
 color: #fff;
 background: #b6942f;
 font-weight: 600;
 font-size: 12px;
 font-family: 'Raleway', sans-serif;
 letter-spacing: 1.8px;
 text-decoration: none;
 text-transform: uppercase;
 transition: 0.3s ease;
}
.offer-btn:hover {
 background: #9d7f24;
}
.mb-22 {
 margin-bottom: 22px;
}
.services-section {
 padding: 70px 0;
}
.services-section .max-services-grid {
 max-width: 1082px;
 width: 100%;
 margin: 0 auto;
}
.services-section .max-services-grid h2 {
 color: #000;
 font-family: 'Libre Bodoni', serif;
 font-size: 33px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 text-transform: uppercase;
}
.services-title {
 color: #000;
 font-family: 'Libre Bodoni', serif;
 font-size: 33px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 text-transform: uppercase;
}
.promoSwiper .swiper-pagination-bullet {
 width: 8.986px;
 height: 9px;
 border-radius: 6.5px;
 background: rgba(255, 255, 255, 0.5);
 transition: all 0.3s ease;
 opacity: 1;
}
.promoSwiper .swiper-pagination-bullet-active {
 background: #fff;
 width: 23.69px;
 height: 9px;
 border-radius: 20px;
}
.promoSwiper.swiper .swiper-slide img {
 width: 100%;
 height: auto;
}
.serviceBannerSwiper {
 width: 100%;
}
.serviceBannerSwiper .swiper-pagination {
 bottom: 20px;
 left: 0;
 width: 100%;
 z-index: 3;
}
.serviceBannerSwiper .swiper-pagination-bullet {
 width: 9px;
 height: 9px;
 border-radius: 50%;
 background: rgba(255, 255, 255, 0.5);
 opacity: 1;
 transition: all 0.3s ease;
}
.serviceBannerSwiper .swiper-pagination-bullet-active {
 width: 24px;
 height: 9px;
 border-radius: 20px;
 background: #fff;
}
.revMainSwiper .swiper-pagination-bullet {
 width: 8px;
 height: 8px;
 border-radius: 8px;
 opacity: 0.5;
 background: #b6942f;
}
.revMainSwiper .swiper-pagination-bullet-active {
 background: #b6942f;
 opacity: 1;
}
.swiper.revMainSwiper {
 padding-bottom: calc(100% - 315px);
}
.swiper.revMainSwiper .swiper-pagination {
 width: auto;
}
.refer-program {
 background: #faf2db;
}
.layout-section.refer-program .max-abt-grid .layout-grid-lft .layout-banner-lft-inner img {
 height: 620px;
 width: 100%;
}
.layout-section.refer-program {
 padding: 49px 0 43px;
}
.layout-section.review-main-section {
 padding: 62px 0 58px;
}
.layout-section.refer-program .max-abt-grid {
 max-width: 1087px;
}
.layout-section.refer-program .layout-grid-rgt {
 padding: 75px 0 21px 19px;
}
.layout-section.refer-program .offer-subtitle {
 margin-bottom: 11px;
}
.layout-section.refer-program .offer-title {
 margin-bottom: 8px;
}
.layout-section.refer-program .offer-description {
 margin-bottom: 53px;
}
.layout-section.refer-program .offer-description.mb-22 {
 margin-bottom: 22px;
}
.layout-section.refer-program .secondary-sub-title {
 color: #000;
 font-family: 'Raleway', sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 600;
 letter-spacing: 2.25px;
 text-transform: uppercase;
 margin-bottom: 11px;
}
.layout-section.refer-program .layout-grid-rgt p {
 color: #000;
 font-family: Raleway;
 font-size: 15px;
 font-style: normal;
 padding-bottom: 5px;
 font-weight: 400;
 line-height: normal;
}
.layout-section.review-main-section .max-abt-grid {
 max-width: 1132px;
 width: 100%;
 margin: 0 auto;
}
.layout-section.review-main-section .max-abt-grid .layout-grid-lft .layout-banner-lft{height: 100%;}
.layout-section.review-main-section .max-abt-grid .layout-grid-lft .layout-banner-lft-inner{height: 100%;}
.layout-section.review-main-section .max-abt-grid .layout-grid-lft .layout-banner-lft-inner img {
 /* height: 454px; */
 height: 100%;
 width: 100%;
}
.layout-section.review-main-section .max-abt-grid {
 max-width: 1253px;
}
.layout-section.review-main-section .max-abt-grid .layout-grid-lft {
 max-width: 662px;
 height: 100%;
 position: relative;
}
.layout-section.review-main-section .max-abt-grid .layout-grid-lft::before {
 right: -23px;
 width: 97%;
 left: auto;
}
.layout-section.refer-program .max-abt-grid .layout-grid-lft::before {
 z-index: 999;
}
.review-main-grid .review-box p {
 color: #000;
 font-family: Raleway, sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 height: auto;
 overflow-y: auto;
 padding-right: 14px;
 line-height: normal;
}
.review-main-grid .review-box p {
 scrollbar-width: thin;
 scrollbar-color: #b6942f #efe2be;
}
.review-main-grid .review-box p::-webkit-scrollbar {
 width: 6px;
}
.review-main-grid .review-box p::-webkit-scrollbar-track {
 background: #efe2be;
 border-radius: 20px;
}
.review-main-grid .review-box p::-webkit-scrollbar-thumb {
 background: #b6942f;
 border-radius: 20px;
}
.review-main-grid .review-box p::-webkit-scrollbar-thumb:hover {
 background: #9d7f24;
}
.review-main-grid .review-box h4 {
 color: #000;
 text-align: center;
 font-family: Raleway;
 font-size: 15px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 2.25px;
 text-align: left;
 text-transform: uppercase;
}
.layout-section.review-main-section .review-main-grid {
 max-width: 437px;
 width: 100%;
 margin: 21px 0 0 auto;
 position: relative;
 height: calc(100% - 42px);
 padding: 47px 30px 20px 30px;
 background: #faf2db;
}
.layout-section.review-main-section .review-main-grid .rev-main-ic {
 margin-bottom: 30px;
}
.app-screen {
 /* background-color: #faf2db; */
 background: rgba(250, 242, 219, 0.4);
 padding: 30px 0 0;
}
.onGoGird {
 max-width: 850px;
 width: 100%;
 margin: 25px auto 0;
}
.onGoImg {
 max-width: 417px;
 width: 100%;
}
.onGoImg img {
 width: 100%;
 height: auto;
}
.onGoContent {
 padding: 0 25px;
}
.onGoContent h3 {
 color: #272424;
 font-family: 'Libre Bodoni', sans-serif;
 font-size: 24px;
 font-style: normal;
 font-weight: 400;
 line-height: 27px;
 letter-spacing: -0.936px;
 text-transform: uppercase;
 margin-bottom: 4px;
}
.onGoContent h4 {
 color: #272424;
 font-family: Raleway;
 font-size: 15px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 margin-bottom: 20px;
 letter-spacing: -0.63px;
}
.onGoContent ul li {
 display: inline-block;
 padding-right: 21px;
}
.newsletter-section {
 padding: 91px 20px 73px;
}
.newsletter-section .max-newsletter-grid {
 max-width: 423px;
 width: 100%;
 margin: 0 auto;
}
.max-newsletter-grid p {
 color: #000;
 text-align: center;
 font-family: Raleway, sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 2.25px;
 text-transform: uppercase;
 margin-bottom: 5px;
}
.max-newsletter-grid h4 {
 color: #000;
 text-align: center;
 font-family: 'Libre Bodoni';
 font-size: 24px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 text-transform: uppercase;
}
.max-newsletter-grid .input-group {
 max-width: 323px;
 width: 100%;
 margin: 24px auto;
}
.max-newsletter-grid .input-group .form-control {
 border: 1px solid #b6942f;
 background: #fff;
 color: #000;
 font-family: Raleway, sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 height: 33px;
}
.max-newsletter-grid .btn.btn-glam {
 color: #fff;
 text-align: center;
 font-family: Raleway, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 1.8px;
 text-transform: uppercase;
 background: #b6942f;
 width: 90px;
 height: 33x;
 padding: 0;
}
footer.footer {
 background: #faf2db;
 padding: 30px 20px;
}
footer.footer .footer-logo {
 padding: 23px 0;
}
.footer .footer-grid {
 max-width: 1200px;
 width: 100%;
 margin: 0 0 0 auto;
}
.map-controller {
 position: relative;
 padding-top: 67%;
 overflow: hidden;
 max-width: 222px;
 width: 100%;
}
.map-controller iframe,
.map-controller img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.footer-address h4 {
 color: #000;
 font-family: Raleway, sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 2.25px;
 text-transform: uppercase;
 margin-bottom: 5px;
}
.footer-address p,
.footer-address p a {
 color: #272424;
 font-family: Raleway, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: 400;
 text-decoration: none;
 line-height: 17px;
 letter-spacing: -0.2px;
 padding-right: 6px;
 padding-bottom: 2px;
 word-wrap: break-word;
}
.footer-address h5,
.footer-address h5 span a {
 color: #000;
 font-family: Raleway, sans-serif;
 font-size: 12px;
 font-style: normal;
 word-wrap: break-word;
 font-weight: 500;
 line-height: 22px;
}
.footer-address h5 {
 margin-top: 19px;
}
.footer-address h5 span {
 padding-left: 10px;
}
.footer-address h5 span a {
 display: inline-block;
 margin-right: 10px;
}
.footer-grid-info-list {
 padding: 0 0 0 0px;
}
.footer-address {
 padding-left: 13px;
 position: relative;
}
.footer-address::before {
 content: '';
 position: absolute;
 left: 0;
 width: 2px;
 background: #b6942f;
 height: 72%;
 top: 16px;
}
.copy-right-text,
.copy-right-text a {
 color: #fff;
 font-family: Raleway, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: -0.462px;
 text-decoration: none;
}
.footer-below ul li a {
 color: #fff;
 font-family: Raleway, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: -0.462px;
 text-decoration-line: underline;
 text-decoration-style: solid;
 text-decoration-skip-ink: auto;
 text-decoration-thickness: auto;
 text-underline-offset: auto;
 text-underline-position: from-font;
}

.inner-pages-banner .banner-sub img {
 height: 337px;
 width: 100%;
 object-fit: cover;
 object-position: center;
}
.subpages-banner-content .gradient-overlay {
 max-width: 668px;
 width: 100%;
 background: linear-gradient(90deg, #b59116 0%, rgba(181, 145, 22, 0) 100%);
}
.subpages-banner-content .subpage-title {
 color: white;
 font-size: 50px;
 font-family: 'Libre Bodoni', serif;
 font-weight: 500;
 text-transform: uppercase;
 word-wrap: break-word;
 max-width: 100%;
 width: 100%;
 padding-left: 70px;
}
.subpages-banner-content {
 position: absolute;
 bottom: 0;
 width: 100%;
 margin-bottom: 55px;
}

.brands-info-btn .btn.btn-glam {
 max-width: 146px;
}

.childrens-grid .childrens-left-img {
 border: 1px solid #eee;
 padding: 26px !important;
 border-radius: 20px;
 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
 position: relative;
 height: 100%;
}
.childrens-left-img p,
.childrens-sec p {
 line-height: 22px;
}
.common-info h1 {
 margin-bottom: 25px;
 color: #000;
 font-weight: 500;
 font-size: 24px;
 font-family: 'Libre Bodoni', serif;
 text-transform: uppercase;
 text-align: left !important;
}
.common-info h3 {
 margin-bottom: 10px;
 color: #000;
 font-weight: 500;
 font-size: 20px;
 font-family: 'Libre Bodoni', serif;
 text-transform: uppercase;
 text-align: left !important;
}

.common-info p {
 color: #000;
 font-family: 'Raleway', sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 400;
 margin-bottom: 15px;
 line-height: 24px !important;
 text-align: left !important;
}

.common-info ul li {
 line-height: 24px !important;
 text-align: left !important;
 color: #000;
 font-family: 'Raleway', sans-serif;
 font-size: 15px;
 font-style: normal;
}

/* ==================== Cafe Menu Section Start ==================== */
.cafe-menu-section {
 padding: 97px 10px;
}
/* .cafe-menu-section .cafe-menu-grid{max-width: 971px;width: 100%;margin: 0 auto;} */
.layout-section.cafe-menu-section .max-abt-grid.cafe-menu-grid {
 max-width: 953px;
 width: 100%;
 margin: 0 auto;
}
.layout-section.cafe-menu-section .max-abt-grid.cafe-menu-grid .layout-grid-lft {
 max-width: 434px;
}
.layout-section.cafe-menu-section .max-abt-grid .layout-grid-lft .layout-banner-lft-inner img {
 height: 530px;
}
.layout-section.cafe-menu-section .max-abt-grid .layout-grid-rgt {
 padding: 20px 37px;
}
.layout-section.cafe-menu-section .max-abt-grid .row {
 margin-bottom: 40px;
}
.layout-section.cafe-menu-section .max-abt-grid .row:nth-child(even) {
 flex-direction: row-reverse;
}
.no-data-found .no-data-found-inner {
 max-width: 1112px;
 width: 100%;
 background: rgba(240, 240, 240, 0.5);
 padding: 40px;
 text-align: center;
}
.content-para p {
 text-align: center !important;
}
.no-data-found .no-data-found-inner h4 {
 color: #000;
 text-align: center;
 font-family: Raleway, sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 2.25px;
 text-transform: uppercase;
 margin-bottom: 10px;
}
.no-data-found .no-data-found-inner p {
 color: #272424;
 text-align: center;
 font-family: Raleway;
 font-size: 15px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
}
.cafe-menu-banner a {
 color: #f8f7f3;
 font-family: Raleway, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 text-align: center;
 text-decoration: none;
 padding: 12px 10px;
 display: block;
}
.cafe-menu-banner {
 background: #b59116;
 width: 264px;
 height: 37px;
 z-index: 999;
 position: fixed;
 right: 0;
 bottom: 5%; /* top: 50%; */
}

.services-inner-section {
 padding: 48px 10px 40px;
}
.services-inner-wrap {
 max-width: 908px;
 margin: 0 auto;
}
.bridal-sidebar {
 flex: 0 0 auto;
 width: 100%;
 max-width: 212px;
 background: #faf2db;
 margin-bottom: 32px;
}
.bridal-sidebar__heading {
 margin: 0;
 text-align: left;
 color: #000;
 font-size: 15px;
 font-family: Raleway, sans-serif;
 font-weight: 600;
 text-transform: uppercase;
 letter-spacing: 2.25px;
 border-bottom: 2px solid #b591164d;
 padding: 17px;
 padding: 20px 24px;
}
.bridal-sidebar__rule {
 margin: 12px 0 18px;
 border: none;
 height: 0;
 opacity: 0.9;
 outline: 1px solid rgba(181, 145, 22, 0.3);
 outline-offset: -1px;
}
.bridal-sidebar__nav {
 display: flex;
 flex-direction: column;
 gap: 13px;
 padding: 22px 16px 32px 27px;
}
.bridal-sidebar__link {
 position: relative;
 display: block;
 color: #000;
 font-size: 15px;
 font-family: Raleway, sans-serif;
 font-weight: 500;
 text-decoration: none;
 line-height: 1.35;
 padding-left: 0;
 transition: color 0.2s ease;
}
.bridal-sidebar__link:hover {
 color: #b59116;
}
.bridal-sidebar__link--strong {
 font-weight: 600;
}
.bridal-sidebar__link--active {
 font-weight: 600;
 padding-left: 12px;
}
.bridal-sidebar__link--active::before {
 content: '';
 position: absolute;
 left: 0;
 top: 0.2em;
 width: 3px;
 height: 15px;
 background: #b59116;
}
.bridal-main {
 padding-left: 0;
 max-width: 612px;
}

.layout-section.boutique-section .max-abt-grid .layout-grid-lft {
 max-width: 100%;
}
.layout-section.boutique-section .max-abt-grid .layout-grid-lft .layout-banner-lft-inner img {
 height: 481px;
}

.layout-section.boutique-section .max-abt-grid .layout-grid-rgt {
 padding: 10px 50px;
}

.layout-section.boutique-section .max-abt-grid .layout-grid-rgt .offer-subtitle {
 margin-bottom: 10px;
}

.layout-section.boutique-section .max-abt-grid .row:nth-child(even) {
 flex-direction: row-reverse;
}

@media (min-width: 992px) {
 .bridal-main {
  padding-left: 84px;
 }
 .bridal-sidebar {
  margin-bottom: 0;
 }
}
.bridal-main__title {
 color: #000;
 font-size: 24px;
 font-family: 'Libre Bodoni', serif;
 font-weight: 500;
 text-transform: uppercase;
 margin: 0 0 24px;
}
.bridal-main__intro {
 color: #272424;
 font-size: 15px;
 font-family: Raleway, sans-serif;
 font-weight: 400;
 line-height: 1.5;
}
.bridal-main__intro p {
 margin-bottom: 16px;
}
.bridal-main__intro p:last-child {
 margin-bottom: 0;
}
.bridal-main__level-link-wrap {
 margin: 20px 0 32px;
}
.bridal-main__level-link {
 color: #b59116;
 font-size: 12px;
 font-family: Raleway, sans-serif;
 font-weight: 600;
 text-decoration: underline;
 text-transform: uppercase;
 letter-spacing: 1.8px;
}
.bridal-main__level-link:hover {
 color: #000;
}
.bridal-price-list {
 margin: 0 0 36px;
 padding: 0;
}
.bridal-price-item {
 margin-bottom: 28px;
}
.bridal-price-item:last-child {
 margin-bottom: 0;
}
.bridal-price-item__row {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: baseline;
 gap: 12px;
}
.bridal-price-item__name {
 flex: 1 1 auto;
 min-width: 200px;
 color: #000;
 font-size: 15px;
 font-family: Raleway, sans-serif;
 font-weight: 600;
 text-transform: uppercase;
 letter-spacing: 1.25px;
}
.bridal-price-item__price {
 flex: 0 0 auto;
 text-align: right;
 color: #73727e;
 font-size: 13px;
 font-family: Raleway, sans-serif;
 font-weight: 600;
}
.bridal-price-item__desc {
 margin: 10px 0 0;
 max-width: 529px;
 color: #272424;
 font-size: 15px;
 font-family: Raleway, sans-serif;
 font-weight: 400;
 line-height: 1.45;
}
.bridal-actions {
 margin-bottom: 40px;
}
.bridal-actions__secondary {
 display: flex;
 flex-wrap: wrap;
 gap: 16px;
 margin-top: 16px;
 justify-content: center;
}
.bridal-actions__btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 36px;
 font-size: 14px;
 padding: 7.5px 18px;
 font-family: Raleway, sans-serif;
 font-weight: 600;
 text-transform: uppercase;
 letter-spacing: 1.5px;
 text-decoration: none;
 transition:
  background 0.2s ease,
  color 0.2s ease;
}
.bridal-actions__btn--primary {
 background: #b59116;
 color: #f8f7f3;
  font-size: 14px;
  padding: 7.5px 18px;
}
.bridal-actions__btn--primary:hover {
 background: #000;
 color: #f8f7f3;
}
.bridal-actions__btn--ghost {
 background: #faf2db;
 color: #b59116;
}
.bridal-actions__btn--ghost:hover {
 background: #b59116;
 color: #f8f7f3;
}
.bridal-remember {
 padding: 32px 28px 40px;
 margin-left: -28px;
 margin-right: -28px;
}
@media (min-width: 992px) {
 .bridal-remember {
  margin-left: 0;
  margin-right: 0;
  max-width: 612px;
 }
}
.bridal-remember__title {
 color: #000;
 font-size: 24px;
 font-family: 'Libre Bodoni', serif;
 font-weight: 500;
 text-transform: uppercase;
 margin: 0 0 24px;
}
.bridal-remember__body {
 color: #272424;
 font-size: 15px;
 font-family: Raleway, sans-serif;
 font-weight: 400;
 line-height: 1.55;
}
.bridal-remember__body p {
 margin-bottom: 16px;
}
.bridal-remember__body p:last-child {
 margin-bottom: 0;
}
@media (max-width: 991px) {
 .bridal-sidebar {
  max-width: 100%;
 }
 .bridal-main {
  padding-left: 0;
 }
}
@media (min-width: 1080px) {
 .social-icons--align-book {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 34px;
 }
}
@media (min-width: 991px) {
 .footer-left-grid {
  width: 40%;
 }
 .footer-right-grid {
  width: 60%;
 }
}
@media (min-width: 1080px) {
 .navbar-nav li:hover ul {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
 }
 .navbar-nav li ul ul {
  display: none !important;
 }
 .navbar-nav li ul li.is-open > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0%) !important;
 }
 .navbar-nav li ul {
  visibility: hidden;
  opacity: 0;
  display: block !important;
 }
 .navbar-header {
  display: none;
 }

 /* Desktop: inner submenu items become click-to-expand */
 .navbar-nav li ul li.has-children > a {
  position: relative;
  padding-right: 22px;
  cursor: pointer;
 }
 .navbar-nav li ul li.has-children > a::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #1a1a1a;
  border-bottom: 1.5px solid #1a1a1a;
  transform: translateY(-75%) rotate(45deg);
  transition: transform 0.25s ease;
  pointer-events: none;
 }
 /* .navbar-nav li ul li.has-children.is-open > a::after { transform: translateY(-25%) rotate(-135deg); } */
 .navbar-nav li ul li.has-children.is-open > a {
  color: #b59116;
 }

 /* .navbar-nav li ul{width: 270px;} */
 .navbar-nav li ul.w-220 {
  width: 220px;
 }
}
@media (max-width: 1079px) {
 .navbar-nav li ul {
  max-width: 100%;
  width: 100%;
 }
 .navbar-nav li ul ul::before {
  left: 7px;
 }
 .wrapper {
  padding-top: 67px;
 }
 .headertoprgt {
  display: none;
 }
 .mobilelist,
 .mobilelist .headertoprgt {
  display: block;
  width: 100%;
 }
 .mobilelist .headertoprgt {
  padding: 10px 0;
 }
 .collapse.navbar-collapse {
  display: none;
 }
 .navbar-default .navbar-collapse.show {
  display: flex !important;
  flex-flow: column;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
 }
 .navbar-collapse {
  width: 100%;
  max-width: 100%;
  height: calc(100% - 67px);
  top: 67px;
  position: fixed;
  left: -100%;
  display: block !important;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  background: #fff;
  border-top: 1px solid rgba(73, 54, 90, 0.15);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0px;
  z-index: 9;
 }
 .navbar-collapse.show {
  left: 0;
  transform: translateX(0%);
 }
 .navbar-default .navbar-collapse {
  border: none;
  box-shadow: none;
 }
 .header.sticky .navbar-collapse {
  top: 51px;
 }
 .navbar-nav {
  width: 100%;
  max-width: 100%;
  margin: 0 0 0;
  padding: 0;
 }
 .navbar-nav li {
  width: 100%;
 }
 .navbar-nav > li > a {
  padding: 5px 0 !important;
 }
 .navbar-nav li span {
  display: block;
 }
 .navbar-nav li ul {
  position: static;
  width: 100% !important;
  padding: 5px 0;
  visibility: visible;
  opacity: 1;
  transform: none !important;
  transition: none !important;
  display: none;
  margin: 0;
  background: #fff;
 }
 .navbar-nav li ul ul {
  position: static;
  width: 100%;
  padding: 5px 0;
 }
 .navlist {
  padding: 0 0;
  position: relative;
  z-index: 9;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
 }
 .navbar-header {
  display: block;
  padding: 0 0;
  margin: 0;
 }
 .navbar-default .navbar-nav > li > a {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  display: block;
 }
 .navbar-default .navbar-nav > li {
  padding: 5.5px 25px 5.5px 0;
  text-align: left;
 }
 .navbar-nav li ul li a {
  font-size: 16px;
  line-height: 22px;
 }
 .navbar-nav li:hover ul {
  display: none;
 }
 .navbar-nav li ul li:hover ul {
  display: none;
 }
 .navbar-nav li ul li:hover {
  color: #fff;
 }
 .navbar-nav li:last-child {
  border: none;
 }
 .navbar-nav li ul li {
  padding: 8px 0 8px 0;
  text-align: left;
 }
 .header.sticky .navlist {
  padding: 0 0px;
  transition: all 0.5s ease-in-out;
 }
 .header.sticky {
  padding: 0;
 }
 .header {
  padding: 0;
 }
 .navbar {
  display: block;
  float: none;
  padding: 0;
 }
 .header-container {
  padding: 0 15px;
 }
 .nav-brand-parent {
  display: block;
  padding: 10px 0;
 }
 .logo {
  padding: 0;
 }
 .navbar-default .navbar-nav > li > a i {
  display: none;
 }
 .header.sticky .nav-brand-parent {
  padding: 10px 0;
 }
 /* Mobile nav drawer: accordion expand / nested menus */
 #example-navbar-collapse .navbar-nav#mainmenu {
  font-family: 'Raleway', sans-serif;
  padding: 10px 4px 16px;
  gap: 10px;
 }
 .navbar-default .navbar-nav > li {
  position: relative;
  padding: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
 }
 .navbar-default .navbar-nav > li.header-btn {
  border-bottom: none;
 }
 .navbar-default .navbar-nav > li > a {
  padding: 10px 40px 10px 6px !important;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.2 !important;
  text-transform: uppercase;
  color: #121212 !important;
 }
 .navbar-nav li.has-children > span {
  position: absolute;
  right: 0;
  top: -6px;
  width: 40px;
  height: 40px !important;
  min-height: 36px;
  margin: 0;
  bottom: 0;
  background: none !important;
  background-size: 0 !important;
  cursor: pointer;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transform: none;
  transition: transform 0.28s ease;
 }
 .navbar-nav li.has-children > span::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: rotate(45deg);
  margin-top: -4px;
  transition:
   transform 0.28s ease,
   border-color 0.2s ease;
 }
 .navbar-nav li.has-children > span.open {
  transform: rotate(180deg);
 }
 .navbar-nav li.has-children > span:hover::after {
  border-color: #b6942f;
 }
 .navbar-nav li > ul {
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 6px !important;
  padding: 6px 0 8px !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  background: #f7f4ef !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 12px 12px 0;
  border-left: 3px solid #b6942f !important;
 }
 .navbar-nav li ul .dropdown-grid,
 .navbar-nav li ul .dropdown-half {
  display: block !important;
  width: 100% !important;
  padding-right: 0 !important;
 }
 .navbar-nav li ul li {
  padding: 0 !important;
 }
 .navbar-nav li ul li a {
  padding: 8px 14px 8px 18px !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.35 !important;
  letter-spacing: 0.03em;
  text-transform: none;
  color: #272424 !important;
  border-radius: 0;
 }
 .navbar-nav li ul li.has-children > a {
  padding-right: 40px !important;
 }
 .navbar-nav li ul li.has-children > span {
  top: 0;
  height: 100%;
  min-height: 36px;
 }
 .navbar-nav li ul ul {
  margin: 4px 0 6px 12px !important;
  padding: 4px 0 !important;
  background: #fff !important;
  border-left: 2px solid rgba(182, 148, 47, 0.42) !important;
  border-radius: 0 10px 10px 0;
 }
 .navbar-nav li ul ul li a {
  font-size: 13px !important;
  font-weight: 400;
  padding: 7px 12px 7px 16px !important;
  line-height: 1.3 !important;
 }
 .navbar-nav li ul li a:hover,
 .navbar-nav li ul ul li a:hover {
  color: #000 !important;
  background: rgba(182, 148, 47, 0.08);
 }
 .navbar-default .navbar-nav > li.header-btn {
  position: relative;
  margin-top: 12px;
  padding: 4px 0 8px;
 }
 .navbar-default .navbar-nav > li.header-btn .btn-primary {
  width: 100%;
  display: block;
  text-align: center;
  padding: 16px 23px !important;
  font-size: 16px !important;
  max-width: 160px !important;
 }
 .navbar-nav {
  gap: 0;
 }
 .header-top-list {
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
 }
 .header-top-list li.active a {
  border-radius: 10px;
 }
 .innerbanner-shape {
  bottom: 0;
 }
 .home-banner-right-top-img > img,
 .home-banner-right-bottom-img > img {
  height: 321px;
 }
 .blogBack {
  left: 0;
 }
 .artistBio .blogBack {
  left: 10px;
  top: -39px;
 }
 .serviceDetailWrapper .blogBack {
  left: 15px;
  top: 0;
 }
 .services-section .max-services-grid h2 {
  font-size: 28px;
 }
}

.main-banner-position {
 position: relative;
 overflow: hidden;
}
/* Bootstrap FAQ accordion (hair page + any section using .faq-accordion-wrap) */
.sec-faq:has(.faq-accordion-wrap) {
 background: #fff;
}

.faq-h2 {
 color: #000;
 font-family: 'Libre Bodoni', serif;
 font-size: 24px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 text-transform: uppercase;
 margin: 0;
 padding: 0;
 background-color: transparent;
 border: none;
 letter-spacing: normal;
}

.faq-h2.faq-h2-standalone {
 max-width: 852px;
 width: 100%;
 margin: 40px auto 20px;
}

.faq-bs-accordion .accordion-button .faq-h2 {
 max-width: none;
 width: auto;
 margin: 0;
}
.bridal-remember-section {
 background: #faf2db;
 padding: 10px 10px;
}
.bridal-remember-section .bridal-remember {
 max-width: 1110px;
 width: 100%;
 margin: 0 auto;
 text-align: center;
}

.bridal-remember__spacer {
 margin-bottom: 10px;
 max-width: 647px;
 width: 100%;
 margin: 0 auto;
}

.faq-accordion-wrap {
 max-width: 852px;
 width: 100%;
 margin: 0 auto 20px;
}

.faq-bs-accordion.accordion {
 --bs-accordion-border-width: 0;
 --bs-accordion-border-radius: 0;
 --bs-accordion-inner-border-radius: 0;
 --bs-accordion-btn-padding-x: 0;
 --bs-accordion-btn-padding-y: 0;
 --bs-accordion-body-padding-x: 0;
 --bs-accordion-body-padding-y: 0;
 --bs-accordion-active-color: #000;
 --bs-accordion-btn-focus-box-shadow: none;
}

.faq-bs-accordion .accordion-item {
 background: #fff;
 border: 3px solid #b7942f;
}
.py-100 {
 padding: 120px 0;
}

.faq-bs-accordion .faq-category-header .accordion-button {
 background: #fff;
 box-shadow: none;
 display: flex;
 align-items: center;
 gap: 12px;
 color: #000;
 padding: 16px 24px;
 position: relative;
}

.faq-bs-accordion .faq-category-header .accordion-button:not(.collapsed) {
 background: #fff;
 box-shadow: none;
 padding-bottom: 12px;
}

.faq-bs-accordion .accordion-button::after {
 display: none;
}

.faq-bs-accordion .faq-acc-icon {
 flex-shrink: 0;
 width: 22px;
 height: 22px;
 background: url('../images/faq-acc-plus.svg') center / contain no-repeat;
}

.faq-bs-accordion .faq-category-header .accordion-button:not(.collapsed) .faq-acc-icon {
 width: 13px;
 height: 2px;
 background: url('../images/faq-acc-minus.svg') center / 13px 2px no-repeat;
}

.faq-bs-accordion .accordion-body {
 padding: 15px 24px 24px 50px;
 max-width: 100%;
}

.faq-bs-accordion .faq-entry + .faq-entry {
 margin-top: 20px;
}

.faq-bs-accordion .faq-accordion-title {
 color: #000;
 font-family: 'Libre Bodoni', serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 text-transform: uppercase;
 margin: 0 0 8px;
 padding: 0;
 background: transparent;
 border: none;
}

.faq-bs-accordion .faq-accordion-text,
.faq-bs-accordion .faq-accordion-text p {
 color: #000;
 font-family: Raleway, sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 400;
 line-height: 24px;
 margin-bottom: 0;
}

@media (min-width: 992px) {
 .max-services-grid .col-lg-2 {
  flex: 0 0 auto;
  width: 20%;
 }
}

@media (max-width: 575.98px) {
 .services-section .services-title {
  font-size: clamp(22px, 5.5vw, 30px) !important;
  line-height: 1.2;
 }
}
.inner-pages-banner {
 overflow: hidden;
}
.inner-pages-banner img {
 width: 100%;
 max-width: 100%;
 height: auto;
 display: block;
 object-fit: cover;
 object-position: center;
}
@media (max-width: 1199.98px) {
 .layout-section .max-abt-grid .layout-grid-lft .layout-banner-lft-inner img {
  height: auto;
  min-height: 260px;
  object-fit: cover;
 }
 .layout-section.refer-program .max-abt-grid .layout-grid-lft .layout-banner-lft-inner img {
  height: auto;
  min-height: 300px;
 }
 /* .layout-section.review-main-section .max-abt-grid .layout-grid-lft .layout-banner-lft-inner img {
  height: auto;
  min-height: 280px;
 } */
}
@media (max-width: 991.98px) {
 .main-banner-position .banner-content {
  top: auto;
  bottom: 10%;
  transform: none;
  padding: 20px 24px;
 }
 .main-banner-position .banner-content .layer-content {
  max-width: 100%;
 }
 .banner-title {
  font-size: 32px;
 }
 .banner-subtitle {
  font-size: 18px;
 }
 .layout-section {
  padding: 56px 0 44px;
 }
 .layout-grid-rgt {
  padding: 36px 20px 24px !important;
 }
 .layout-section.refer-program .layout-grid-rgt {
  padding: 40px 16px 28px !important;
 }
 .layout-section.review-main-section .review-main-grid {
  margin: 0 auto 28px;
  max-width: 100%;
  height: auto;
  padding: 36px 24px 28px;
 }
 .swiper.revMainSwiper {
  padding-bottom: 44px;
 }
 .services-section {
  padding: 48px 0 52px;
 }
 /* .layout-section.cafe-menu-section .max-abt-grid .row:nth-child(even) {
        flex-direction: column;
    } */

 .layout-grid-rgt {
  padding: 30px 10px;
 }

 .layout-section.cafe-menu-section .max-abt-grid.cafe-menu-grid .layout-grid-lft {
  max-width: 100%;
 }
 .layout-section.cafe-menu-section .max-abt-grid .layout-grid-lft .layout-banner-lft-inner img {
  height: auto;
  max-height: 520px;
 }
 .bridal-main {
  max-width: none;
 }
 .layout-section.review-main-section .max-abt-grid .layout-grid-lft::before {
  right: 10px;
 }
}
@media (max-width: 767.98px) {
 .map-controller {
  max-width: 100%;
 }
 .footer-grid-info-list {
  padding: 10px 0;
 }
 .footer-below p {
  text-align: center;
  margin-bottom: 10px;
 }

 .main-banner-position .banner-content {
  bottom: 6%;
  padding: 16px 16px 20px;
 }
 .banner-title {
  font-size: 26px;
 }
 .banner-subtitle {
  font-size: 16px;
  line-height: 1.35;
 }
 .banner-title br {
  display: none;
 }
 .layout-section .max-abt-grid .layout-grid-lft .layout-banner-lft {
  padding: 12px 0 12px 12px;
 }
 .layout-section .max-abt-grid .layout-grid-lft::before {
  width: calc(100% - 12px);
  height: calc(100% - 24px);
 }
 .offer-title {
  font-size: 20px;
 }
 .services-section .max-services-grid .row > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
 }
 .promoSwiper .swiper-button-next,
 .promoSwiper .swiper-button-prev {
  display: none;
 }
 .inner-pages-banner .banner-sub img {
  height: 220px;
 }
 .subpages-banner-content {
  margin-bottom: 28px;
 }
 .subpages-banner-content .subpage-title {
  font-size: 34px;

  padding-left: 22px;
 }
 .cafe-menu-section {
  padding: 48px 12px 56px;
 }
 .layout-section.cafe-menu-section .max-abt-grid .row {
  flex-direction: column !important;
  margin-bottom: 32px;
 }
 .layout-section.cafe-menu-section .max-abt-grid .layout-grid-rgt {
  padding: 20px 8px 8px !important;
 }
 .layout-section.cafe-menu-section .max-abt-grid .layout-grid-lft .layout-banner-lft-inner img {
  height: auto;
  max-height: 400px;
  width: 100%;
 }
 .cafe-menu-banner {
  left: auto;
  right: 0;
  width: 40%;
  top: auto;
  bottom: 0;
  transform: none;
 }
 .no-data-found .no-data-found-inner {
  padding: 28px 16px;
 }
 .review-main-grid .review-box p {
  height: auto;
  max-height: 280px;
 }
 .layout-section.review-main-section .max-abt-grid .layout-grid-lft {
  max-width: 100%;
 }
 /* .layout-section.review-main-section .max-abt-grid .layout-grid-lft .layout-banner-lft-inner img {
  min-height: 0;
  max-height: 360px;
 } */
 .services-inner-section {
  padding: 32px 8px 56px;
 }
 .bridal-main__title,
 .bridal-remember__title {
  font-size: 22px;
 }
 .bridal-price-item__name {
  min-width: 0;
 }
 .onGoContent {
  padding: 50px 0 10px;
  text-align: center;
 }
 .onGoContent ul {
  align-items: center;
  justify-content: center;
 }
 .onGoImg {
  margin: 0 auto;
 }
 .cafe-menu-banner a {
  font-size: 13px;
  letter-spacing: 0;
 }
}
@media (max-width: 575.98px) {
 .main-banner-position .banner-content {
  bottom: 4%;
  padding: 12px 14px 18px;
 }
 .banner-title {
  font-size: 22px;
 }
 .banner-subtitle {
  font-size: 14px;
 }
 .subpages-banner-content .subpage-title {
  font-size: 28px !important;
  padding-left: 16px;
 }
 .inner-pages-banner .banner-sub img {
  height: 180px;
 }
 .bridal-remember {
  margin-left: -12px;
  margin-right: -12px;
  padding: 24px 16px 32px;
 }
 .bridal-price-item__row {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
 }
 .bridal-price-item__price {
  text-align: left;
  width: 100%;
 }
 .bridal-actions__secondary {
  flex-direction: column;
  align-items: stretch;
 }
 .bridal-actions__btn {
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
 }
 .bridal-sidebar__nav {
  gap: 10px;
  padding: 16px 14px 24px 20px;
 }

 .footer-grid-info-list {
  padding: 20px 0;
 }
 .map-controller {
  max-width: 100%;
 }
 footer.footer {
  padding-left: 0;
  padding-right: 0;
 }
 .copy-right-text {
  text-align: center;
  margin-bottom: 10px;
 }
}


.services-inner-wrap.bridalService{    max-width: 1100px;}
.services-inner-wrap.bridalService .bridal-price-item__desc{   max-width: 100%;}
.services-inner-wrap.bridalService .row{display:block;}
.services-inner-wrap.bridalService .bridal-sidebar{    float: left; margin-right: 50px; margin-bottom: 20px;}
.services-inner-wrap.bridalService .bridal-main{    max-width: 100%; padding: 0;}