/** Shopify CDN: Minification failed

Line 2390:3 Unexpected "/"

**/
/******* custom css start here *********/
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  color: #444;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.main-page-title.page-title {
	display: none;
}

img {
  max-width: 100%;
}

* {
  margin: 0px;
  padding: 0px;
  word-break: break-word;
  white-space: initial;
}

p {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  line-height: 24px;
}

h1 {
  font-size: 56px !important;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 38px !important;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 36px !important;
  font-family: "Montserrat", sans-serif;
}

h4 {
  font-size: 24px !important;
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-size: 20px !important;
}

h6 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

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

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

a:hover {
  text-decoration: none;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}

ul {
  list-style: none;
}

.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.mr-22 {
  margin-right: 22px;
}
a {
  text-decoration: none;
}
.green {
  color: #738063;
}
.bg-green {
  background: #738063;
}
.text-dark-gray {
  color: #444444;
}
.text-light-gray {
  color: #888888;
}
.text-white {
  color: #fff;
}

.btn-main {
  font-size: 16px;
  transition: all 0.5s ease;
  background: #738063;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}
.icon-btn-main {
  font-size: 16px;
  transition: all 0.5s ease;
  background: #738063;
  color: #fff;
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
  min-width: 210px;
  gap: 5px;
  border: 1px solid #fff;
}
.icon-btn-main:hover {
  background: #fff;
  color: #5f6f4c;
  border-color: #5f6f4c;
}
.icon-btn-main span.rounded-arrow {
  width: 34px;
  height: 34px;
  background: #c7cbc8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.icon-btn-main span.rounded-arrow svg path {
  stroke: #738063;
}
.icon-btn-main:hover span.rounded-arrow svg path {
  stroke: #fff;
}

.banner__buttons .icon-btn-main {
  background: #c7cbc8;
  color: #000;
  border: 0;
}
.banner__buttons .icon-btn-main:hover {
  background: #738063;
  color: #fff;
}
.banner__buttons .icon-btn-main span.rounded-arrow {
  background: #738063;
}
.banner__buttons .icon-btn-main:hover span.rounded-arrow {
  background: #c7cbc8;
}
.banner__buttons .icon-btn-main span.rounded-arrow svg path {
  stroke: #fff;
}
.banner__buttons .icon-btn-main:hover span.rounded-arrow svg path {
  stroke: #000;
}
.border-btn {
  background: none !important;
  border: 1px solid #fff !important;
  transition: all 0.5s ease;
}
.border-btn:hover {
  background: #fff !important;
  color: #738063;
}
.border-btn:hover img {
  filter: invert(1) !important;
}

/* .icon-btn-main:hover {
  background: none !important;
  color: #fff;
} */

.border-dark {
  border-color: #738063 !important;
}

.hover-white:hover {
  background: #fff;
}
.error {
  color: #f00;
}
.yellow {
  color: #ffd335;
}
/*******nav bar start here ********/
section.main-nav {
  position: relative;
  width: 100%;
  z-index: 99;
}
.login-register button,
.login-register a {
  line-height: 20px;
  display: inline-block;
  border: none;
}
section.main-nav .navbar-nav li.navbar-side-item a {
  padding: 0px 20px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s ease;
  text-decoration: none;
}

section.main-nav .navbar-nav li.navbar-side-item a:hover {
  color: #000;
}

section.main-nav .navbar-nav li.navbar-side-item a span.btn {
  padding: 0px;
}

section.main-nav ul.navbar-nav li.navbar-side-item a.side-link.active {
  color: #000;
}

section.main-nav ul.navbar-nav li.navbar-side-item a.side-link:hover {
  color: #000;
}

section.main-nav .navbar-nav li.navbar-side-item .dropdown-menu .dropdown-item {
  color: #000 !important;
}

.login-register li {
  list-style: none;
}
.relative {
  position: relative;
}

section.main-nav
  .navbar-nav
  li.navbar-side-item
  .dropdown-menu
  .dropdown-item
  a {
  display: block;
  padding: 0px;
  font-weight: 400;
  white-space: nowrap;
}
.login-register ul.dropdown-menu li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.login-register .dropdown button:focus {
  box-shadow: none;
  background: #000;
}
section.main-nav .navbar-nav li.navbar-side-item a.active {
  color: #000 !important;
}
.toggle-ul {
  display: none;
}

/*********** banner home start here **************/
.banner-home {
  width: 100%;
  position: relative;
  background: url(../images/home-banner-img.jpg) no-repeat;
  background-size: cover;
  padding: 130px 0px;
  min-height: 830px;
  display: flex;
  align-items: center;
}
.banner-home .row .carousel-caption {
  position: relative;
  left: inherit;
  right: inherit;
  bottom: inherit;
  top: inherit;
  padding-left: 80px;
  padding-right: 30px;
}
.banner-home .carousel-indicators button.active {
  background-color: #3d6ef5;
}
section.banner-home {
  position: relative;
  z-index: 9;
}
img.text-shape-banner {
  position: absolute;
  left: 0;
  top: -70px;
}

.banner-img-1 {
  padding-top: 40px;
}
.banner-img-2 {
  padding-bottom: 40px;
}
img.banner-dots {
  position: absolute;
  left: -138px;
  bottom: 0;
}
img.line-shape {
  position: absolute;
  left: -40px;
  top: 0px;
}
.banner-home .carousel-indicators {
  bottom: -80px;
}

a.next-sec {
  width: 60px;
  height: 60px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.05);
}

