@charset "UTF-8";
/* Bootstrap and Owl Carousel are loaded via CDN or local files */
/* FontAwesome is now loaded via CDN in head.php */
/* Global Styles */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 100%;
  font-size: 16px;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

ul {
  margin-bottom: 0 !important;
  padding: 0;
}

a:hover,
a,
a:active {
  text-decoration: none;
  outline: none;
}

li {
  list-style: none;
}

p {
  font-weight: 200;
  margin: 0;
  line-height: 30px;
}

span {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

input,
textarea {
  border: none;
  width: 100%;
  background: none;
}

textarea {
  width: 100%;
}

input, button, select, optgroup, textarea {
  border: none;
}

.form-control input:focus-visible,
.form-control select:focus-visible,
.form-control textarea:focus-visible {
  border: none;
  outline: antiquewhite;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}

.container-full {
  max-width: 1600px;
  margin: auto;
  padding: 0 30px;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.mg-top-20 {
  margin-top: 20px;
}

.mg-bottom-20 {
  margin-top: 20px;
}

.fb-col {
  background: #1877f2;
}

.insta-col {
  background: #c32aa3;
}

.tiktok-col {
  background: #010101;
}

.pt-30 {
  padding-top: 30px;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #222;
}

/* font-face */
@font-face {
  font-family: "Nexa";
  src: url("../assets/fonts/NexaLight.woff2") format("woff2"), url("../assets/fonts/NexaLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBold.woff2") format("woff2"), url("../fonts/NexaBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Regular.woff2") format("woff2"), url("../fonts/Nexa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Thin.woff2") format("woff2"), url("../fonts/Nexa-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Black.woff2") format("woff2"), url("../fonts/Nexa-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* font-face */
/* header start */
.site_topheader {
  background: #222;
  padding: 14px;
}
.site_topheader a span {
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
}

.site-header .site-logo {
  padding: 1rem 0;
}
.site-header .site-logo img {
  width: 14rem;
}
.site-header span {
  color: #8e410c;
  font-size: 20px;
}

.need_info span {
  font-size: 14px;
}

.navigation {
  position: relative;
  z-index: 9;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #8e410c, transparent) 1;
}
.navigation:not(.--jsfied) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.navigation .nav__hidden {
  display: none;
}
.navigation .nav__list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.navigation .nav__list li {
  transition: 0.25s;
}
.navigation .nav__list > li {
  flex-grow: 1;
}
.navigation .nav__list > li > a {
  padding: 1.2rem;
  white-space: nowrap;
}
.navigation .nav__list > li a {
  color: #8e410c;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.25s;
}
.navigation .nav__list > li a:hover {
  color: #412061;
}
.navigation .nav__list .nav__item__more button {
  padding: 20px;
  white-space: nowrap;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.navigation .nav__list .nav__item__more svg {
  width: 20px;
  height: 20px;
  transition: 0.25s;
}
.navigation.nav__active .nav__list .nav__item__more svg {
  transform: rotate(90deg);
}
.navigation .nav__list__more {
  list-style: none;
  position: absolute;
  top: calc(93% + 5px);
  right: 0;
  display: none;
  max-width: 100%;
  min-width: 10em;
  margin: 0;
  padding: 5px 0;
  background: #fff;
  box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.15);
  animation: nav-dropdown-animation 0.2s;
}
.navigation .nav__list__more li {
  padding: 10px 25px;
}
.navigation.nav__active .nav__list__more {
  display: block;
}

@keyframes nav-dropdown-animation {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* header end */
footer {
  background: #222;
  padding: 60px 0 0;
  position: relative;
  border-top: 10px solid #8e410c;
}
footer .footer-logo img {
  width: 14rem;
  border-radius: 10px 10px 10px 0;
  margin-bottom: 20px;
}
footer .footer-logo p {
  color: #fff;
}
footer .footer-social {
  padding-top: 20px;
}
footer .footer-social li {
  display: inline-block;
  padding-left: 10px;
}
footer .footer-social li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}
footer .footer-wrap .footer-logo p {
  line-height: 35px;
}
footer .footer-wrap .footer-heading {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
footer .footer-wrap .footer-links {
  padding: 0;
}
footer .footer-wrap .footer-links li a {
  color: #fff;
  transition: 0.5s;
  font-weight: 200;
  line-height: 30px;
}
footer .footer-wrap .footer-links li a:hover {
  transition: 0.5s;
  padding-left: 5px;
  color: #8e410c;
}
footer .footer_contactwrap {
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  border-top: 10px solid #8e410c;
}
footer .footer_contactwrap .footer-heading {
  color: #222;
}
footer .footer_contactwrap p {
  padding-bottom: 10px;
}
footer .footer_contactwrap i {
  color: #222;
  font-size: 25px;
  padding: 0 10px 0 0;
}
footer .footer-copyright {
  padding: 15px 0;
}
footer .footer-copyright .copyright_wrap {
  padding-top: 15px;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #fff, transparent) 1;
}
footer .footer-copyright .copyright_wrap p {
  color: #fff;
  font-size: 15px;
}
footer .footer-copyright .copyright_wrap p a {
  color: #fff;
  transition: 0.3s;
}
footer .footer-copyright .copyright_wrap p a:hover {
  color: #8e410c;
  transition: 0.3s;
}
footer .disclaimer {
  margin-top: 60px;
}
footer .disclaimer li {
  display: inline-block;
  padding: 0 20px;
}
footer .whatsapp {
  display: grid !important;
}

.Main__MainComponent-sc-20a3e64f-1.dvTRrW {
  height: max-content !important;
}

.eapps-widget-toolbar {
  top: -141px !important;
}

.chTSxy {
  height: fit-content !important;
}

.banner {
  position: relative;
}
.banner .item {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.banner .item img {
  width: 100%;
  height: 780px;
  object-fit: cover;
}
.banner .section-wrap img {
  width: 100%;
  height: 780px;
  object-fit: cover;
}
.banner .banner_detail {
  position: absolute;
  top: 35%;
  width: 100%;
  margin: auto;
  text-align: center;
}
.banner .banner_detail h1 {
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  padding-bottom: 30px;
}
.banner .banner_detail p {
  font-size: 35px;
  color: #fff;
}

.about {
  padding: 60px 0;
  text-align: left;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.about h2 {
  font-size: 30px;
  padding-bottom: 20px;
}
.about p {
  padding-bottom: 10px;
  text-align: justify;
}
.about p span {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-weight: 200;
}

.all_combination {
  background: url(../img/banner/banner-bg04.png) no-repeat center;
  background-size: cover;
}

.product_trending {
  background: #F9F5EF;
}

.product_category {
  padding: 60px 0;
}
.product_category .product_heading {
  padding-bottom: 20px;
}
.product_category .product_heading h4 {
  padding-bottom: 10px;
  font-size: 28px;
  color: #8e410c;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #8e410c, transparent) 1;
}
.product_category .product {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #f9f9f9;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 30px 50px -50px rgba(39, 39, 39, 0.6113147059);
}
.product_category .product .product__text {
  padding: 20px;
}
.product_category .product .product__title {
  font-size: 18px;
  text-align: left;
  padding: 20px;
  color: #8e410c;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #222, transparent) 1;
}
.product_category .product .product__figcaption span.pre-price {
  text-decoration: line-through;
  color: #a5a8b5;
  font-size: 14px;
}
.product_category .product .product__figcaption span.price {
  color: #4ca585;
  font-size: 20px;
}
.product_category .product .product_sale {
  align-items: flex-end;
  background-color: #4ca585;
  color: #fff;
  display: block;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 60px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 14px;
  padding-bottom: 3px;
  position: absolute;
  right: -17px;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  transition: 0.3s;
  width: 120px;
  z-index: 20;
}
.product_category .product .product_sold {
  background-color: red;
}
.product_category .product img {
  height: 260px;
  object-fit: contain;
  padding: 40px;
}

.snip *,
.snip *:before,
.snip *:after {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.snip {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: left;
  transform: translateZ(0);
}

.snip:hover .snip__title,
.snip:hover .snip__text {
  transform: translateY(0);
  opacity: 0.9;
  transition-delay: 0.2s;
}

.snip::before,
.snip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  opacity: 0.5;
  transition: all 0.45s ease;
}

.snip::before {
  transform: skew(30deg) translateX(-80%);
}

.snip::after {
  transform: skew(-30deg) translateX(-70%);
}

.snip:hover::before {
  transform: skew(30deg) translateX(-20%);
  transition-delay: 0.05s;
}

.snip:hover::after {
  transform: skew(-30deg) translateX(-10%);
}

.snip:hover .snip__figcaption::before {
  transform: skew(30deg) translateX(-40%);
  transition-delay: 0.15s;
}

.snip:hover .snip__figcaption::after {
  transform: skew(-30deg) translateX(-30%);
  transition-delay: 0.1s;
}

.snip__image {
  backface-visibility: hidden;
  vertical-align: top;
}

.snip img {
  width: 100%;
  height: 395px;
  object-fit: cover;
  border-radius: 10px;
}

.snip__figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 30% 30px 30px 30px;
}

.snip__figcaption::before,
.snip__figcaption::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}

.snip__figcaption::before {
  transform: skew(30deg) translateX(-100%);
}

.snip__figcaption::after {
  transform: skew(-30deg) translateX(-90%);
}

.snip__title,
.snip__text {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip__title {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.snip__text {
  font-size: 0.9em;
}

.snip__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.product_coverad {
  padding-bottom: 60px;
}
.product_coverad .product_img img {
  border-radius: 10px;
}

.single_product {
  padding: 60px 0;
}
.single_product .p-card {
  margin-top: 20px;
}
.single_product .p-card .button {
  margin-top: 20px;
  width: 100%;
}
.single_product .p-card .whatsapp {
  background: #25d366;
}
.single_product .p-card p {
  padding: 10px 0;
  text-align: justify;
}
.single_product .p-card p span {
  display: block;
}
.single_product .wrapper {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
.single_product .wrapper .thumbnail .thumbnailBox {
  border-radius: 4px;
  overflow: hidden;
  max-height: 100px;
  min-height: 100px;
  min-width: 100px;
  max-width: 100px;
  margin-bottom: 15px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.5s;
}
.single_product .wrapper .thumbnail .thumbnailBox.active {
  opacity: 1;
  border: 2px solid #202020;
}
.single_product .wrapper .thumbnail .thumbnailBox img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_product .wrapper .mainImage,
.single_product .wrapper .mainImage02,
.single_product .wrapper .mainImage03,
.single_product .wrapper .mainImage04,
.single_product .wrapper .mainImage05,
.single_product .wrapper .mainImage06,
.single_product .wrapper .mainImage07,
.single_product .wrapper .mainImage08,
.single_product .wrapper .mainImage09,
.single_product .wrapper .mainImage10,
.single_product .wrapper .mainImage11,
.single_product .wrapper .mainImage12,
.single_product .wrapper .mainImage13,
.single_product .wrapper .mainImage14,
.single_product .wrapper .mainImage15,
.single_product .wrapper .mainImage16,
.single_product .wrapper .mainImage17,
.single_product .wrapper .mainImage18,
.single_product .wrapper .mainImage19,
.single_product .wrapper .mainImagesiddha,
.single_product .wrapper .mainImagelaxmi,
.single_product .wrapper .mainImagedivinegrace,
.single_product .wrapper .mainImagekamalgatta,
.single_product .wrapper .mainImagesaraswati,
.single_product .wrapper .mainImageprosperity,
.single_product .wrapper .mainImagekamalchittamala,
.single_product .wrapper .mainImagebuddhachittamala_13,
.single_product .wrapper .mainImagebuddhachittamala_14,
.single_product .wrapper .mainImageganesh,
.single_product .wrapper .mainImagenirankar,
.single_product .wrapper .mainImagegarbha {
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  border-radius: 10px;
  cursor: zoom-in;
}
.single_product .wrapper .mainImage img,
.single_product .wrapper .mainImage02 img,
.single_product .wrapper .mainImage03 img,
.single_product .wrapper .mainImage04 img,
.single_product .wrapper .mainImage05 img,
.single_product .wrapper .mainImage06 img,
.single_product .wrapper .mainImage07 img,
.single_product .wrapper .mainImage08 img,
.single_product .wrapper .mainImage09 img,
.single_product .wrapper .mainImage10 img,
.single_product .wrapper .mainImage11 img,
.single_product .wrapper .mainImage12 img,
.single_product .wrapper .mainImage13 img,
.single_product .wrapper .mainImage14 img,
.single_product .wrapper .mainImage15 img,
.single_product .wrapper .mainImage16 img,
.single_product .wrapper .mainImage17 img,
.single_product .wrapper .mainImage18 img,
.single_product .wrapper .mainImage19 img,
.single_product .wrapper .mainImagesiddha img,
.single_product .wrapper .mainImagelaxmi img,
.single_product .wrapper .mainImagedivinegrace img,
.single_product .wrapper .mainImagekamalgatta img,
.single_product .wrapper .mainImagesaraswati img,
.single_product .wrapper .mainImageprosperity img,
.single_product .wrapper .mainImagekamalchittamala img,
.single_product .wrapper .mainImagebuddhachittamala_13 img,
.single_product .wrapper .mainImagebuddhachittamala_14 img,
.single_product .wrapper .mainImageganesh img,
.single_product .wrapper .mainImagenirankar img,
.single_product .wrapper .mainImagegarbha img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq {
  background: url(../img/banner/faq-bg.jpg) no-repeat center;
  position: relative;
  padding: 60px 0;
  background-size: cover;
}
.faq .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(100px, auto);
  grid-gap: 50px;
}
.faq .faq-item h4 {
  font-size: 28px;
  color: #8e410c;
}
.faq .faq-item img {
  padding-top: 45px;
}
.faq .accordion {
  width: 100%;
  max-width: 100%;
  margin: 2rem auto;
}
.faq .accordion-item {
  border-top: none;
  border-right: none;
  border-left: none;
  background: none;
  color: #0d233a;
  margin: 0 0 30px 30px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
.faq .accordion-item-header {
  padding: 0rem 3.5rem 1.8rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: 500;
  display: flex;
  font-size: 20px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.faq .accordion-item-header::after {
  content: "+";
  font-size: 30px;
  position: absolute;
  right: 1rem;
  border: 1px #8e410c solid;
  border-radius: 100%;
  font-weight: 200;
  height: 40px;
  line-height: 38px;
  color: #8e410c;
  width: 40px;
  text-align: center;
}
.faq .accordion-item-header.active::after {
  content: "−";
}
.faq .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq .accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.breadcrumb {
  background: #222;
  padding: 10px 0;
}
.breadcrumb .wrap {
  margin-top: 0;
}
.breadcrumb .breadcrumb-link {
  display: inline-block;
}
.breadcrumb .breadcrumb-link a {
  color: #fff;
  font-weight: 500;
  transition: 0.5s;
}
.breadcrumb .breadcrumb-link a:hover {
  color: #8e410c;
  transition: 0.5s;
}
.breadcrumb .breadcrumb-link span {
  color: #fff;
  font-weight: 300;
}

.category_list {
  position: relative;
  padding: 60px 0;
}
.category_list .product_heading {
  padding-bottom: 60px;
  text-align: center;
}
.category_list .product_heading h2 {
  color: #8e410c;
}
.category_list .list_wrap {
  border-right: 1px rgba(114, 22, 32, 0.8) solid;
  padding-right: 25px;
  text-align: center;
  display: block;
  height: 100%;
}
.category_list .list_wrap img {
  width: 60px;
  border: 1px #222 solid;
  border-radius: 50px;
  padding: 12px;
}
.category_list .list_wrap p {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
.category_list .list_nthchild {
  border-right: 1px #fff solid;
}

.term_condition {
  padding: 60px 0;
}
.term_condition h4 {
  padding: 20px 0;
}
.term_condition h5 {
  padding: 10px 0;
}
.term_condition p {
  padding: 5px 0;
  text-align: justify;
}
.term_condition .term_itemwrap {
  padding-left: 30px;
}
.term_condition a {
  color: #8e410c;
  font-weight: 500;
}

.gallery {
  padding: 60px 0;
}

.contact {
  padding: 60px 0;
}
.contact .form-control {
  margin: 0 0 1rem 0;
}
.contact .contact .form-control textarea {
  border-radius: 10px;
}
.contact .contact .form-control select,
.contact .contact .form-control input {
  border-radius: 100px;
}
.contact .section-heading-left {
  background: #f2f2f2;
  padding: 20px;
}
.contact select {
  width: 100%;
}

.product_related {
  margin: 0;
}

.product_list {
  padding-bottom: 20px;
}

.card {
  margin-bottom: 1rem;
}

.list-view .row > [class*=col-] {
  max-width: 100%;
  flex: 0 0 100%;
}
.list-view .card {
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .list-view .card {
    flex-direction: column;
  }
}
.list-view .card > .card-img-top {
  width: auto;
}
.list-view .card .card-body {
  display: inline-block;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto 80px;
  max-width: 100%;
  display: grid;
  width: 100%;
}

.item {
  border-radius: 4px;
  width: 100%;
}

.hide {
  display: none;
}

.content {
  display: none;
}

#loadMore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid transparent;
  background-color: #8e410c;
  transition: 0.3s;
}

#loadMore:hover {
  color: #8e410c;
  background-color: #fff;
  border: 1px solid #8e410c;
  text-decoration: none;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.product_notfound {
  position: relative;
  height: 600px;
}
.product_notfound #animation {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product_notfound .line {
  fill: none;
  stroke: #222;
  stroke-width: 12;
  stroke-dasharray: 200 100;
}
.product_notfound .anim {
  -webkit-animation: swirls 2s linear infinite;
  -moz-animation: swirls 2s linear infinite;
  -o-animation: swirls 2s linear infinite;
  animation: swirls 2s linear infinite;
}
@keyframes swirls {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 300;
  }
}

div.eapps-widget {
  position: unset !important;
}

@media screen and (max-width: 992px) {
  .category_list .list_wrap {
    padding: 15px 0;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  div.eapps-widget {
    width: 100%;
  }
  .banner .section-wrap img {
    height: 100%;
  }
  .banner .banner_detail h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .banner .banner_detail p {
    font-size: 25px;
  }
  footer .footer_contactwrap {
    margin-top: 20px;
  }
  .single_product .wrapper {
    padding: 20px 0;
  }
  .mainImage,
  .mainImage02,
  .mainImage03,
  .mainImage04,
  .mainImage05,
  .mainImage06,
  .mainImage07,
  .mainImage08,
  .mainImage09,
  .mainImage10,
  .mainImage11,
  .mainImage12,
  .mainImage13,
  .mainImage14,
  .mainImage15,
  .mainImage16,
  .mainImage17,
  .mainImage18,
  .mainImage19,
  .mainImagesiddha,
  .mainImagelaxmi,
  .mainImagebuddha,
  .mainImagechitta,
  .mainImagesaraswati,
  .mainImageprosperity,
  .mainImagedivinepower,
  .mainImagemahalaxmi,
  .mainImagebusiness {
    min-width: 100%;
  }
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  footer .footer-copyright {
    text-align: center;
  }
  footer .footer-copyright .copyright_wrap {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .site-header .flex {
    display: block;
    text-align: center;
  }
  .site_topheader .flex {
    display: flex;
  }
  div.eapps-widget {
    width: 100%;
  }
  .need_info {
    padding: 20px 0;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .site_topheader .flex {
    display: block;
  }
  footer {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .faq .accordion-item {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 380px) {
  .carousel-navigation .owl-carousel .owl-nav button.owl-prev,
  .carousel-navigation .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
/* Button */
.button {
  padding: 12px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background: #8e410c;
  cursor: pointer;
  border: none;
  background-size: 250%;
  transition: 0.3s ease-in-out;
}

.primary-button-fill {
  transition: 0.3s ease-in-out;
  color: #fff;
  background: #8e410c;
}
.primary-button-fill:hover {
  color: #fff;
  background: #8e410c;
  background-size: 250%;
}

.primary-outline-fill {
  border: 1px solid #8e410c;
}

/* Button */
/* Section Title */
.section-heading {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
.section-heading .heading {
  font-size: 30px;
  letter-spacing: -0.3px;
  color: #0d233a;
}
.section-heading a.all {
  color: #fff;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  font-size: 18px;
}
.section-heading a.all:hover {
  color: #0d233a;
  transition: 0.3s ease-in-out;
}

/* Section Title */
.section-heading-center {
  display: block;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.section-heading-center p {
  font-size: 20px;
  padding: 0;
  opacity: 0.85;
  line-height: 1.55;
  width: 70%;
  margin: auto;
}

/* Card */
.p-card {
  background: #fff;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.p-card .p-card__media a {
  color: #fff;
}
.p-card .p-card__description {
  padding: 25px 30px;
}
.p-card .p-card__description .p-card__title {
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 1.4;
  transition: 0.3s ease-in-out;
}
.p-card .p-card__description .p-card__title a {
  color: inherit;
  font-weight: 500;
  line-height: 1.12;
  transition: 0.3s ease-in-out;
}
.p-card .p-card__description .p-card__title:hover {
  transition: 0.3s ease-in-out;
}
.p-card .p-card__description .p-card__title:hover a {
  color: #b6a466;
}

.p-card__stats {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-card__stats img {
  width: 18px !important;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}
.p-card__stats div {
  display: flex;
  vertical-align: middle;
  padding-right: 20px;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.75;
}

.p-card__location {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  opacity: 0.85;
}
.p-card__location i {
  margin-right: 8px;
  display: inline-block;
  vertical-align: baseline;
  font-size: 18px;
}

.p-card__price {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6588235294);
  font-size: 14px;
}
.p-card__price strong {
  font-size: 22px;
  color: #669900;
  font-weight: 700;
}

.carousel-navigation {
  position: relative;
}
.carousel-navigation .owl-carousel .owl-nav button {
  font-size: 16px;
  color: #fff;
  background: #8e410c;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  transition: 0.3s ease-in-out;
}
.carousel-navigation .owl-carousel .owl-nav button:hover {
  opacity: 0.74;
  transition: 0.3s ease-in-out;
}
.carousel-navigation .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: -80px;
  right: 55px;
}
.carousel-navigation .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: -80px;
  right: 0;
}
.carousel-navigation .owl-carousel .owl-nav button.disabled {
  opacity: 0.2;
  transition: 0.3s ease-in-out;
}

/* Review Card */
.review-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
.review-card .review-card__rating {
  margin-bottom: 8px;
}
.review-card .review-card__rating i {
  color: #d5b437;
  display: inline-block;
  margin-right: 3px;
}
.review-card .review-card__description {
  font-size: 17px;
  opacity: 0.95;
  line-height: 1.77;
}
.review-card .review-card__description p {
  opacity: 0.95;
  line-height: 1.77;
}
.review-card .review-card__user {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.review-card .review-card__user .review-card__user--image {
  margin-right: 20px;
  width: 55px;
  height: 55px;
  border-radius: 100%;
}
.review-card .review-card__user .review-card__user--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-card .review-card__user .review-card__user--name {
  font-size: 14px;
}
.review-card .review-card__user .review-card__user--name h4 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 5px;
}

/* Review Card */
/* Thumbnail Card */
.thumbnail-card .p-card {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
  padding: 25px;
  border-radius: 5px;
  height: 100%;
  flex-wrap: wrap;
}
.thumbnail-card .p-card .p-card__media {
  flex: 1;
}
.thumbnail-card .p-card .p-card__media a {
  height: 150px;
}
.thumbnail-card .p-card .p-card__media a img {
  border-radius: 0;
}
.thumbnail-card .p-card .p-card__description {
  padding-right: 0;
  flex: 2;
  padding-top: 0;
  padding-left: 25px;
  padding-bottom: 0;
}
.thumbnail-card .p-card .p-card__stats {
  border-top: none;
  padding-top: 20px;
  margin-top: 0;
}
.thumbnail-card .p-card .p-card__stats div {
  font-size: 13px;
}

.scale:hover > div {
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
  transform: scale(1.1);
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  border: 2px solid #fff;
}
.scale:hover > div .anchor-circle {
  transition: 0.3s ease-in-out;
  color: #fff;
  background: #fff;
}

/* Thumbnail Card */
.anchor-circle {
  border: 2px solid #0d233a;
  color: #fff;
  height: 35px;
  width: 35px;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
}
.anchor-circle:hover {
  transition: 0.3s ease-in-out;
  color: #fff;
  background: #0d233a;
}

.load-more {
  margin-top: 30px;
}