/******** icons start here **********/
.icons {
  width: 100%;
  padding: 30px;
}
.bg-box {
  background-image: linear-gradient(to right, #c7cbc8, #eaebeb);
  border-radius: 20px;
  padding: 20px;
}

/*************** abut sec start here ****************/

.banner__media::before {
  padding-bottom: 160px !important;
}
.banner__box.content-container {
  background: none !important;
}
.sec-about {
  padding: 150px 0px 430px 0;
}
.left-top-img-box {
  position: absolute;
  left: 0;
}
.about-sec {
  width: 100%;
  position: relative;
  padding: 20px 0px 120px;
}
.about-img-2 {
  position: absolute;
  left: -130px;
  bottom: -200px;
}
img.about-dots {
  position: absolute;
  left: -30px;
  bottom: 130px;
}

img.about-waves {
  position: absolute;
  left: -150px;
  top: 80px;
}
img.wave-left {
  margin-top: -100px;
}
img.left-top-big {
  position: absolute;
  left: 40px;
  top: 60px;
  border-radius: 40px;
}
img.left-top-small {
  position: absolute;
  top: -70px;
  right: -170px;
  border-radius: 40px;
}
.right-img-about {
  position: absolute;
  right: 40px;
  top: 150px;
}
.right-img-about img {
  border-radius: 40px;
}

.bottom-images {
  position: relative;
}
.bottom-images img.left-bottom-small {
  position: absolute;
  left: -160px;
  bottom: -250px;
  border-radius: 40px;
}

.bottom-images img.right-bottom-small {
  position: absolute;
  right: -160px;
  bottom: -350px;
  z-index: 9;
  border-radius: 40px;
}

img.right-wave {
  position: absolute;
  right: 0;
  bottom: 160px;
  z-index: 0;
}

/******** our story sec *********/

.our-story-sec {
  background-image: url('/cdn/shop/t/2/assets/green-line-bg.jpg?v=1744267735');
  background-color:  transparent !important;
}
.our-story-sec img {
  border-radius: 100px;
  border: 5px solid #fff;
}
.featured-services .owl-nav {
  display: block !important;
  position: absolute;
  top: -100px;
  right: 0px !important;
  width: auto;
}

.featured-services .owl-nav {
  display: flex !important;
  gap: 10px !important;
}
.featured-services .owl-nav button {
  width: 48px !important;
  height: 48px;
  display: flex;
  background: #ddd !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 28px !important;
}

.featured-services .service-heading-left h5 {
  max-width: 173px;
}
span.icon-box {
  width: 84px;
  height: 84px;
  background: #c7cbc8;
  padding: 15px;
  border-radius: 10px;
  display: block;
}
.read-more-arrow {
  color: #888888;
}

.featured-services .bg-light {
  border-radius: 30px;
}

.featured-services .bg-light p {
  padding-right: 29px;
  min-height: 135px;
}

/*********** product section start here *************/

.prod-img {
  width: 100%;
  height: 390px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 30px;
}

.prod-img img {
  max-height: 236px;
  max-width: 100%;
}

.single-mission {
  background: #444;
  padding: 30px;
  border-radius: 30px;
}
.single-mission img {
  border-radius: 30px;
}

/************** footer start here *****************/

footer {
  padding-top: 130px;
  margin-top: 110px;
}
.social-ul li a {
  color: #c7cbc8;
  font-size: 20px;
}
ul.quick-links {
  display: flex;
  padding-left: 0px;
  flex-wrap: wrap;
  column-gap: 30px;
}
ul.quick-links li {
  width: 100%;
  max-width: 30%;
  margin-bottom: 20px;
}
ul.quick-links li a {
  color: #fff;
  font-size: 14px;
}
footer .contact {
  color: #fff;
  padding-bottom: 15px;
  font-size: 14px;
}
footer .contact a {
  color: #fff;
}
footer a:hover {
  color: #000 !important;
}
footer .contact .icon {
  margin-right: 5px;
  display: inline-block;
}
/* .newsletter {background: #F5F5F5; padding: 30px; border-radius: 30px; margin-top: -205px;}

.newsletter-form {
  width: 100%;
  max-width: 570px;
  background: #EAEBEB;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
} */
/* .newsletter-form svg{color: #C7CBC8; margin-right: 10px;}
.newsletter-form input{width: 100%; background: none !important; border:0px; margin-right: 15px;}
.newsletter-form input:focus{outline: none; box-shadow: none;}
.newsletter-form button{font-size: 16px; outline: none; border:0px; white-space: nowrap; font-weight: 300; transition: all 0.5s ease;}
.newsletter-form button:hover{background: #fff; color: #738063;} */

/************* about start here ***************/

.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat;
  text-align: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-content ul li {
  margin-right: -20px;
}
.about-content ul li:last-child {
  margin-right: 0px;
}
.text-abt-left {
  border-radius: 0px 30px 0px 0px !important;
  width: 100%;
  max-width: 50%;
  padding-right: 30px;
  margin-top: 2px;
  margin-right: 1px;
  padding-top: 50px;
}
/* .img-abt-right{padding: 30px; margin-top: 2px; border-radius: 30px 0px 0px 0px; margin-left: 1px;} */
.img-abt-right {
  padding: 30px;
  margin-top: 2px;
  border-radius: 30px 0 0;
  margin-left: 1px;
  width: 100%;
  max-width: 50%;
}
.img-abt-right img {
  border-radius: 30px;
  width: 100%;
}

.about-content .bg-light {
  display: flex;
  margin-top: 40px;
}
span.devider {
  display: block;
  margin: 1rem 0px;
  border-bottom: 1px solid #f2f2f2;
}
section.elevator-sec img.main-img {
  border-radius: 30px;
}

.elevator-sec {
  background: url(../images/left-wave.png) no-repeat left top;
  background-color: #f2f2f2;
}

div.card-information {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  text-align: center !important;
}
div.card-information .caption {
  letter-spacing: 0.07rem;
  display: none;
}

.rating .rating-star::before {
  font-size: 16px;
}
.best-seller-widget {
  width: 100%;
  display: block;
  padding-top: 17px;
}
.best-seller-widget h4 {
  margin-bottom: 30px;
}

.best-seller-widget h4,
.facets__summary span,
.facets__summary-label {
  font-size: 15px !important;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif !important;
  font-weight: normal;
  color: #738063;
}
.facet-checkbox__text {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
#main-collection-filters .facet-checkbox {
  padding: 1rem 0 1rem 0;
}
#main-collection-filters .facets__summary:hover .facets__summary-label {
  text-decoration: none;
}
#FacetFiltersForm #verticalTitle {
  display: none;
}

.best-seller-item {
  display: flex;
  margin-bottom: 20px;
  align-items: start;
  gap: 20px;
}
.best-seller-text .rating {
  display: block;
}
.best-seller-item .img {
  background-color: #ececec;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
.best-seller-item .best-seller-text a {
  font-size: 14px;
  color: #444;
  line-height: 1;
  display: block;
  letter-spacing: 0;
}

.best-seller-item .best-seller-text .price {
  font-size: 14px;
  color: #000;
}
.banner__content {
  height: 100%;
}
.banner__content {
  padding: 20px;
}

.product__info-container div.code-div {
  margin: 0 0 5px;
  color: #000;
  letter-spacing: 0;
}
.product__info-container div.code-div b {
  font-weight: normal;
}
.product__info-container div.code-div span {
  color: #738063;
}
.product__info-container .product-form__buttons button {
  justify-content: start;
}
.product__info-container .product-form__buttons button span {
  position: relative;
}
.product__info-container .product-form__buttons button span::after {
  background-image: url(/cdn/shop/t/2/assets/cart-white.png?v=1744199229);
  background-repeat: no-repeat;
  background-position: right center;
  content: "";
  position: absolute;
  right: -20px;
  padding: 8px;
  bottom: 0;
}
.product__info-container .product-form__buttons button:hover {
  background-color: #61714d;
}

h2.related-products__heading {
  margin-top: 4rem;
  text-align: center;
  font-size: 26px !important;
  color: #000;
  margin-bottom: 5rem;
}
#FacetSortForm {
  justify-content: space-between;
  margin-bottom: 15px;
}
#FacetSortForm .facet-filters {
  padding-left: 330px;
}
.facet-filters__label,
.product-count__text {
  font-size: 14px !important;
}
#FacetSortForm .facet-filters__field .select__select,
#FacetSortForm .mobile-facets__sort .select__select {
  border-radius: 5px;
  border: 1px solid #bbb;
  padding: 2px 22px 2px 12px;
}
#FacetSortForm .select .svg-wrapper {
  right: 7px;
}
#FacetSortForm .facet-filters__label {
  margin: 0 5px 0 0;
}

.contact-info {
	display: flex;
	justify-content: space-between;
	gap: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 25px;
}
.contact-info-item .icon {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background: #738063;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #cbcec6;
}
.contact-info-item .icon svg {
  font-size: 22px;
  width:  20px;
}
.contact-info-item .icon svg path {
  fill: #fff;
}

.contact-info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  text-align: center;
  gap: 20px;
}
.contact-info-item p {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
  letter-spacing: 0;
}
.field::before,
.field::after,
.field__input {
	border-radius: 10px !important;
}
.contact__button button {
	background: #738063;
	border-radius: 30px;
	font-weight: 500;
}
.contact__button button:hover {
	background: #556542;
}
.contact__button button:before,
.contact__button button:after {
    content: none;
}
#ContactForm {
	background: #f5f5f5;
	padding: 30px;
	border: 1px solid #e1e1e1;
	margin-top: 20px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border-radius: 15px;
}
#cart .cart-items thead {
	background: #738063;
}
#cart .cart-items th {	
	opacity: 1;
	font-size: 15px;
	color: #fff;
	padding: 8px 15px;
}
#cart .cart-items td {
	vertical-align: top;
	padding-top: 20px;
}
#cart .cart-items .cart-items__heading--quantity, 
#cart .cart-item .cart-item__quantity, 
#cart .cart-item__quantity--info quantity-popover > * {
	padding-left: 10px;
}
#cart .cart-item > td + td {
	padding-left: 20px;
}
cart-items .title-wrapper-with-link {
	margin: 0 0 10px;
}
cart-items .title-wrapper-with-link .title {
	font-size: 16px !important;
}
.title-wrapper-with-link a {
	margin-top: 0;
	flex-shrink: 0;
	font-size: 14px;
	letter-spacing: 0;
	background: #738063;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
}
.cart-item__media {
	max-width: 70px;
	width: auto;
}
.cart-item__media .cart-item__image {
	max-width: 100%;
}
.cart-item__details .cart-item__name {
	font-size: 20px;
	letter-spacing: 0;
}
.cart-item__details .cart-item__name:hover {
	color: #000;
}
.cart__blocks {
	background: #eceeea;
	padding: 20px;
}
.cart__blocks .totals {
	justify-content: space-between;
}
.cart__blocks .totals .totals__total {
	font-size: 18px !important;
}
.cart__blocks .tax-note {
	color: #333;
}
#shopify-section-template--16843632672938__image_slder_YfzNC4 {
	padding: 52px 0;
	background: #FAFAFA;
	margin-top: 68px;
}
.servicify-select-a-time-button {
	padding-left: 10px !important;
	padding-right: 10px !important;
	justify-content: center !important;
}

.shopify-policy__container {
	padding-top: 50px;
	max-width: 1300px !important;
}
.shopify-policy__title h1 {
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	font-size: 38px !important;
	margin-bottom: 30px;
}
.shopify-policy__body h2 {
	font-size: 28px !important;
	font-weight: 500;
	margin-top: 20px;
}
.shopify-policy__body h3 {
	font-size: 20px !important;
	font-weight: 600;
	margin-top: 20px;
	font-family: "Montserrat", sans-serif;
}
.shopify-policy__body ul li {
	margin-bottom: 10px;
	font-size: 16px;
	color: #666;
	font-weight: 300;
	line-height: 24px;
}
.shopify-policy__body strong,
.shopify-policy__body ul li strong {
	font-weight: 500;
}
.shopify-policy__body table {
    margin-bottom: 30px;
}
.shopify-policy__body th {
	background: #738063;
	color: #fff;
	font-size: 15px;
	padding: 6px 20px !important;
}

/************** responsive start here **************/

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1410px;
  }
  .container12 {
    max-width: 1410px;
  }
}
@media screen and (min-width: 990px) {
  #product-grid {
    column-gap: 0px;
  }
  #product-grid .grid__item {
    width: 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 750px) {
  #main-collection-filters {
    width: 35%;
  }
  #main-collection-filters .facets__form-vertical {
    width: 100%;
  }
}
@media (max-width: 1700px) {
  img.left-top-big {
    max-width: 300px;
  }
  img.left-top-small {
    top: -50px;
    right: -50px;
    border-radius: 40px;
    max-width: 220px;
  }
  .right-img-about img {
    border-radius: 40px;
    max-width: 300px;
  }
}

@media (max-width: 1400px) {
  img.left-top-big {
    max-width: 270px;
  }
  img.left-top-small {
    top: -30px;
    right: 20px;
    border-radius: 40px;
    max-width: 180px;
  }
  .right-img-about img {
    max-width: 260px;
  }
  section.main-nav .navbar-nav li.navbar-side-item a {
    font-size: 14px;
  }
  .navbar-light .navbar-brand img {
    max-width: 160px;
  }
  h1 {
    font-size: 46px !important;
  }
  .icons ul li {
    font-size: 16px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  .featured-services .item .bg-light p {
    padding-right: 0px;
    min-height: 135px;
  }
  .featured-services .service-heading-left h5 {
    max-width: 170px;
  }
  .single-mission img {
    border-radius: 30px;
    max-width: 210px !important;
  }
  .mission-vision p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    min-height: 200px;
  }
  .fs-36 {
    font-size: 26px !important;
  }
  ul.quick-links li {
    max-width: 47%;
  }
  .banner-home {
    min-height: 700px;
    background-position: right top;
  }
  .bottom-images img.left-bottom-small {
    bottom: -270px;
    left: -340px;
  }
  .right-img-about {
	right: -60px;
}
  .left-top-img-box {
	left: -90px;
}
  .bottom-images img.right-bottom-small {
    bottom: -220px;
  }
  img.right-wave {
    right: -160px;
    bottom: 340px;
  }
  .sec-about {
    padding: 150px 0px 300px 0;
  }
  .header__menu-item {
    padding: 1.2rem 7px !important;
  }
}

@media (max-width: 1200px) {
  .header-wrapper .list-menu--inline {
    display: none;
  }
  header-drawer {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  img.left-top-big {
    max-width: 230px;
  }
  img.left-top-small {
    right: 70px;
  }
  .icons ul {
    padding-left: 0px;
  }
  .icons ul li {
    font-size: 14px !important;
  }
  .icons ul li img {
    max-width: 36px;
  }
  .sec-about {
    padding: 110px 0px 300px 0;
  }
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  .banner-home p {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .banner-home p br {
    display: none;
  }
  .main-nav .container {
    max-width: 100% !important;
  }
  .banner-home {
    min-height: 545px;
  }
}

@media (max-width: 1024px) {
  .multicolumn-card.content-container {
    display: block !important;
  }
  .custom-multicoloumn .multicolumn-card__image-wrapper {
    width: auto !important;
  }
  .custom-multicoloumn .multicolumn-card__image-wrapper,
  .custom-multicoloumn .multicolumn-card__info {
    width: auto !important;
  }
  .custom-multicoloumn .multicolumn-card.content-container {
    padding-top: 3px;
  }
  .custom-multicoloumn.slider-mobile-gutter {
    padding: 17px !important;
  }
  .about-content h6 {
    margin-bottom: 16px;
  }
  .custom-single-product .icon-with-text {
    margin: 0 !important;
  }
  .custom-single-product .icon-with-text__item {
    margin: 0 !important;
  }
 
}

@media (max-width: 991px) {
  .navbar-side .dropdown-menu {
    display: none;
  }
  .navbar-side .dropdown-menu.show {
    display: block;
  }

  .aos-init {
    transform: inherit !important;
  }
  .main-nav nav.navbar ul.login-register {
    display: none !important;
  }

  section.main-nav ul.navbar-nav .mob-login-register {
    display: block;
  }

  .toggle-ul {
    display: block;
  }
  header-drawer {
    display: block !important;
  }
  .navbar-side {
    min-height: 100vh;
    width: 280px !important;
    font-size: 1.6rem;
    position: fixed;
    top: 0;
    right: 0;
    left: initial;
    padding: 0;
    list-style: none;
    background: #738063;
    overflow-y: auto;
    z-index: 1000;
  }

  div#navbarSide .navbar-toggler {
    margin-top: 20px;
    margin-left: -20px;
    width: 100%;
    text-align: right;
  }

  #close {
    outline: none !important;
    border: none;
  }

  .fixed {
    position: fixed !important;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    z-index: 999999;
    height: auto !important;
  }

  .fixed a.navbar-brand {
    max-width: 100px;
  }

  .fixed a.navbar-brand img {
    max-height: 50px;
  }

  .fixed .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-side .social-head {
    position: absolute;
    bottom: 20px;
    left: 15px;
  }

  .navbar-side-item {
    margin-bottom: 0.2rem;
    font-weight: 300;
  }

  .navbar-side-item {
    padding: 1.3rem 0rem 1.3rem 0;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
  }

  .navbar-side-item {
    height: auto;
    padding-top: 0.5rem;
    line-height: 20px;
    padding-bottom: 0.5rem;
  }

  .navbar-side-item a {
    display: inline-block;
  }

  .side-link {
    padding-left: 1.7rem;
    padding-right: 1.2rem;
    color: #fff;
    transition: all 0.5s ease;
  }

  .side-link:active,
  .side-link:hover {
    text-decoration: none;
    color: #000;
  }

  .navbar-side {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
  }

  .reveal {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
  }

  .overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: #5f5f5f;
    opacity: 0.6;
    z-index: 990;
    min-height: 100vh;
  }

  button#navbarSideButton {
    border: none;
    outline: none;
    transition: all 0.5s ease;
  }

  button#navbarSideButton img {
    width: 100%;
    transition: all 0.5s ease;
  }

  button#navbarSideButton:hover img {
    transform: scaleX(1.2);
  }

  nav.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .scroller-right {
    position: fixed;
    width: 40px;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 999;
  }

  .scroller-right a {
    font-size: 15px;
    height: 14.3vh;
    color: #3d6ef5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.main-nav {
    position: absolute;
    width: 100%;
    z-index: 9999;
    transform: initial !important;
  }

  div#navbarSide .navbar-toggler i {
    font-size: 36px;
    color: #fff;
  }

  .icons ul {
    flex-wrap: wrap !important;
  }
  .icons ul li {
    width: 100%;
    max-width: 45% !important;
  }

  .about-content {
    padding: 0px !important;
  }
  .content-for-layout
    #shopify-section-template--16794333511850__about_us_sec3_jYDUNT {
    margin-top: 4rem;
  }
  .custom-common-mind-service {
    margin-bottom: 0rem !important;
  }

  .right-img-about,
  .right-wave,
  .bottom-images,
  .wave-left,
  .left-top-small{
	display: none;
}
  img.left-top-big {
	position: relative;
	left: auto;
	top: auto;
	border-radius: 40px;
	max-width: 600px !important;
	width: 100%;
	margin: 0 auto 20px;
}
   .left-top-img-box {
    	position: relative;
     text-align: center;
    	left: 0;
    }
  .sec-about {
	padding: 0px 15px 50px;
}
  .icons {
	padding: 30px 15px;
}
  .section-sections--16788510408874__footer-padding {
	padding-top: 100px !important;
}
  .custom-footer h2 {
	margin-bottom: 10px !important;
}
  footer .contact {
	padding-bottom: 0;
}
  .footer-block__details-content .list-menu__item--link {
	padding: 5px 0;
}
  .footer-block__details-content {
	margin-bottom: 0 !important;
}
}

/* dushyantpundir css date 01-4-25 */

body {
  font-family: "Open Sans", sans-serif !important;
  font-family: "Montserrat", sans-serif !important;
  h2 {
    font-family: "Montserrat", sans-serif;
  }
}

.card__information a {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif !important;
  padding-top: 10px;
}

.card-information .price {
  text-align: center;
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.card__information a:hover {
  color: #738063;
  text-decoration: none !important;
}
.banner__box h1 {
	font-family: "Montserrat", sans-serif;
	background-image: url('/cdn/shop/files/title-bg.png?v=1744354269');
	background-repeat: no-repeat;
	background-position: center center;
}
#Banner-template--16788513226922__image_banner .banner__heading {
	background-position: ;
	background-position: 0 0;
}

.our-story-sec h2 {
  font-family: "Montserrat", sans-serif;
}
.our-story-sec p {
  font-family: "Open Sans", sans-serif;
}

.read-more-arrow:hover {
  color: #888888;
}
.collection__title h2 {
  font-family: "Montserrat", sans-serif;
}
.featured-services a {
  margin-right: 15px;
}
.color-scheme-1
  #collection-template--16788513226922__featured_collection_3CFwJn {
  padding: 0px;
}
.mission-vision h3 {
  font-family: "Montserrat", sans-serif;
}

.custom-common-mind-service .text {
  color: #444444;
  font-weight: 300;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  min-height: 141px;
}
.custom-common-mind-service .text:empty {
  display: block;
}
.custom-common-mind-service h5 {
  max-width: 178px;
  font-family: "Open Sans", sans-serif;
  color: #444;
  font-size: 17px !important;
  letter-spacing: 0;
  min-height: 44px;
  text-transform: capitalize;
}
.collection__title h2 {
  padding: 44px 27px 29px 27px;
}
.custom-out {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.custom-common-mind-service {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 16px !important;
  padding: 43px 17px 43px 19px;
}

.card__inner.ratio {
  background: #f5f5f5;
  height: 390px;
  padding: 30px !important;
  border-radius: 30px;
}

.card__media .motion-reduce {
  padding: 30px !important;
  max-height: 411px;
  object-fit: contain !important;
}

.quick-add .quick-add__submit,
#appointo-btn {
  min-width: auto;
  background: none;
  color:#000;
  border: 1px solid #738063;
  border-radius: 10px;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Montserrat", sans-serif !important;
  cursor: pointer;
}
.quick-add .quick-add__submit svg {
  margin-left: 5px;
}
.quick-add .quick-add__submit:hover,
#appointo-btn:hover {
  background: #738063;
  color: #fff;
}
.quick-add .quick-add__submit:hover svg path {
  fill: #fff;
}
.quick-add .quick-add__submit .loading__spinner {
  margin-left: 15px;
}
.card-wrapper {
  padding: 0 7px;
}

.slider-mobile-gutter {
  padding: 0 !important;
}
ul.quick-links li a {
  font-weight: 300;
}
footer .contact a {
  font-weight: 300;
}
footer .contact {
  font-weight: 300;
}
ul.quick-links li {
  margin-bottom: 14px;
}

.footer h5 {
  font-family: "Open Sans", sans-serif;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.header--top-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper .header__active-menu-item {
  color: #000;
  text-decoration: none !important;
}
.header .header__icons {
	display: none;
}
.header-wrapper .header__active-menu-item:hover {
  color: white;
}
.header-wrapper span:hover {
  color: #000;
  text-decoration: none !important;
}
.header-wrapper span {
  color: #fff;
}
.list-menu__item {
  text-transform: capitalize;
}
.custom-nletter h2 {
  text-align: left;
  color: #738063;
  font-size: 36px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  margin: 0;
}
.custom-nletter {
  text-align: left;
}
.custom-newsletter-subheading {
  max-width: none !important;
}

.shopify-section .custom-nwletter {
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  max-width: 100%;
  margin: auto;
padding: 40px 100px;
  top: 75px;
}
.custom-newsletter-form {
  width: 53%;
}
.custom-newsletter-form form {
  max-width: 100% !important;
}
.custom-newsletter-form .newsletter-form__field-wrapper {
  max-width: 100% important;
}

.newsletter__wrapper .custom-newsletter-form .newsletter-form__field-wrapper {
  max-width: 100% !important;
}
.shopify-section .custom-newsletter-form .envelop-icon  {
	font-size: 23px;
	margin: 12px 0 0 -9px;
}
.shopify-section .custom-newsletter-form .envelop-icon path  {
	fill: #C7CBC8;
}
.shopify-section .custom-newsletter-form input {
  background: transparent;
  border-radius: 0;
  padding-left: 6px;
  padding-right: 10px;
  padding-top: 25px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
}
button#Subscribe {
	background: #738063;
	border-radius: 50px;
	width: auto;
	height: auto;
	font-size: 16px;
	color: #fff;
	padding: 9px 34px;
}
button#Subscribe:hover {
	background: #556542;
}
.newsletter-form__message {
	justify-content: flex-start;
	margin: 0 !important;
	font-size: 15px !important;
	position: absolute;
	top: 70px;
}
.shopify-section .custom-newsletter-form label {
  color: #738063;
  font-size: 17px;
  font-family: "Open Sans";
}
.shopify-section .custom-newsletter-form .field:after {
  content: "";
  position: absolute;
  box-shadow: none;
  
}
.shopify-section .custom-newsletter-form .field:before {
  content: "";
  position: absolute;
  box-shadow: none;
}
.shopify-section .custom-newsletter-form path {
  color: white;
}

.newsletter-form .field:hover.field::after {
  box-shadow: none;
}
.footer__content-top {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.footer__blocks-wrapper .footer-block {
  padding: 0 10px !important;
}
.footer-block--menu {
  width: 50% !important;
}
.custom-footer h2 {
  font-size: 20px !important;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.custom-footer .footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: #fff;
  font-weight: 300;
}
.custom-footer .footer-block__details-content .list-menu__item--link:hover,
.copyright__content a:hover {
  text-decoration: none;
}
.custom-footer .footer__content-bottom {
  border-top: 1px solid #ffffff7a;
}
.section-sections--16788510408874__footer-padding {
  padding-bottom: 0px !important;
  padding-top: 120px !important;
}
.custom-footer .footer__content-bottom {
  padding-top: 1rem;
}

.custom-cntr {
  z-index: 999999;
  position: relative;
}

.mission-sec .custom-multicoloumn .multicolumn-card__image-wrapper {
  width: 50%;
}
.mission-sec .custom-multicoloumn .multicolumn-card__info {
  width: 50%;
}

.mission-sec .multicolumn-card.content-container {
	display: flex;
	align-items: center;
}
.mission-sec .multicolumn-card__info h3, 
.mission-sec .multicolumn-card__info p {
	color: #fff;
}
.mission-sec .custom-multicoloumn .multicolumn-card.content-container {
  background: #444444 !important;
  border-radius: 30px;
}
.mission-sec .custom-multicoloumn img {
  border-radius: 30px;
}
.mission-sec .multicolumn .page-width {
  padding: 0;
}
.featured-services hr {
  margin: 4rem 0 !important;
}
.mission-sec {
	padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-multicoloumn {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.custom-multicoloumn .multicolumn-card__image-wrapper {
  padding-top: 0px;
}
.custom-footer .custom-social-icons {
  justify-content: start !important;
}
.custom-social-icons .svg-wrapper {
  width: 30px;
  height: 30px;
  color: #c7cbc8;
}
.custom-social-icons .list-social__item .icon {
  height: 30px;
  width: 30px;
}
.custom-social-icons .list-social__item .list-social__link:hover .icon {
	transform: none;
}
.custom-social-icons .list-social__item .list-social__link:hover .icon path {
  fill: #fff
}
.newsletter-form {
  width: 100%;
  max-width: 570px;
  background: #eaebeb;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.custom-newsletter-form .field__input:focus {
  box-shadow: none;
}
.custom-nwletter .custom-newsletter-form {
  margin: 0px;
}
/* dushyantpundir css date 01-4-25 */

.custom-footer ul.footer-block__details-content li {
  width: 100%;
  max-width: 31%;
  display: inline-block;
  vertical-align: top;
}

/* dushyantpundir css date 08-4-25 */

.custom-single-product product-info {
  padding-top: 70px;
}
.custom-tab .tab-button.active {
  font-size: 16px;
  font-family: "Open Sans";
  color: #fff;
  background: #738063;
  border: 1px solid #738063;
  border-radius: 8px 8px 0px 0px;
  padding: 7px 7px 7px 7px;
}
.custom-tabs .tab-content {
  border: 1px solid #738063;
  border-radius: 0px 10px 10px 10px;
  padding: 16px 16px 16px 16px;
}
.custom-tabs .tab-button {
  padding: 9px 14px 8px 13px !important;
}
.custom-form-flex-wrapper {
  display: flex;
  gap: 10px;
}
.custom-tabs {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 8rem;
}
.custom-single-product #Quantity-Form-template--16788513390762__main {
  max-width: 0%;
}
.custom-single-product .product__modal-opener.product__modal-opener--image {
  background: #ececec;
  border-radius: 10px;
  padding: 44px;
}
 .custom-tab .tab-button {
  background: transparent;
  border: 0px solid #000;
  padding: 10px 10px 10px 10px;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
  border: 0px solid black;
}
.custom-single-product
  .thumbnail.global-media-settings.global-media-settings--no-shadow {
  padding: 13px;
  background: #ececec;
  border-radius: 10px;
}
.tab-button {
  background: transparent;
  border: 0px;
}
.custom-single-product .product__text.inline-richtext {
  background: #738063;
  width: 112px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  padding: 4px 4px 4px 4px;
}
.custom-single-product .product__description.rte.quick-add-hidden {
  margin: 0;
}
.custom-single-product h1 {
  font-size: 30px !important;
  color: #000;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.custom-single-product #price-template--16788513390762__main {
  margin: 0;
}

b {
  color: #;
  color: #000000;
  font-weight: 600;
  font-family: "Open Sans";
}
/*.custom-single-product .product-form__buttons {
  width: 170px;
}*/

.custom-single-product .button::after,
.shopify-challenge__button::after,
.customer button::after,
.shopify-payment-button__button--unbranded::after {
  box-shadow: none !important;
}
.custom-single-product button,
.shopify-challenge__button,
.customer button {
  background-color: #738063;
  border-radius: 10px;
}
.product-form__quantity .quantity::after {
  border-radius: 10px;
}
.custom-single-product .cstm-features {
  margin: 0 0 8px;
}
.cstm-features strong {
  color: #000;
  font-weight: 500;
}
.custom-single-product .icon-with-text li,
.custom-single-product .icon-with-text {
  margin: 0 !important;
}
.product__info-container .shopify-app-block {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}

.product__info-container #swym-atw-pdp-button {
  background: none;
  padding: 0;
}
.product__info-container #swym-atw-pdp-button-text {
  color: #333;
}
.product__info-container #swym-atw-pdp-button-icon path {
  fill: #333;
}
.jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #738063;
  font-size: 12px;
}
.jdgm-prev-badge__text {
  color: #666;
  text-transform: capitalize;
  margin-left: 5px;
}

.product__description {
  padding-top: 10px;
}
.custom-service-detail .svg-wrapper {
  width: 27px;
  height: 29px;
  background: #ffffffd6;
  border-radius: 50%;
  color: #738063;
  align-items: start !important;
  margin-left: 26px;
  font-weight: 500;
  font-family: "Open Sans";
}



.custom-service-detail li {
  width: 50% !important;
  flex: inherit !important;
  max-width: calc(50% - 1px) !important;
}
.custom-service-detail .multicolumn-card__info.w-100 {
  border-radius: 0px 30px 0px 0px !important;
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  margin-top: 2px;
  margin-right: 1px;
  padding-top: 50px;
  height: 100%;
  background: white;
}
.custom-service-detail ul {
  gap: 0;
  display: flex;
}
.custom-team-member {
  margin: 16px;
}
.custom-team-member .team-name {
  text-align: center;
  padding-top: 10px;
}
.common-mind-schedule {
  background-color: #fff;
}
.custom-service-detail
  .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
  margin: 0 !important;
  margin-left: 2px !important;
}
.related-products .card__content {
  display: flex;
  flex-direction: column;
}
.add_to_form {
  margin: 0 auto;
  min-width: auto;
  background: none;
  border: 1px solid #738063;
  border-radius: 10px;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Montserrat", sans-serif !important;
  z-index: 5;
  cursor: pointer;
}
.add_to_form:hover {
  background: #738063;
}
.add_to_form:hover input {
  color: #fff;
}
.add_to_form svg path {
  fill: #000;
}
.add_to_form:hover svg path {
  fill: #fff;
}
.add_to_form input {
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.custom-common-mind-schedule {
  background: white !important;
}
.custom-common-mind-schedule .schedule-row {
  background-color: #fafafa;
}
.custom-common-mind-schedule {
  padding: 0px !important;
}
/* dushyantpundir css date 08-4-25 */
/* dushyantpundir css date 09-4-25 */
#shopify-section-template--16843632672938__image_slder_YfzNC4 .crwl-btn-custom {
  top: 50%;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
}
#shopify-section-template--16843632672938__image_slder_YfzNC4 .crwl-btn-custom button {
	background: #738063cc;
	border: 0;
	border-radius: 0px !important;
	width: 74px;
	font-size: 20px;
	color: #fff;
	padding: 6px;
	height: 74px;
}
#shopify-section-template--16843632672938__image_slder_YfzNC4 .custom-owl-prev {
  right: -9px;
  position: relative;
}
#shopify-section-template--16843632672938__image_slder_YfzNC4 .custom-owl-next {
  position: relative;
  left: -9px;
}
/* dushyantpundir css date 09-4-25 */

@media (max-width: 1600px) {
  .footer-block--menu {
    width: 40% !important;
  }
  .custom-footer ul.footer-block__details-content li {
    max-width: 45%;
  }
}

@media (max-width: 1199px) {
.mission-sec .multicolumn-card.content-container {
	flex-direction: column;
	padding: 20px;
}
  .card__inner.ratio {
	height: 290px;
}
  .banner__box h1 {background-size: 160px auto;}
 
}


@media (max-width: 1024px) {
  .shopify-section .custom-nwletter {
  	padding: 30px 40px;
  }
  .mission-sec .multicolumn-card.content-container {
	padding: 20px 0;
}
  .best-seller-item {
    flex-direction: column;
	gap: 10px;
}
}

@media (max-width: 991px) {
  .footer__blocks-wrapper {
    flex-wrap: wrap;
  }
  .footer-block--menu,
  .footer-block.grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }
    .shopify-section .custom-nwletter {
	padding: 20px 10px;
}
  .custom-single-product product-info {
	padding-top: 30px;
}
  .custom-single-product .product__text.inline-richtext {
	padding: 0px 4px 0px 4px;
	font-size: 12px;
}
  .custom-single-product h1 {
	font-size: 24px !important;
}
}
@media (max-width: 767px) {
  .header.header--top-left {
	padding: 0 10px;
}
  .header .icon-btn-main {
	font-size: 12px;
	padding: 6px 13px 6px 12px;
	min-width: auto;
}
  
#Banner-template--16788513226922__image_banner .banner__text {
  margin: 0;
}
#Banner-template--16788513226922__image_banner .banner__buttons {
  margin-top: 10px;
}
  .facets-container {
    padding-bottom: 15px;
    padding-top: 0 !important;
  }
  .mobile-facets__open svg path {
    fill: #000;
  }
  .mobile-facets__open-label {
    letter-spacing: 0;
  }
 
  .footer-block--menu,
  .footer-block.grid__item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important;
  }
  .banner-home .row .carousel-caption {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center !important;
  }
 
  .our-story-sec img {
    margin-bottom: 30px;
  }
  .featured-services .owl-nav {
    position: relative;
    top: inherit;
    right: auto !important;
    width: auto;
    margin-top: 30px;
    left: auto !important;
    margin: 0 auto;
    margin-top: 30px;
    justify-content: center;
  }
  .single-prod {
    margin-bottom: 30px;
  }
  .featured-products .row {
    margin-bottom: 30px !important;
  }
  .single-mission {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .single-mission img {
    max-width: 100% !important;
    width: 100%;
  }
  .mission-vision p {
    min-height: inherit;
  }
  footer {
    margin-top: 60px;
  }
  .newsletter {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .text-left {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .row.mt-5 {
    margin-top: 30px !important;
  }
  footer .social-ul {
    margin-bottom: 30px;
  }
  footer h5.fs-20 {
    margin-bottom: 15px !important;
  }
  .custom-multicoloumn #Slide-template--16788513226922__multicolumn_JdEzXp-2 {
    margin-top: 22px !important;
  }
  .footer__blocks-wrapper {
    flex-wrap: wrap;
    padding: 0px 15px;
  }
  .card__inner.ratio {
    height: auto;
  }
  .custom-about-content-2 div {
    margin-top: 0px;
    display: block !important;
  }
  .custom-about-content-2 div {
    max-width: 100%;
  }
  .custom-about-content-2 div {
    border-radius: 0px 12px 0px 0px !important;
    max-width: 100%;
  }
  .custom-about-content-2 .div {
    margin-top: 0px;
    border-radius: 0px 0 0;
    max-width: 100%;
    margin-left: 0px;
    padding: 0px;
    padding-top: 30px;
  }
  */ .linner-banner.banner__box {
    position: absolute;
    bottom: 0;
  }
  .responsive-about66 h2 {
    padding-top: 18px;
  }
  .custom-footer ul.footer-block__details-content li {
    max-width: 100%;
  }

  .header__heading-logo {
    max-width: 100%;
    max-height: 40px;
    width: auto;
  }
  .custom-common-mind-service h5 {
    font-size: 18px !important;
    max-width: 100%;
  }
  .custom-banner {
    padding: 13px;
  }
  .custom-multicoloumn #Slide-template--16794333511850__multicolumn_pHjDXd-2 {
    margin-top: 2rem;
  }
  .custom-multicoloumn {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .content-for-layout
    #shopify-section-template--16794333511850__about_us_sec3_jYDUNT {
    margin-top: 2rem;
  }

  .slider-button[disabled] .icon {
    color: #fff !important;
  }
  .custom-service-detail li {
    width: 100% !important;
    max-width: calc(100% - 1px) !important;
  }
  .custom-service-detail ul {
    background: transparent;
  }
  .custom-service-detail .multicolumn-card__info.w-100 {
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-common-mind-schedule .schedule-container {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    border-radius: 20px;
    overflow-x: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }
  .custom-common-mind-schedule .schedule-header {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background-color: #64704d;
    color: white;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
    width: 600px;
  }
  .custom-common-mind-schedule .schedule-body {
    display: grid;
    grid-template-rows: auto;
    width: 600px;
  }
  .custom-common-mind-schedule .schedule-cell p {
    font-size: 12px !important;
    margin: 0;
  }
  .custom-common-mind-schedule {
    padding: 22px !important;
  }
  .section-template--16843632672938__rich_text_rktKgG-padding {
    padding-bottom: 11px !important;
  }
  .custom-team-grid .team-grid {
   flex-wrap: wrap;
  }
  .custom-team-member {
    text-align: center;
  }
  .newsletter-form {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

  button#Subscribe {
	font-size: 14px;
	padding: 11px 14px;
}
   .shopify-section .custom-nwletter {
    display: block !important;
  }
  .custom-newsletter-subheading {
    margin-bottom: 20px;
  }
  .custom-nletter {
    text-align: center;
  }
  .custom-nletter h2 {
    text-align: center;
  }
  .custom-newsletter-form form {
    max-width: 100% !important;
  }
  .custom-nwletter .custom-newsletter-form {
    width: 100%;
  }
  .slider-button .svg-wrapper {
	color: rgba(var(--color-foreground),.75);
}
.about-content .bg-light {
	display: flex;
	margin-top: 10px;
}
  .responsive-about66 {
    background: none !important;
  }
  .custom-common-mind-service {
	padding: 20px;
}
  .banner__box h1 {
	font-size: 26px !important;
}
  .custom-common-mind-service h5,
  .custom-common-mind-service .text {
	min-height: auto;
}
 .grid__item .card-wrapper {
	padding: 0 !important;
}
  .grid__item .card__inner.ratio {
	border-radius: 10px;
    padding: 0 !important;
}
  .grid__item .card__content {
	padding: 10px 0;
}
  .grid__item .card__information .cat-name {font-size: 12px !important;}
  .grid__item .card__information a {
	font-size: 14px;
    padding-top: 5px;
}
  .quick-add .quick-add__submit {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
  .grid__item .card--card .quick-add {
	margin: 0 !important;
}
  .custom-tabs .tab-button {
	padding: 5px !important;
	width: 100%;
}
  .custom-tabs .tab-content {
	border-radius: 5px;
	padding: 10px;
}
  .tab-content p {
	font-size: 14px;
}
  h2.related-products__heading {
	margin-top: 1rem;
	margin-bottom: 2rem;
}
  #cart .cart-item > td + td {
	padding-left: 0;
}
#shopify-section-template--16843632672938__image_slder_YfzNC4 .crwl-btn-custom button {
	width: 54px;
	height: 54px;
}
  .custom-service-detail .multicolumn.background-primary .multicolumn-card {
	background: none;
}
  .section-template--16843632672938__multicolumn_qFEe7P-padding {
	padding-top: 10px;
}
  #shopify-section-template--16843632672938__image_slder_YfzNC4 {
	padding: 20px 0 0 0;
	margin-top: 30px;
}
.newsletter-form__message {
	top: 57px;
}
  .contact-info {
	flex-direction: column;
	align-items: center;
}
.contact-info-item {	
	width: 100%;
	gap: 5px;
	margin-bottom: 20px;
}
.shopify-policy__title h1 {
	font-size: 30px !important;
}
  .shopify-policy__body h2 {
	font-size: 22px !important;
}
  
}


@media (max-width: 748px) {
  .linner-banner.banner__box {
    position: absolute;
    bottom: 0;
    left: 0;
  }
   .best-seller-widget {
    padding: 1.3rem 2.5rem;
  }
}

@media (max-width: 667px) {
  .icons ul li {
    width: 100%;
    max-width: 100% !important;
  }
  .icons ul {
    gap: 15px !important;
  }
  .sec-about p {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  section.our-story-sec {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  .fs-36 {
    font-size: 22px !important;
  }
  .fs-24 {
    font-size: 20px !important;
  }
  .fs-20 {
    font-size: 18px !important;
  }
 
  .custom-multicoloumn.slider-mobile-gutter {
    padding: 0px !important;
  }
  .collection__title h2 {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .green.fw-700.text-center.mb-5.title.inline-richtext.h0.scroll-trigger.animate--slide-in {
    margin-top: 20px;
  }
  .custom-about-content-2 .single-text {
    padding: 0px 15px 0px 15px;
  }
  .custom-about-content-1 ul {
    padding-top: 20px;
    padding-left: 0px;
  }
 
  .custom-about-content-2 div {
    padding: 0px;
  }
  .custom-about-content-2 .img-abt-right {
    padding: 19px;
  }
  .about-content h6 {
    margin-bottom: 4px;
    margin-top: 0px;
  }
  .custom-about-content-1 h6 {
    padding-top: 16px;
  }
  .section-template--16815609970858__rich_text_EkT6UU-padding {
    padding-bottom: 0px !important;
  }
  .isolate .rich-text__blocks > * + * {
    margin-top: 1rem;
  }
  .custom-single-product .product__modal-opener.product__modal-opener--image {
    padding: 0px;
  }
  .slider-button[disabled] .icon {
    color: #fff !important;
  }
  .custom-tabs {
    max-width: 100%;
    padding: 11px;
    margin-top: 0rem;
  }
  .custom-single-product .product__text.inline-richtext {
    margin-top: 17px;
  }
  /* .custom-form-flex-wrapper {
    display: block;
  } */
}
