@charset "UTF-8";
@font-face {
  font-family: "AinslieSans-NorReg";
  src: local("☞AinslieSans-NorBol"), local("AinslieSans-NorBol"), url("../fonts/AinslieSans-NorBol.woff2") format("woff2"), url("../fonts/AinslieSans-NorBol.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AinslieSans-NorReg";
  src: local("☞AinslieSans-NorReg"), local("AinslieSans-NorReg"), url("../fonts/AinslieSans-NorReg.woff2") format("woff2"), url("../fonts/AinslieSans-NorReg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SHREE-ENG-0487";
  src: local("SHREE-ENG-0487"), url("../fonts/SHREE-ENG-0487.woff2") format("woff2"), url("../fonts/SHREE-ENG-0487.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.flex, .home-mentors .owl-item, .home-mentors .owl-stage, .home-science .bottom-el, .home-featured .col-prod figure, .magic-section .magic-links a, .magic-section .magic-links, .home-banner .banner-el, .blog-landing .bottom-el, .donationbox-stories .bottom-el, .product-review .review-slider .review .rating, .product-main .product-right .product-carousel, .product-main .product-left .product-carousel, .loader, .product-landing-featured .col-prod figure, .site-footer .row .footer-social-media a, .site-footer .row .footer-social-media {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.inline-flex, .spinner, header .header-bottom .nav.nav-sm {
  display: inline-flex;
}

.display-block {
  display: block;
  position: relative;
}

.inline-block {
  display: inline-block;
  position: relative;
  width: 100%;
}

.inline-block-no-width {
  display: inline-block;
  position: relative;
}

.home-world:before, .home-world:after, .home-shopfor figure img, .home-shopfor figure, .magic-section .magic-links a:before, .raahi-becomepage:after, .raahi-becomepage:before, .nijal-world-banner .right-pink-bg figure img, .nijal-world-banner .right-pink-bg figure, .product-faq:before, .product-faq:after, .product-shopfor figure img, .product-shopfor figure {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.home-mentors .item-thumb:after, .home-mentors .item-thumb, a {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.home-featured .col-prod figure, .loader, .product-landing-featured .col-prod figure, .site-footer .row .footer-social-media a {
  justify-content: center;
}

.magic-section .magic-links {
  justify-content: space-around;
}

.home-science .bottom-el, .home-banner .banner-el, .blog-landing .bottom-el, .donationbox-stories .bottom-el {
  justify-content: space-between;
}

.home-science .bottom-el, .blog-landing .bottom-el {
  align-items: flex-end;
}

.home-mentors .owl-item, .home-featured .col-prod figure, .magic-section .magic-links a, .spinner, .loader, .product-landing-featured .col-prod figure, .site-footer .row .footer-social-media a {
  align-items: center;
}

.magic-section .magic-links a {
  flex-flow: column;
}

.display-none {
  display: none !important;
}

.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

.space10 {
  height: 10px;
}

.space15 {
  height: 15px;
}

.space20 {
  height: 20px;
}

.space25 {
  height: 25px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space60 {
  height: 60px;
}

@media (max-width: 767px) {
  .sm-space20 {
    height: 20px;
  }
}

@media (max-width: 767px) {
  .sm-space30 {
    height: 30px;
  }
}

@media (max-width: 767px) {
  .sm-hide {
    display: none;
  }
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  font-family: "AinslieSans-NorReg";
  font-size: 25px;
  color: #231f20;
  background: #fff;
  margin: 0;
  overflow-x: hidden;
  width: 100vw;
}

*, *:after, *:before {
  box-sizing: border-box;
}

a {
  color: #f3ce2c;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:focus {
  outline: inherit;
}
a:active {
  outline: inherit;
}
a:hover {
  text-decoration: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img, svg {
  max-width: 100%;
  vertical-align: top;
  overflow: inherit;
}

::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder, .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder, .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

input:after, input:active, input:focus-visible, select:after, select:active, select:focus-visible, button:after, button:active, button:focus-visible {
  outline: none;
}

p {
  font-size: 28px;
}
@media (max-width: 991px) {
  p {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
  }
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bgZoom {
  from {
    background-size: 150%;
  }
  to {
    background-size: 100%;
  }
}
@keyframes bgZoom {
  from {
    background-size: 150%;
  }
  to {
    background-size: 100%;
  }
}
@-webkit-keyframes windy {
  0% {
    transform: skewX(10deg) translate(-7px);
  }
  100% {
    transform: skewX(-13deg) translate(7px);
  }
}
@keyframes windy {
  0% {
    transform: skewX(10deg) translate(-7px);
  }
  100% {
    transform: skewX(-13deg) translate(7px);
  }
}
@-webkit-keyframes walker4 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(-25px, -4px) rotate(28deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes walker4 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(-25px, -4px) rotate(28deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes walker2 {
  0% {
    transform: translate(-2px, 1px) rotate(366deg);
  }
  50% {
    transform: translate(40px, -7px) rotate(325deg);
  }
  100% {
    transform: translate(-2px, 1px) rotate(366deg);
  }
}
@keyframes walker2 {
  0% {
    transform: translate(-2px, 1px) rotate(366deg);
  }
  50% {
    transform: translate(40px, -7px) rotate(325deg);
  }
  100% {
    transform: translate(-2px, 1px) rotate(366deg);
  }
}
@-webkit-keyframes road {
  to {
    background-position: 0 0;
  }
  50% {
    background-position: 150px 0;
  }
  100% {
    background-position: 300px 0;
  }
}
@keyframes road {
  to {
    background-position: 0 0;
  }
  50% {
    background-position: 150px 0;
  }
  100% {
    background-position: 300px 0;
  }
}
@-webkit-keyframes bodyBounce {
  to {
    transform: translate(-50%, 0px);
  }
  50% {
    transform: translate(-50%, 3px);
  }
  100% {
    transform: translate(-50%, 0px);
  }
}
@keyframes bodyBounce {
  to {
    transform: translate(-50%, 0px);
  }
  50% {
    transform: translate(-50%, 3px);
  }
  100% {
    transform: translate(-50%, 0px);
  }
}
header {
  position: fixed;
  top: 0;
  transition: 0.3s;
  left: 0;
  right: auto;
  width: 100%;
  z-index: 9999;
}
header .header-top {
  background: #d13f81;
  color: #fff;
  height: 45px;
  padding: 6px 0 10px 0;
}
@media (max-width: 991px) {
  header .header-top {
    font-size: 14px;
    height: auto;
    padding: 6px 0 4px 0;
  }
}
header .header-top p {
  font-size: 16px;
}
@media (max-width: 991px) {
  header .header-top p {
    font-size: 14px;
  }
}
header .header-top a:hover {
  color: #fff;
}
@media (max-width: 479px) {
  header .header-top .text-end a {
    display: block;
  }
}
header .header-bottom {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  header .header-bottom {
    background: rgba(209, 63, 129, 0.1);
    position: relative;
  }
}
header .header-bottom .logo {
  margin: 0 60px;
}
@media (max-width: 991px) {
  header .header-bottom .logo {
    margin: 0;
  }
}
header .header-bottom .logo img {
  width: 110px;
  margin: -30px 0 0 0;
}
@media (max-width: 1400px) {
  header .header-bottom .logo img {
    width: 100px;
  }
}
@media (max-width: 991px) {
  header .header-bottom .logo img {
    width: 78px;
    margin: 0;
  }
}
header .header-bottom .nav:not(.nav-sm) {
  justify-content: center;
}
@media (max-width: 991px) {
  header .header-bottom .nav:not(.nav-sm) {
    justify-content: flex-start;
    display: none;
    position: absolute;
    flex-flow: column;
    z-index: 500;
    top: 100%;
    right: 15px;
    left: 15px;
    padding: 20px 0 35px;
    background: url(../../images/menu-patern.png) repeat-x #d13f81;
    background-position: left calc(100% - 8px);
    background-size: auto 15px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  header .header-bottom .nav:not(.nav-sm) {
    background-size: auto 15px;
  }
}
@media (max-width: 991px) and (max-width: 414px) {
  header .header-bottom .nav:not(.nav-sm) {
    background-size: auto 16px;
  }
}
@media (max-width: 991px) and (max-width: 360px) {
  header .header-bottom .nav:not(.nav-sm) {
    background-size: auto 15px;
  }
}
header .header-bottom .nav:not(.nav-sm) .nav-item {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
@media (max-width: 1400px) {
  header .header-bottom .nav:not(.nav-sm) .nav-item {
    margin: 0 12px;
  }
}
header .header-bottom .nav:not(.nav-sm) .nav-item .nav-link {
  color: #d13f81;
  text-transform: uppercase;
  padding: 0;
  margin-top: 16px;
  font-size: 21px;
}
@media (min-width: 1201px) {
  header .header-bottom .nav:not(.nav-sm) .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 1401px) {
  header .header-bottom .nav:not(.nav-sm) .nav-item .nav-link {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  header .header-bottom .nav:not(.nav-sm) .nav-item .nav-link {
    color: #fff;
    margin-top: 0;
    padding: 9px 0;
    width: 100%;
  }
}
header .header-bottom .nav:not(.nav-sm) .nav-item .nav-link:after {
  content: "";
  width: 100%;
  display: table;
  height: 8px;
  margin-top: 5px;
  background: url(../../images/menu-hover.svg) repeat-x;
  background-size: 100px;
  -webkit-animation: wave 4.2s linear 0s infinite;
          animation: wave 4.2s linear 0s infinite;
  opacity: 0;
}
@media (max-width: 1400px) {
  header .header-bottom .nav:not(.nav-sm) .nav-item .nav-link:after {
    display: none;
  }
}
header .header-bottom .nav:not(.nav-sm) .nav-item .nav-link:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  header .header-bottom .nav:not(.nav-sm) .logo {
    display: none;
  }
}
header .header-bottom .nav.nav-sm {
  padding: 10px 0 0 0;
}
@media (max-width: 991px) {
  header .header-bottom .nav.nav-sm {
    width: 100%;
    align-items: center;
  }
}
header .header-bottom .nav.nav-sm .nav-item {
  margin: 0 12px;
}
header .header-bottom .nav.nav-sm .nav-item .nav-link {
  padding: 0;
}
header .header-bottom .nav.nav-sm .nav-item .nav-link:hover svg .cls-1 {
  fill: #37bba4;
}
header .header-bottom .nav.nav-sm .nav-item .nav-link svg {
  height: 24px;
}
@media (max-width: 1400px) {
  header .header-bottom .nav.nav-sm .nav-item .nav-link svg {
    height: 22px;
  }
}
header .header-bottom .nav.nav-sm .nav-item .nav-link svg .cls-1 {
  fill: #d13f81;
}
header .header-bottom .nav.nav-sm .nav-item.menu-btn {
  display: none;
}
@media (max-width: 991px) {
  header .header-bottom .nav.nav-sm .nav-item.menu-btn {
    display: block;
  }
}
header .header-bottom .nav.nav-sm .nav-item:nth-child(2) {
  order: 4;
}
header .header-bottom .nav.nav-sm .nav-item:nth-child(3) {
  order: 1;
}
header .header-bottom .nav.nav-sm .nav-item:nth-child(4) {
  order: 2;
}
header .header-bottom .nav.nav-sm .nav-item:nth-child(5) {
  order: 5;
}
header .header-bottom .nav.nav-sm .logo {
  display: none;
}
@media (max-width: 991px) {
  header .header-bottom .nav.nav-sm .logo {
    display: block;
    order: 3;
    margin: -8px auto 0;
  }
}
header .header-bottom .container {
  padding-left: 0;
  padding-right: 0;
}

.sticky {
  position: fixed;
  padding: 0;
  transition: 1s;
  box-shadow: 1px 3px 15px rgba(113, 113, 113, 0.35);
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  z-index: 9999;
}

.site-footer {
  position: relative;
  padding: 80px 0 120px;
  border-bottom: 30px solid #f3ce2c;
}
@media (max-width: 991px) {
  .site-footer .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1400px) {
  .site-footer {
    padding-bottom: 115px;
  }
}
@media (max-width: 991px) {
  .site-footer {
    padding-bottom: 20px 0 0;
    border-bottom: 0;
    padding: 0 0 0;
  }
}
.site-footer::before {
  content: "";
  position: absolute;
  background: url("../../images/trees2.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 110px;
  bottom: 0;
  left: 60px;
  -webkit-animation: windy 3s infinite;
          animation: windy 3s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  transform-origin: bottom;
}
@media (max-width: 991px) {
  .site-footer::before {
    display: none;
  }
}
.site-footer::after {
  content: "";
  position: absolute;
  background: url("../../images/trees3.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 110px;
  bottom: 0;
  right: 60px;
  -webkit-animation: windy 3s infinite;
          animation: windy 3s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  transform-origin: bottom;
}
@media (max-width: 991px) {
  .site-footer::after {
    display: none;
  }
}
.site-footer .row .footer-info p {
  font-size: 18px;
}
.site-footer .row .footer-info p a {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
}
.site-footer .row h3 {
  color: #873d89 !important;
  pointer-events: none;
  font-weight: bold;
}
@media (max-width: 991px) {
  .site-footer .row h3 {
    pointer-events: all;
    border-bottom: 1px solid #f3ce2c;
    padding: 8px var(--bs-gutter-x) 6px;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
  }
  .site-footer .row h3:after {
    content: "";
    position: absolute;
    right: var(--bs-gutter-x);
    top: calc(50% - 8px);
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC42IDM0LjYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZjNjZTJlO30uY2xzLTJ7ZmlsbDojODIyOTgwO308L3N0eWxlPjwvZGVmcz48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjE3LjMiIGN5PSIxNy4zIiByPSIxNy4zIi8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxMC43NCIgeT0iMTAuMzgiIHdpZHRoPSIzLjMxIiBoZWlnaHQ9IjE3LjU1IiByeD0iMS40MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkuNzcgMTMuNzMpIHJvdGF0ZSgtNDMuMzMpIi8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxMy40MyIgeT0iMTcuNSIgd2lkdGg9IjE3LjU1IiBoZWlnaHQ9IjMuMzEiIHJ4PSIxLjQzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi45NyAyMi4xNikgcm90YXRlKC00Ni42NykiLz48L3N2Zz4=);
  }
}
.site-footer .row a {
  display: table;
  color: #000;
  font-size: 18px;
}
.site-footer .row a:hover {
  color: #873d89;
}
@media (max-width: 991px) {
  .site-footer .row .footer-collaps {
    background: #873d89;
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .site-footer .row .footer-collaps:not(.open) {
    display: none;
  }
  .site-footer .row .footer-collaps p {
    margin: 0;
  }
  .site-footer .row .footer-collaps a {
    color: #fff;
    text-decoration: underline;
    line-height: 2;
  }
  .site-footer .row .footer-collaps a:before {
    content: "";
    margin: 0 10px 0 0;
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
  }
}
.site-footer .row .footer-social-media {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .site-footer .row .footer-social-media {
    background: #f3ce2c;
    justify-content: center;
    padding: 10px 0;
    margin-top: 0;
  }
}
.site-footer .row .footer-social-media a {
  background: #873d89;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 8px;
}
.site-footer .row .footer-social-media a img {
  height: 15px;
}
.site-footer .row .footer-social-media a:hover {
  background: #f3ce2c;
}
@media (max-width: 767px) {
  .site-footer {
    background: url(../../images/storiesbg.png);
    background-repeat: repeat;
    position: relative;
    padding: 40px 0;
  }
}

/* Product Landing */
.product-landing-banner {
  padding: 50px 0 50px;
  background: url("../../images/product-main.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.product-landing-banner h1 {
  font-size: 65px;
  font-family: "SHREE-ENG-0487";
  color: #fff;
}
@media (max-width: 991px) {
  .product-landing-banner h1 {
    text-align: center;
  }
}

.product-landing-featured {
  padding: 50px 0 100px;
  background: url(../../images/featured-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .product-landing-featured {
    padding: 30px 30px 45px;
  }
}
.product-landing-featured .filter-menu {
  position: relative;
}
.product-landing-featured .filter-menu a {
  display: flex;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .product-landing-featured .filter-menu a {
    margin: 0;
    position: absolute;
    top: 65px;
  }
}
.product-landing-featured .filter-menu a img {
  width: 35px;
}
.product-landing-featured .filter-menu a span {
  margin: 0 5px;
  color: #d13f81;
  font-size: 18px;
}
.product-landing-featured .menu {
  width: 100%;
  position: relative;
}
.product-landing-featured nav ul {
  display: none;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  position: absolute;
  z-index: 1;
}
.product-landing-featured nav .filter_header {
  height: 100px;
  border-bottom: 1px solid #e8e8e1;
  padding: 11.53846px 0;
  display: table;
}
.product-landing-featured nav .filter_header .filter_title {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  width: 150px;
}
.product-landing-featured nav .filter_header .filter_close {
  display: table-cell;
  vertical-align: middle;
}
.product-landing-featured nav .filter_header .filter_close button {
  position: relative;
  border: 0;
  background: none;
}
.product-landing-featured nav .filter_header .filter_close button .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.product-landing-featured nav .filter_header .filter_close button .icon-close path {
  stroke: currentColor !important;
}
.product-landing-featured nav .filter_header .filter_close button .icon_fallback-text {
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-landing-featured nav li {
  width: 100%;
  list-style: none;
  margin: 10px 0;
}
.product-landing-featured nav a {
  width: 100%;
  color: #d13f81;
}
.product-landing-featured .sec-hd {
  color: #d13f81;
}
.product-landing-featured .select-box select {
  background: none;
}
.product-landing-featured .select-box .select {
  background-image: url("../../images/dropdown.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 35px;
  font-size: 18px;
  color: #d13f81;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-landing-featured .select-box .select {
    float: right;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
  }
}
.product-landing-featured .col-prod {
  display: block;
  text-align: center;
  color: #231f20;
}
.product-landing-featured .col-prod figure {
  height: 440px;
  background: url(../../images/prod-bg1.png) no-repeat center;
  background-size: auto 100%;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product-landing-featured .col-prod figure {
    height: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product-landing-featured .col-prod figure img {
    margin: 20% 0;
  }
}
.product-landing-featured .col-prod figure img.hover {
  position: absolute;
  opacity: 0;
}
.product-landing-featured .col-prod figure figcaption {
  position: relative;
}
.product-landing-featured .col-prod:hover figure img {
  opacity: 0;
}
.product-landing-featured .col-prod:hover figure img.hover {
  opacity: 1;
}
.product-landing-featured .col-prod:hover h4 {
  color: #fff;
}
.product-landing-featured .col-prod:hover h4:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.product-landing-featured .col-prod h4 {
  font-weight: 700;
  font-size: 30px;
  margin: 0 auto;
  display: table;
  padding: 2px 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .product-landing-featured .col-prod h4 {
    font-size: 20px;
  }
}
.product-landing-featured .col-prod h4:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #873d89;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.product-landing-featured .col-prod span {
  font-size: 28px;
}
@media (max-width: 767px) {
  .product-landing-featured .col-prod span {
    font-size: 18px;
  }
}
.product-landing-featured .col-prod .btn {
  display: table;
  margin: 10px auto 0;
  background: #d13f81;
  border: none;
  padding: 8px 30px;
  border-radius: 30px;
  font-size: 18px;
}
.product-landing-featured .owl-item:nth-child(2) figure {
  background: url(../../images/prod-bg2.png) no-repeat center;
  background-size: auto 100%;
}
.product-landing-featured .owl-item:nth-child(3) figure {
  background: url(../../images/prod-bg3.png) no-repeat center;
  background-size: auto 100%;
}
.product-landing-featured.scrolled {
  -webkit-animation: bgZoom 2s;
          animation: bgZoom 2s;
}
html, body {
  overflow-x: hidden;
}

.sec-hd {
  font-size: 50px;
  font-family: "SHREE-ENG-0487";
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sec-hd {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sec-hd {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .sec-hd {
    margin-bottom: 25px;
  }
}

.loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
}
.loader svg {
  width: 300px;
}
.loader > div {
  width: 300px;
  height: 323px;
  position: relative;
}
@media (max-width: 575px) {
  .loader > div {
    transform: scale(0.6);
  }
}
.loader > div .plants {
  background: url(../../images/cow/plants.svg) repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 128px;
  height: 51px;
  -webkit-animation: road 4s linear 0.4s infinite;
          animation: road 4s linear 0.4s infinite;
}
.loader > div .cow-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 227px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  -webkit-animation: bodyBounce 2s linear 0s infinite forwards;
          animation: bodyBounce 2s linear 0s infinite forwards;
  animation-direction: alternate-reverse;
}
.loader > div .ground {
  width: 300px;
  position: absolute;
  bottom: 0;
}
.loader > div .leg-f1 {
  position: absolute;
  left: 112px;
  bottom: 118px;
  height: 80px;
  z-index: 6;
  -webkit-animation: walker4 2s linear 0s infinite forwards;
          animation: walker4 2s linear 0s infinite forwards;
  animation-direction: alternate-reverse;
}
.loader > div .leg-f2 {
  position: absolute;
  left: 86px;
  height: 68px;
  bottom: 121px;
  z-index: 3;
  -webkit-animation: walker2 2s linear 0s infinite forwards;
          animation: walker2 2s linear 0s infinite forwards;
  animation-direction: alternate-reverse;
}
.loader > div .leg-b1 {
  position: absolute;
  right: 46px;
  bottom: 119px;
  height: 83px;
  z-index: 6;
  -webkit-animation: walker4 2s linear 0s infinite forwards;
          animation: walker4 2s linear 0s infinite forwards;
  animation-direction: alternate-reverse;
}
.loader > div .leg-b2 {
  position: absolute;
  right: 88px;
  bottom: 122px;
  height: 59px;
  z-index: 3;
  -webkit-animation: walker2 2s linear 0s infinite forwards;
          animation: walker2 2s linear 0s infinite forwards;
  animation-direction: alternate-reverse;
}

.slideIn-btn {
  position: relative;
  z-index: 2;
  color: #d13f81;
  font-size: 25px;
  padding: 4px 6px;
}
@media (max-width: 991px) {
  .slideIn-btn {
    display: table;
    margin: 0 auto;
  }
}
.slideIn-btn:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #873d89;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.slideIn-btn:hover {
  color: #fff;
}
.slideIn-btn:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.spinner {
  padding: 3px 15px;
  border: 2px solid #d13f81;
  margin: 20px 0 0 0;
  border-radius: 50px;
  font-size: 16px;
  margin-top: 10px 0;
}
.spinner .qty {
  font-size: 20px;
  height: 35px;
  border: 0;
  background: none;
  text-align: center;
  width: 60px;
  color: #d13f81;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 767px) {
  .spinner .qty {
    height: 28px;
    font-size: 15px;
  }
}
.spinner .qty::-webkit-outer-spin-button,
.spinner .qty::-webkit-inner-spin-button, .spinner input::-webkit-outer-spin-button, .spinner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.spinner label {
  color: #d13f81;
  margin-right: 8px;
}
.spinner div.minus,
.spinner div.plus {
  cursor: pointer;
  background-color: #327ED5;
  color: #FFF;
  Font-weight: bold;
  width: 25px;
  height: 25px;
  background: #d13f81;
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 1;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .spinner div.minus,
.spinner div.plus {
    width: 15px;
    height: 15px;
    font-size: 15px;
  }
}
.spinner div.minus {
  line-height: 0.8;
}

.btn {
  font-size: 20px;
  border-radius: 30px;
  padding: 10px 30px;
}
.btn.btn-primary {
  background: #d13f81;
  border-color: #d13f81;
}
.btn.btn-primary:hover {
  background: #873d89;
  border-color: #873d89;
}
.btn.btn-primary:focus {
  box-shadow: none !important;
}
.btn.btn-outline-primary {
  background: none;
  border-color: #d13f81;
  color: #d13f81;
}
.btn.btn-secondary {
  border: 1px solid #d13f81;
  color: #d13f81;
}
.btn.btn-outline-secondary {
  border: 1px solid #d13f81;
  color: #d13f81;
}
.btn.btn-outline-secondary:hover {
  background: #873d89;
  color: #fff;
  border: none;
}
.btn.btn-block {
  width: 100%;
}

.owl-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  left: -20px;
  right: -20px;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    top: 20%;
    left: -30px;
    right: -30px;
  }
}
.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../../images/left-rrr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 55px;
  overflow: hidden;
  text-indent: -100px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev {
    width: 20px;
  }
}
.owl-carousel .owl-nav button.owl-next {
  background-image: url(../../images/right-rrr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 55px;
  overflow: hidden;
  text-indent: -100px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-next {
    width: 20px;
  }
}

.owl-dots {
  display: none;
}

.pd-description {
  margin-top: 100px;
  margin-bottom: 50px;
}
.pd-description .sec-hd {
  text-align: left;
  display: table;
  color: #d13f81;
}
.pd-description .sec-hd:after {
  margin-left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .pd-description .sec-hd {
    text-align: center;
    display: block;
  }
}
.pd-description p {
  font-size: 25px;
}
@media (max-width: 991px) {
  .pd-description p {
    text-align: center;
    font-size: 20px;
  }
}
.pd-description .details-img {
  position: relative;
  z-index: 1;
}
.pd-description .details-img:before {
  content: "";
  display: block;
  width: calc(100% - 15px);
  padding-bottom: calc(100% - 15px);
  background: #f3ce2c;
  left: 0;
  border-radius: 100px;
  box-shadow: 15px 15px 0 #c7a40b;
}
@media (max-width: 991px) {
  .pd-description .details-img:before {
    margin-top: 20px;
  }
}
.pd-description .details-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-main {
  padding: 100px 0;
  background: url(../../images/featured-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .product-main {
    padding: 50px 0;
    background: none;
  }
}
@media (max-width: 991px) {
  .product-main h3 {
    display: block !important;
    font-size: 30px;
    color: #d13f81;
  }
}
.product-main .product-left {
  padding-bottom: 80px;
}
.product-main .product-left .product-img {
  border-radius: 50px;
  overflow: hidden;
}
.product-main .product-left .product-carousel {
  margin-top: 80px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.product-main .product-left .product-carousel .product-items {
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-main .product-right {
    text-align: center;
    padding-top: 80px;
  }
}
.product-main .product-right h3 {
  font-size: 40px;
  font-family: "SHREE-ENG-0487";
  color: #d13f81;
}
@media (max-width: 991px) {
  .product-main .product-right h3 {
    display: none !important;
  }
}
.product-main .product-right .price {
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .product-main .product-right .price {
    text-align: center;
  }
}
.product-main .product-right .product-details {
  margin-bottom: 30px;
}
.product-main .product-right .product-details p {
  font-size: 22px;
  margin: 0;
}
@media (max-width: 991px) {
  .product-main .product-right .product-details p {
    text-align: center;
    font-size: 20px;
  }
}
.product-main .product-right .product-details .read-more {
  display: table;
  color: #d13f81;
  font-weight: 700;
  font-size: 22px;
}
.product-main .product-right .product-img {
  border-radius: 50px;
  overflow: hidden;
}
.product-main .product-right .spinner {
  margin-bottom: 30px;
  margin-top: 0;
}
.product-main .product-right .product-btn {
  margin-top: 30px;
}
.product-main .product-right .product-btn .btn {
  margin-bottom: 20px;
}
.product-main .product-right .product-btn .btn:focus {
  box-shadow: none !important;
  background-color: #873d89;
}
.product-main .product-right .product-btn .btn:hover span svg, .product-main .product-right .product-btn .btn:focus span svg {
  fill: #fff;
}
.product-main .product-right .product-btn .btn span {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  top: 4px;
}
.product-main .product-right .product-btn .btn span svg {
  fill: #d13f81;
  transition: 0.3s;
  float: left;
  width: 100%;
}
.product-main .product-right .product-btn button {
  min-width: 220px;
}
.product-main .product-right .form-check {
  font-size: 20px;
}
.product-main .product-right .form-check .form-check-input:checked {
  background-color: #d13f81;
  border-color: #d13f81;
}
@media (max-width: 991px) {
  .product-main .product-right .form-check .form-check-input {
    float: inherit;
  }
}

.product-review {
  background: url(../../images/storiesbg.png) center;
  background-size: 50%;
  padding: 20px 0 100px;
  position: relative;
}
@media (max-width: 991px) {
  .product-review {
    padding: 30px 30px 30px;
  }
}
.product-review div h1.sec-hd {
  background: #d13f81;
  padding: 50px 0px 20px 0px;
  color: #fff;
}
.product-review .review-slider .review .rating {
  margin-bottom: 15px;
}
.product-review .review-slider .review .rating img {
  width: 40% !important;
  margin-left: 10px;
}
.product-review .review-slider .review .rating .star {
  height: 30px;
  width: 30px;
  background: url(../../images/rating.svg) no-repeat;
  margin-left: 5px;
}
.product-review .review-slider .review .rating .star.active {
  background: url(../../images/star-active.svg) no-repeat;
}
.product-review .review-slider .review figure {
  background: #d13f81;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .product-review .review-slider .review figure {
    margin: 0 5px;
  }
}
.product-review .review-slider .review figure.box-2 {
  background: #37bba4;
}
.product-review .review-slider .review figure.box-3 {
  background: #873d89;
}
.product-review .review-slider .review span {
  text-align: center;
  color: #d13f81;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.product-review .review-slider .review span.box-name-2 {
  color: #37bba4;
}
.product-review .review-slider .review span.box-name-3 {
  color: #873d89;
}
.product-review .owl-nav {
  position: absolute;
  top: 40%;
}

.review-forms {
  margin-top: 10px;
}
.review-forms .btn-review {
  background: #873d89;
  color: #fff;
  border-color: #873d89;
}
@media (max-width: 991px) {
  .review-forms .btn-review {
    margin-bottom: 20px;
  }
}
.review-forms .btn-review:hover {
  background: #fff;
  color: #000;
}
.review-forms .btn-review:focus {
  box-shadow: none !important;
}
.review-forms .btn-que {
  color: #873d89;
  border-color: #873d89;
}
.review-forms .btn-que:hover {
  background: #873d89;
  color: #fff;
}
.review-forms .btn-que:focus {
  box-shadow: none !important;
}
.review-forms .form-container {
  border: 2px solid #873d89;
  border-radius: 10px;
  padding: 20px 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.review-forms .form-container .rating {
  margin: 0 0 20px 10px;
}
.review-forms .form-container .rating label {
  color: #873d89;
  padding-left: 10px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .review-forms .form-container .rating label {
    padding: 0;
    font-size: 20px;
  }
}
.review-forms .form-container .rating div {
  display: inline-block;
  margin-left: 20px;
}
.review-forms .form-container .rating img {
  margin-top: 0px;
}
.review-forms .form-container .review-des {
  display: flex;
  justify-content: space-between;
}
.review-forms .form-container .review-des p.person-name {
  font-size: 22px;
}
@media (max-width: 991px) {
  .review-forms .form-container .review-des p.person-name {
    font-size: 20px;
  }
}
.review-forms .form-container .review-des .review-date {
  font-size: 22px;
}
@media (max-width: 991px) {
  .review-forms .form-container .review-des .review-date {
    font-size: 20px;
  }
}
.review-forms .form-container h4 {
  font-weight: 600;
  color: #873d89;
}
.review-forms .form-container p {
  font-size: 22px;
}
.review-forms .form-container .form-input-field {
  margin: 0 0 20px 0px;
}
.review-forms .form-container .form-input-field figure img {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .review-forms .form-container .form-input-field figure img {
    padding: 0;
  }
}
.review-forms .form-container .form-input-field p.review-que-text {
  font-size: 22px;
}
@media (max-width: 991px) {
  .review-forms .form-container .form-input-field p.review-que-text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .review-forms .form-container .form-input-field {
    margin: 0;
  }
}
.review-forms .form-container .form-input-field label {
  color: #873d89;
  width: 20%;
  padding: 0 10px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .review-forms .form-container .form-input-field label {
    padding: 0;
    font-size: 20px;
  }
}
.review-forms .form-container .form-input-field .input-field {
  width: 78%;
  border: none;
  border-radius: 5px;
  background: #fef0ff;
}
@media (max-width: 991px) {
  .review-forms .form-container .form-input-field .input-field {
    width: 100%;
    margin-bottom: 15px;
  }
}
.review-forms .form-container .form-input-field textarea {
  margin: 0 0 20px 10px;
  width: 98.6%;
  height: 200px;
  border: none;
  border-radius: 5px;
  background: #fef0ff;
  padding: 10px 20px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .review-forms .form-container .form-input-field textarea {
    width: 100%;
    margin: 0;
    font-size: 20px;
  }
}
.review-forms .form-container .form-input-field .input-btn {
  display: table;
  margin: 0 auto;
  padding: 10px 50px;
}
.review-forms .form-container img.formdown {
  width: 30px;
  position: absolute;
  left: 48%;
  bottom: -15px;
}
.review-forms .form-container img.formdownqty {
  width: 30px;
  position: absolute;
  left: 48%;
  bottom: -15px;
}
.review-forms .form-bottom-ele {
  position: relative;
  margin-bottom: 70px;
}
.review-forms .form-bottom-ele::after {
  content: "";
  background-image: url(../../images/form-down.png);
  background-position: center;
  background-size: 30px;
  position: absolute;
  z-index: 1;
  width: 50px;
  background-repeat: no-repeat;
  height: 50px;
  left: 50%;
}
@media (max-width: 991px) {
  .review-forms .form-bottom-ele::after {
    left: 45%;
  }
}
.review-forms .form-bottom-ele:after {
  background-image: none;
  z-index: -1111;
}

/* Priyanka CSS */
.product-shopfor {
  background: url(../../images/storiesbg.png) center;
  background-size: 50%;
  padding: 20px 0 100px;
  border-bottom: 20px solid #f3ce2c;
  position: relative;
  text-align: center;
}
.product-shopfor div h1.sec-hd {
  color: #d13f81;
}
@media (max-width: 1299px) {
  .product-shopfor div h1.sec-hd {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .product-shopfor .row > div {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .product-shopfor {
    padding: 30px 30px 120px;
  }
}
.product-shopfor figure {
  display: inline-block;
  overflow: hidden;
  background: #f3ce2c;
  padding: 15px;
  position: relative;
  width: 350px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .product-shopfor figure {
    padding: 10px;
    width: 280px;
  }
}
.product-shopfor figure img {
  z-index: 1;
  position: relative;
}
.product-shopfor figure:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  transition: all 1s ease-in-out 0s;
}
.product-shopfor h4 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  position: relative;
}
.product-shopfor h4 a {
  color: #000;
}
@media (max-width: 991px) {
  .product-shopfor h4 {
    font-size: 25px;
  }
}
.product-shopfor h4:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #f3ce2c;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.product-shopfor h4:hover a {
  color: #000;
}
.product-shopfor h4:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.product-shopfor .price {
  text-align: center;
  color: #873d89;
}
@media (max-width: 767px) {
  .product-shopfor .shopfor {
    text-align: center;
  }
}
.product-shopfor .shopfor:hover figure:after {
  transform: rotate(180deg);
}
.product-shopfor .banner-el {
  padding: 0 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
.product-shopfor .banner-el img {
  height: 130px;
  transform-origin: bottom;
  -webkit-animation: windy 3s infinite;
          animation: windy 3s infinite;
  transform: skew;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.product-science .bottom-el {
  padding-bottom: 0 !important;
}
.product-science .bottom-el::after {
  display: none;
}

.product-faq {
  background: url(../../images/storiesbg.png) center;
  background-size: 50%;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-faq {
    padding: 20px 0 75px;
  }
}
.product-faq:after {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../../images/star-green.svg) no-repeat center center #f3ce2c;
  background-size: calc(100% - 20px);
  position: absolute;
  top: calc(50% - 75px);
  left: -75px;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-faq:after {
    display: none;
  }
}
.product-faq:before {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../../images/star-green.svg) no-repeat center center #f3ce2c;
  background-size: calc(100% - 20px);
  position: absolute;
  top: calc(50% - 75px);
  right: -59px;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-faq:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .product-faq .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-faq h2.sec-hd {
  color: #d13f81;
}
@media (max-width: 991px) {
  .product-faq h2.sec-hd {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .product-faq h2.sec-hd {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.product-faq .faq-questions {
  margin: 0 auto;
  width: 60%;
  text-align: left;
}
@media (max-width: 991px) {
  .product-faq .faq-questions {
    width: 100%;
  }
}
.product-faq .faq-questions .faq-block {
  border-bottom: 2px solid #873d89;
}
.product-faq .faq-questions .faq-block .faq-q {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 25px;
  padding: 10px 30px;
  color: #873d89;
}
@media (max-width: 991px) {
  .product-faq .faq-questions .faq-block .faq-q {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .product-faq .faq-questions .faq-block .faq-q {
    padding-right: 50px;
  }
}
.product-faq .faq-questions .faq-block .faq-q::after {
  content: "";
  position: absolute;
  background-image: url(../../images/downicon.png);
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .product-faq .faq-questions .faq-block .faq-q::after {
    right: 20px;
    top: 50%;
  }
}
.product-faq .faq-questions .faq-block .active::after {
  background-image: url(../../images/uparrow.png);
}
.product-faq .faq-questions .faq-block .faq-ans p {
  font-size: 22px;
  margin-top: 10px;
  border: 2px solid #873d89;
  padding: 0 30px;
  border-radius: 20px;
  color: #873d89;
}
@media (max-width: 991px) {
  .product-faq .faq-questions .faq-block .faq-ans p {
    padding: 10px;
    margin: 10px 15px 15px;
  }
}
.product-faq.scrolled:before {
  -webkit-animation: rotating 2s ease-in-out 0.3s;
          animation: rotating 2s ease-in-out 0.3s;
}
.product-faq.scrolled:after {
  -webkit-animation: rotating 2s ease-in-out 0.3s backwards;
          animation: rotating 2s ease-in-out 0.3s backwards;
}

/* About Us Page SCSS*/
.about-us-banner {
  padding: 50px 0 50px;
  background: url("../../images/product-main.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us-banner h1 {
  font-size: 65px;
  font-family: "SHREE-ENG-0487";
  color: #fff;
}
@media (max-width: 991px) {
  .about-us-banner h1 {
    text-align: center;
  }
}

.about-magic-section {
  background: #d13f81;
}
.about-magic-section h1 {
  padding: 5px 0 !important;
}
@media (max-width: 991px) {
  .about-magic-section .pd-description {
    margin-top: 10px;
  }
}
.about-magic-section .pd-description .sec-hd {
  color: #fff;
  text-align: center;
  display: block;
}
.about-magic-section .pd-description p {
  color: #fff;
  text-align: center;
}

.about-science {
  background: url(../../images/featured-bg.jpg) no-repeat center;
  background-size: cover;
}
.about-science h2 {
  font-weight: 600;
  color: #873d89;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .about-science .mobile-col {
    flex-flow: column-reverse;
  }
}
.about-science .science-img-1 {
  position: relative;
}
@media (max-width: 991px) {
  .about-science .science-img-1 {
    text-align: center;
    margin-top: 20px;
  }
}
.about-science .science-img-1:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 50px);
  height: 100px;
  background: #f3ce2c;
  width: 50vw;
}
@media (max-width: 991px) {
  .about-science .science-img-1:after {
    left: 0px;
    right: 0;
    width: auto;
    height: 80px;
    top: calc(50% - 40px);
  }
}
.about-science .science-img-1 img {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .about-science .science-img-1 img {
    width: 70%;
  }
}
.about-science.scrolled .science-img-1 img {
  -webkit-animation: slideInLeft 1s ease-in-out 1s forwards;
          animation: slideInLeft 1s ease-in-out 1s forwards;
}

.about-gaushalas .about-gaushalas-des {
  background: #873d89;
  padding: 50px 0;
}
.about-gaushalas .about-gaushalas-des h4 {
  font-size: 60px;
  font-family: "SHREE-ENG-0487";
  color: #fff;
}
@media (max-width: 991px) {
  .about-gaushalas .about-gaushalas-des h4 {
    font-size: 30px;
  }
}
.about-gaushalas .about-gaushalas-des h2 {
  font-weight: 600;
  color: #fff;
  margin: 15px 0;
}
.about-gaushalas .about-gaushalas-des p {
  color: #fff;
}

.home-stories .bottom-el::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../../images/repeat.jpg) repeat-x left center;
  background-size: auto 100%;
  height: 30px;
}

.about-stories .col-video {
  background: #d13f81;
  position: relative;
  border-radius: 100px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .about-stories .col-video {
    height: 264px !important;
  }
}
@media (max-width: 1199px) {
  .about-stories .col-video {
    height: 219px !important;
  }
}
@media (max-width: 991px) {
  .about-stories .col-video {
    height: 154px !important;
  }
}
@media (max-width: 767px) {
  .about-stories .col-video {
    height: 238px !important;
  }
}
@media (max-width: 575px) {
  .about-stories .col-video {
    height: 100% !important;
    max-height: 208px;
  }
}
@media (max-width: 479px) {
  .about-stories .col-video {
    max-height: 148px;
  }
}
@media (max-width: 359px) {
  .about-stories .col-video {
    max-height: 128px;
  }
}
@media (max-width: 991px) {
  .about-stories .col-video {
    border-radius: 15px;
  }
}
.about-stories .col-video figure {
  margin: 0;
}
.about-stories .col-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
@media (max-width: 1199px) {
  .about-stories .col-video img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .about-stories .col-video img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .about-stories .col-prod {
    max-height: 208px;
  }
}
@media (max-width: 479px) {
  .about-stories .col-prod {
    max-height: 148px;
  }
}
@media (max-width: 359px) {
  .about-stories .col-prod {
    max-height: 128px;
  }
}
.about-stories .video1 {
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  .about-stories .video1 {
    transform: translateX(-40px);
    top: 15%;
  }
}
.about-stories .video1 .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(0px) translateY(-40px);
}
.about-stories .video2 {
  position: absolute;
  top: 50%;
  right: 18%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  .about-stories .video2 {
    transform: translateX(48px);
  }
}
.about-stories .video2 .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(0px) translateY(-40px);
}

.about-people {
  padding: 50px 0 150px;
  border-bottom: 20px solid #f3ce2c;
  position: relative;
}
@media (max-width: 991px) {
  .about-people {
    padding: 45px 0 100px;
  }
}
.about-people h4 {
  color: #d13f81;
}
@media (max-width: 991px) {
  .about-people .about-des figure {
    display: flex;
    justify-content: center;
  }
}
.about-people .about-des figure img {
  border-radius: 100px;
  box-shadow: 15px 15px 0 #c7a40b;
  width: 100%;
}
.about-people .about-des h2 {
  font-weight: 600;
  color: #873d89;
}
.about-people .banner-el {
  padding: 0 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about-people .banner-el {
    padding: 0 15px;
  }
}
.about-people .banner-el img {
  height: 130px;
  transform-origin: bottom;
  -webkit-animation: windy 3s infinite;
          animation: windy 3s infinite;
  transform: skew;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.about-people .banner-el img:nth-child(1) {
  max-height: 160px;
}
@media (max-width: 991px) {
  .about-people .banner-el img:nth-child(1) {
    max-height: 70px;
  }
}
.about-people .banner-el img:nth-child(2) {
  max-height: 130px;
}
@media (max-width: 991px) {
  .about-people .banner-el img:nth-child(2) {
    max-height: 70px;
  }
}

.about-des.mob {
  position: relative;
}
.about-des.mob .owl-nav.disabled {
  left: -10px;
  right: -15px;
  position: absolute;
}

.about-mentors {
  position: relative;
}
.about-mentors .container:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 20px;
  background: url(../../images/side-img-left.png);
  width: 2%;
  background-size: 100%;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .about-mentors .container:before {
    display: none;
  }
}
.about-mentors .container:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 5px;
  bottom: 20px;
  background: url(../../images/side-img-right.png) repeat-y;
  width: 1.7%;
  background-size: 100%;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .about-mentors .container:after {
    display: none;
  }
}
.about-mentors.scrolled .container:before {
  -webkit-animation: slideInLeft 1s ease-in-out 1s forwards;
          animation: slideInLeft 1s ease-in-out 1s forwards;
}
.about-mentors.scrolled .container:after {
  -webkit-animation: slideInRight 1s ease-in-out 1s forwards;
          animation: slideInRight 1s ease-in-out 1s forwards;
}

.strip-primary .strip-btn {
  background: #10a64c !important;
  color: #fff !important;
  position: relative;
}
.strip-primary .strip-btn:hover {
  background: #fff !important;
  color: #000 !important;
}

/* Nijal's World */
.nijal-world-banner {
  margin: 50px 0 0 0;
}
.nijal-world-banner .container-fluid {
  padding-left: 0;
}
.nijal-world-banner .left-pink-bg {
  padding: 60px;
  background: #d13f81;
  border-radius: 0 200px 200px 0;
  margin: 0 30px 0 0;
}
.nijal-world-banner .left-pink-bg h1 {
  font-size: 65px;
  font-family: "SHREE-ENG-0487";
  color: #fff;
}
@media (max-width: 991px) {
  .nijal-world-banner .left-pink-bg h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .nijal-world-banner .left-pink-bg h1 {
    font-size: 35px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .nijal-world-banner .left-pink-bg h1 {
    font-size: 30px;
  }
}
.nijal-world-banner .right-pink-bg {
  padding: 175px;
  background: #d13f81;
  border-radius: 200px 0 0 200px;
  margin: 0;
  position: relative;
}
@media (max-width: 991px) {
  .nijal-world-banner .right-pink-bg {
    padding: 125px;
  }
}
.nijal-world-banner .right-pink-bg figure {
  display: flex;
  overflow: hidden;
  background: #f3ce2c;
  padding: 15px;
  width: 350px;
  max-width: 100%;
  position: absolute;
  right: 63%;
  top: 0;
}
.nijal-world-banner .right-pink-bg figure:hover:after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .nijal-world-banner .right-pink-bg figure {
    padding: 10px;
    width: 280px;
  }
}
.nijal-world-banner .right-pink-bg figure img {
  z-index: 1;
  position: relative;
  border-radius: 100%;
}
.nijal-world-banner .right-pink-bg figure::after {
  content: "";
  background: #873d89;
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  transition: all 1s ease-in-out 0s;
}

.donationbox-video.mem-area {
  background: url(../../images/storiesbg.png) center;
}
.donationbox-video.mem-area .mem-lst {
  display: inline-block;
  width: 100%;
  padding: 0 150px;
}
@media (max-width: 1399px) {
  .donationbox-video.mem-area .mem-lst {
    padding: 0 90px;
  }
}
@media (max-width: 991px) {
  .donationbox-video.mem-area .mem-lst {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .donationbox-video.mem-area .mem-lst {
    text-align: center;
  }
}
.donationbox-video.mem-area .mem-lst .row {
  align-items: center;
}
.donationbox-video.mem-area .mem-lst .row + .row {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .donationbox-video.mem-area .mem-lst .row + .row {
    margin-top: 30px;
  }
}
.donationbox-video.mem-area .mem-lst .mem-pic {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 0;
  max-width: 280px;
}
@media (max-width: 767px) {
  .donationbox-video.mem-area .mem-lst .mem-pic {
    max-width: 280px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
}
.donationbox-video.mem-area .mem-lst .mem-pic img {
  width: 100%;
}
.donationbox-video.mem-area .mem-lst .mem-pic button.wl-modal-btn.video-play-btn {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 0;
  background: transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.donationbox-video.mem-area .mem-lst .green-vid-bg::before, .donationbox-video.mem-area .mem-lst .vio-vid-bg::before, .donationbox-video.mem-area .mem-lst .yellow-vid-bg::before {
  position: absolute;
  content: "";
  background: #10a64b;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.3;
  border-radius: 100px;
}
.donationbox-video.mem-area .mem-lst .green-vid-bg::before {
  background: #802880;
}
.donationbox-video.mem-area .mem-lst .yellow-vid-bg::before {
  background: #f4cf2f;
}
.donationbox-video.mem-area .mem-lst .mem-info .mem-name h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .donationbox-video.mem-area .mem-lst .mem-info .mem-name h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .donationbox-video.mem-area .mem-lst .mem-info .mem-name h2 {
    font-size: 24px;
  }
}
.donationbox-video.mem-area .mem-lst .mem-info .mem-desc p {
  color: #d13f81;
  font-size: 26px;
}
@media (max-width: 1199px) {
  .donationbox-video.mem-area .mem-lst .mem-info .mem-desc p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .donationbox-video.mem-area .mem-lst .mem-info .mem-desc p {
    font-size: 20px;
  }
}

.nijal-world-banner-mobile {
  background: url(../../images/bannerbg.jpg) center;
  background-size: cover;
  padding: 0 0 50px;
}
.nijal-world-banner-mobile .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.nijal-world-product {
  padding: 100px 0 50px 0;
  position: relative;
}
.nijal-world-product::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50px;
  width: 130px;
  height: 130px;
  background: url(../../images/star.svg) no-repeat;
  transform: rotate(var(--rotateVal));
}
@media (max-width: 991px) {
  .nijal-world-product::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .nijal-world-product {
    padding: 50px 0;
  }
}
.nijal-world-product .product-img img {
  border-radius: 50px;
}
.nijal-world-product .product-right {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .nijal-world-product .product-right {
    margin: 0;
  }
}
.nijal-world-product .product-right .slideIn-btn {
  font-weight: 600;
}
.nijal-world-product .product-right .product-btn {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .nijal-world-product .product-right .product-btn button {
    min-width: 180px;
  }
}
@media (max-width: 991px) {
  .nijal-world-product .product-right .product-btn button {
    min-width: 190px;
  }
}
.nijal-world-product .product-right .product-btn button:hover {
  border: 1px solid transparent;
}
.nijal-world-product a.right.carousel-control {
  left: auto;
  right: -80px;
}
@media (max-width: 991px) {
  .nijal-world-product a.right.carousel-control {
    display: none;
  }
}
.nijal-world-product a.left.carousel-control {
  left: -80px;
}
@media (max-width: 991px) {
  .nijal-world-product a.left.carousel-control {
    display: none;
  }
}
.nijal-world-product .carousel-indicators {
  position: absolute;
  bottom: -60px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.nijal-world-product .carousel-indicators .active {
  background-color: #d13f81;
}
.nijal-world-product .carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000000;
  background-color: grey;
  border-radius: 10px;
}

.nijal-world-product-shopfor {
  background: url(../../images/featured-bg.jpg) center;
  border-bottom: 10px solid #f3ce2c;
  padding: 80px 0 100px 0;
  position: relative;
}
.nijal-world-product-shopfor:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0px;
  width: 130px;
  height: 130px;
  background: url(../../images/star.svg) no-repeat;
  transform: rotate(var(--rotateVal));
}
.nijal-world-product-shopfor figure::after {
  background: #873d89;
}

.nworld-magic-section {
  background: none;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .nworld-magic-section {
    border-bottom: none !important;
  }
}

.nworld-science {
  position: relative;
}
.nworld-science:before {
  content: "";
  position: absolute;
  left: 20px !important;
  top: 0px !important;
  width: 130px !important;
  height: 130px !important;
}
.nworld-science::after {
  background: none !important;
}
.nworld-science .product-details p {
  margin-bottom: 0;
}
.nworld-science .product-details .slideIn-btn {
  font-weight: 600;
}
.nworld-science .bottom-el {
  padding-bottom: 0 !important;
}
.nworld-science .bottom-el::after {
  background: none !important;
  height: 0 !important;
}

.nijal-world-earn {
  padding: 50px 0 100px 0;
  background: #d13f81;
}
.nijal-world-earn h1 {
  color: #fff;
}
.nijal-world-earn .thankyou-video img {
  border-radius: 50px;
}
.nijal-world-earn .earn-right-des {
  text-align: center;
  color: #fff;
}
.nijal-world-earn .earn-right-des h3 {
  font-size: 30px;
  font-weight: 600;
}
.nijal-world-earn .earn-right-des h3::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #f3ce2c;
  margin: 8px auto;
  display: table;
  border-radius: 5px;
}
.nijal-world-earn .earn-right-des p {
  margin-bottom: 0;
}
.nijal-world-earn .earn-right-des a {
  color: #f3ce2c;
}

.nijal-world-strip.strip-primary {
  background: #f3ce2c !important;
  margin-bottom: 0 !important;
}
.nijal-world-strip.strip-primary h3 {
  color: #000 !important;
  text-align: center;
}
.nijal-world-strip.strip-primary .strip-btn {
  background: #fff !important;
  color: #000 !important;
}
.nijal-world-strip.strip-primary .strip-btn:hover {
  color: #fff !important;
  background: #873d89 !important;
}

.nijal-world-product-landing {
  padding: 120px 0 150px 0 !important;
  position: relative;
}
.nijal-world-product-landing .col-prod span {
  color: #873d89;
}
.nijal-world-product-landing .bottom-el::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../../images/repeat.jpg) repeat-x left center;
  background-size: auto 100%;
  height: 30px;
}
.nijal-world-product-landing .banner-el {
  padding: 0 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .nijal-world-product-landing .banner-el {
    padding: 0 15px;
  }
}
.nijal-world-product-landing .banner-el img {
  height: 130px;
  transform-origin: bottom;
  -webkit-animation: windy 3s infinite;
          animation: windy 3s infinite;
  transform: skew;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.nijal-world-product-landing .banner-el img:nth-child(1) {
  max-height: 160px;
}
@media (max-width: 991px) {
  .nijal-world-product-landing .banner-el img:nth-child(1) {
    max-height: 70px;
  }
}
.nijal-world-product-landing .banner-el img:nth-child(2) {
  max-height: 130px;
}
@media (max-width: 991px) {
  .nijal-world-product-landing .banner-el img:nth-child(2) {
    max-height: 70px;
  }
}

/* Earn Nandi */
.earn-nandi-banner {
  padding: 50px 0;
  background: #d13f81;
  position: relative;
}
.earn-nandi-banner .container:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  background: url(../../images/asset-2-8.png) repeat-y;
  width: 2%;
  background-size: 70%;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .earn-nandi-banner .container:before {
    display: none;
  }
}
.earn-nandi-banner .container:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  background: url(../../images/asset-2-9.png) repeat-y;
  width: 3%;
  transform: translateX(100%);
  background-size: 50%;
}
@media (max-width: 991px) {
  .earn-nandi-banner .container:after {
    display: none;
  }
}
.earn-nandi-banner h1 {
  font-size: 65px;
  font-family: "SHREE-ENG-0487";
  color: #fff;
}
@media (max-width: 991px) {
  .earn-nandi-banner h1 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.earn-nandi-banner.scrolled .container:before {
  -webkit-animation: slideInLeft 1s ease-in-out 1s forwards;
          animation: slideInLeft 1s ease-in-out 1s forwards;
}
.earn-nandi-banner.scrolled .container:after {
  -webkit-animation: slideInRight 1s ease-in-out 1s forwards;
          animation: slideInRight 1s ease-in-out 1s forwards;
}
.earn-nandi-banner.scrolled h3, .earn-nandi-banner.scrolled p, .earn-nandi-banner.scrolled a {
  -webkit-animation: slideInDown 0.6s ease-in-out 0.4s forwards;
          animation: slideInDown 0.6s ease-in-out 0.4s forwards;
}

.earn-nandi-magic {
  background: url(../../images/storiesbg.png) center;
  background-size: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .earn-nandi-magic {
    border-bottom: none !important;
  }
}

.earn-nandi-people {
  background: url(../../images/storiesbg.png) center;
  background-size: 50%;
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .earn-nandi-people {
    padding: 0 0 50px 0;
  }
}
.earn-nandi-people::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 130px;
  height: 130px;
  background: url(../../images/star.svg) no-repeat;
  transform: rotate(var(--rotateVal));
}
@media (max-width: 991px) {
  .earn-nandi-people::before {
    left: 320px;
    width: 70px;
    height: 70px;
    top: 40%;
  }
}
.earn-nandi-people::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 55%;
  width: 130px;
  height: 130px;
  background: url(../../images/star.svg) no-repeat;
  transform: rotate(var(--rotateVal));
}
@media (max-width: 991px) {
  .earn-nandi-people::after {
    top: 49%;
    width: 70px;
    height: 70px;
    left: 0;
  }
}
.earn-nandi-people h1 {
  font-size: 65px;
  font-family: "SHREE-ENG-0487";
  color: #d13f81;
  letter-spacing: 5px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .earn-nandi-people h1 {
    font-size: 45px !important;
    margin-bottom: 40px;
  }
}
.earn-nandi-people .earn-left-video {
  background-image: url(../../images/thumb1.jpg);
  position: relative;
  border-radius: 50px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .earn-nandi-people .earn-left-video {
    height: 250px !important;
    margin-right: 0 !important;
  }
}
.earn-nandi-people .earn-left-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.earn-nandi-people .product-details p {
  padding: 50px 50px 0px;
}
@media (max-width: 767px) {
  .earn-nandi-people .product-details p {
    text-align: center;
    padding: 25px 0 0 0;
  }
}
.earn-nandi-people .product-details a {
  color: #000;
  font-weight: 600;
}
.earn-nandi-people .btn.btn-outline-secondary {
  color: #fff;
  background: #d13f81;
  padding: 10px 50px 10px 50px;
  margin: 20px 0 0 50px;
  font-size: 28px;
}
.earn-nandi-people .btn.btn-outline-secondary:hover {
  background: #10a64a !important;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .earn-nandi-people .btn.btn-outline-secondary {
    margin: 10px auto 70px;
    display: block;
    padding: 5px 35px;
  }
}
.earn-nandi-people .bottom-el::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../../images/repeat.jpg) repeat-x left center;
  background-size: auto 100%;
  height: 20px;
}
@media (max-width: 991px) {
  .earn-nandi-people .bottom-el::after {
    background: none;
  }
}
.earn-nandi-people .banner-el {
  padding: 0 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .earn-nandi-people .banner-el {
    padding: 0 15px;
    bottom: 0;
  }
}
.earn-nandi-people .banner-el img {
  height: 130px;
  transform-origin: bottom;
  -webkit-animation: windy 3s infinite;
          animation: windy 3s infinite;
  transform: skew;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.earn-nandi-people .banner-el img:nth-child(1) {
  max-height: 160px;
}
@media (max-width: 991px) {
  .earn-nandi-people .banner-el img:nth-child(1) {
    max-height: 70px;
  }
}
.earn-nandi-people .banner-el img:nth-child(2) {
  max-height: 130px;
}
@media (max-width: 991px) {
  .earn-nandi-people .banner-el img:nth-child(2) {
    max-height: 70px;
  }
}

.earn-nandi-product {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .earn-nandi-product {
    padding: 50px 0;
    background-image: url(../../images/thumb1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.earn-nandi-product h2 {
  display: none;
}
@media (max-width: 991px) {
  .earn-nandi-product h2 {
    display: block;
    color: #fff;
  }
}
.earn-nandi-product .product-left, .earn-nandi-product .product-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .earn-nandi-product .product-left, .earn-nandi-product .product-right {
    display: block;
  }
}
.earn-nandi-product .product-left img, .earn-nandi-product .product-right img {
  width: 40%;
}
@media (max-width: 991px) {
  .earn-nandi-product .product-left img, .earn-nandi-product .product-right img {
    display: none;
  }
}
.earn-nandi-product .product-left .product-details, .earn-nandi-product .product-right .product-details {
  margin-left: 30px;
  line-height: 1;
}
@media (max-width: 991px) {
  .earn-nandi-product .product-left .product-details, .earn-nandi-product .product-right .product-details {
    margin-left: 0;
  }
}
.earn-nandi-product .product-left .product-details span, .earn-nandi-product .product-right .product-details span {
  font-size: 120px;
  color: #d13f81;
  font-family: "SHREE-ENG-0487";
  letter-spacing: 2px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .earn-nandi-product .product-left .product-details span, .earn-nandi-product .product-right .product-details span {
    font-size: 65px;
    color: #fff;
  }
}
.earn-nandi-product .product-left .product-details p, .earn-nandi-product .product-right .product-details p {
  font-weight: 600;
  color: #873d89;
  font-size: 45px;
}
@media (max-width: 991px) {
  .earn-nandi-product .product-left .product-details p, .earn-nandi-product .product-right .product-details p {
    font-size: 23px;
    color: #fff;
  }
}

.earn-nandi-magic-1 {
  background: #d13f81;
  border-bottom: none !important;
}

.earn-nandi-stories {
  position: relative;
  padding: 150px 0 120px !important;
}
@media (max-width: 991px) {
  .earn-nandi-stories {
    padding: 50px 0 !important;
  }
}
.earn-nandi-stories .bottom-el::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: url(../../images/repeat.jpg) repeat-x left center;
  background-size: auto 100%;
  height: 20px;
}
@media (max-width: 991px) {
  .earn-nandi-stories .bottom-el::before {
    background: none;
  }
}
.earn-nandi-stories .bottom-el::after {
  background: none;
}
.earn-nandi-stories .sec-hd {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .earn-nandi-stories .sec-hd {
    margin-bottom: 20px;
  }
}

.donation-box-main {
  padding: 100px 0;
  background: #873d89;
}
.donation-box-main .donation-box {
  padding: 0 100px 0 100px;
}
@media (max-width: 991px) {
  .donation-box-main .donation-box {
    padding: 0;
  }
}

.earn-nandi-giftbox {
  padding: 100px 0 80px 0;
  background: url(../../images/earn-nandi-banner.jpg) center;
  background-size: cover;
}
@media (max-width: 991px) {
  .earn-nandi-giftbox {
    padding: 50px 0;
  }
}
.earn-nandi-giftbox h1 {
  color: #873d89;
  margin-bottom: 170px;
  font-size: 65px;
}
@media (max-width: 991px) {
  .earn-nandi-giftbox h1 {
    margin-bottom: 20px;
    font-size: 45px;
  }
}
.earn-nandi-giftbox .gift-box {
  display: flex;
  justify-content: space-around;
  padding: 30px;
  background: #d13f81;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .earn-nandi-giftbox .gift-box {
    padding: 20px;
  }
}
.earn-nandi-giftbox .gift-box::after {
  content: "";
  background: url(../../images/Yellow-Ribbon.png) center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
  bottom: 0;
  z-index: 1;
  height: 765px;
  width: 40%;
}
.earn-nandi-giftbox .gift-box h3 {
  font-weight: 600;
  font-size: 30px;
}
.earn-nandi-giftbox .gift-box-detail {
  padding: 70px 20px;
  border-left: 10px solid;
  border-right: 10px solid;
  border-bottom: 10px solid;
  border-color: #d13f81;
  margin: 0 50px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .earn-nandi-giftbox .gift-box-detail {
    margin: 0 15px;
    padding: 50px 20px;
  }
}
.earn-nandi-giftbox .gift-box-detail p {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .earn-nandi-giftbox .gift-box-detail p {
    padding: 0 15px;
  }
}
.earn-nandi-giftbox .giftandearnbtn .btn.btn-success {
  background: #10a64a;
  padding: 10px 50px 10px 50px;
  font-size: 28px;
  border: none;
  margin: 50px auto 0;
  display: block;
}
.earn-nandi-giftbox .giftandearnbtn .btn.btn-success:hover {
  background: #d13f81;
  color: #000;
}

.story-of-nandi-panchgavya {
  padding: 100px 0 150px 0;
  background: #d13f81;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .story-of-nandi-panchgavya {
    padding: 0px 0 100px;
  }
}
.story-of-nandi-panchgavya .btn {
  background: #fff;
  color: #d13f81;
  border: none;
  padding: 10px 50px;
  margin: 50px 0 0 0;
  font-size: 28px;
}
.story-of-nandi-panchgavya .btn:hover {
  background: #10a64a;
  color: #fff;
}
@media (max-width: 991px) {
  .story-of-nandi-panchgavya .btn {
    margin: 20px 0 0 0;
  }
}

.donation-box-main {
  padding: 100px 0;
  background: #873d89;
}
@media (max-width: 991px) {
  .donation-box-main {
    padding: 50px 0;
  }
}
.donation-box-main .mobile-hd {
  display: none;
}
@media (max-width: 991px) {
  .donation-box-main .mobile-hd {
    display: block;
    color: #fff;
  }
}
.donation-box-main h1 {
  text-align: left;
  margin-bottom: 20px !important;
}
@media (max-width: 991px) {
  .donation-box-main h1 {
    display: none;
  }
}
.donation-box-main p {
  color: white;
}
@media (max-width: 991px) {
  .donation-box-main p {
    text-align: center;
    margin: 30px 0;
  }
}
.donation-box-main .donation-box button.btn.btn-success {
  margin-top: 20px;
  padding: 10px 50px 10px 50px;
  background: #10a64a;
  font-size: 28px;
  border: none;
}
.donation-box-main .donation-box button.btn.btn-success:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 991px) {
  .donation-box-main .donation-box button.btn.btn-success {
    margin: 20px auto;
    display: block;
  }
}

.earn-nandi-strip.strip-primary {
  background: #873d89 !important;
  margin-bottom: 0 !important;
}
.earn-nandi-strip.strip-primary h3 {
  color: #fff !important;
}
.earn-nandi-strip.strip-primary .strip-btn {
  background: #10a64a !important;
  color: #fff !important;
}
.earn-nandi-strip.strip-primary .strip-btn:hover {
  background: #fff !important;
  color: #000 !important;
}

/* Thank You Page */
.thankyou-loading {
  text-align: center;
  padding: 150px 0 50px 0;
  background: url(../../images/featured-bg.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 575px) {
  .thankyou-loading {
    padding: 150px 0 50px 0;
  }
}
.thankyou-loading .nandiwithtext {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .thankyou-loading .nandiwithtext {
    margin-bottom: 0;
  }
}
.thankyou-loading .nandiwithtext span {
  background-color: #A0522D;
  padding: 5px 20px;
  border-radius: 15px;
  color: white;
  font-weight: 600;
  font-size: 25px;
}
@media (max-width: 575px) {
  .thankyou-loading .nandiwithtext span {
    font-size: 18px;
    padding: 5px 15px;
  }
}
.thankyou-loading .nandiwithtext span#green {
  background-color: #228B22;
  position: relative;
}
.thankyou-loading .nandiwithtext span#green::before {
  position: absolute;
  content: "";
  background-image: url(../../images/cow.png);
  background-position: center;
  height: 100px;
  width: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -95px;
  right: 30px;
}
@media (max-width: 991px) {
  .thankyou-loading .nandiwithtext span#green::before {
    left: 0;
    right: 0;
  }
}
.thankyou-loading .line {
  display: inline-block;
  width: 15%;
  height: 2px;
  background-color: green;
}
@media (max-width: 767px) {
  .thankyou-loading .ps-5 {
    padding-left: 0;
  }
}
.thankyou-loading .orderconfirm h2 {
  color: #d13f81;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .thankyou-loading .orderconfirm h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.thankyou-loading .orderconfirm p {
  font-size: 28px;
}
@media (max-width: 767px) {
  .thankyou-loading .orderconfirm p {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
.thankyou-loading .orderconfirm span {
  background-color: green;
  color: white;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
  font-size: 45px;
}
@media (max-width: 767px) {
  .thankyou-loading .orderconfirm span {
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .thankyou-loading .orderconfirm span {
    padding: 2px 10px 2px 10px;
  }
}
.thankyou-loading .orderconfirm h3 {
  color: #873d89;
  font-size: 40px;
  margin-top: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .thankyou-loading .orderconfirm h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.thankyou-orderconfirm-main {
  text-align: center;
  padding: 0px 0 50px 0;
  background: url(../../images/featured-bg.jpg) no-repeat center;
  background-size: cover;
}
.thankyou-orderconfirm-main .orderconfirm h1 {
  color: #d24182;
  font-size: 55px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .thankyou-orderconfirm-main .orderconfirm h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .thankyou-orderconfirm-main .orderconfirm h1 {
    font-size: 40px;
  }
}
.thankyou-orderconfirm-main .orderconfirm span {
  background-color: green;
  color: white;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
  font-size: 45px;
}
@media (max-width: 767px) {
  .thankyou-orderconfirm-main .orderconfirm span {
    font-size: 40px;
  }
}
.thankyou-orderconfirm-main .orderconfirm h3 {
  color: #873d89;
  font-size: 40px;
  margin-top: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .thankyou-orderconfirm-main .orderconfirm h3 {
    font-size: 30px;
  }
}
.thankyou-orderconfirm-main .orderconfirm p {
  font-size: 22px;
}

.thanks-load {
  position: relative;
  padding: 150px 0 50px;
}
.thanks-load span.green {
  background: #228B22;
  position: relative;
}
.thanks-load span.green::before {
  position: absolute;
  content: "";
  background-image: url(../../images/cow.png);
  background-position: center;
  height: 100px;
  width: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -95px;
  right: 30px;
}
.thanks-load::after {
  content: "";
  position: absolute;
  right: 90px;
  top: 30px;
  width: 130px;
  height: 130px;
  background: url(../../images/star.svg) no-repeat;
  transform: rotate(var(--rotateVal));
}
@media (max-width: 767px) {
  .thanks-load::after {
    display: none;
  }
}
.thanks-load::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 80%;
  width: 130px;
  height: 130px;
  background: url(../../images/star.svg) no-repeat;
  transform: rotate(var(--rotateVal));
}
@media (max-width: 767px) {
  .thanks-load::before {
    display: none;
  }
}

.thankyou-video {
  position: relative;
  z-index: 0;
}
.thankyou-video .wl-modal-btn.video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  background: transparent;
  border: 0;
  transform: translate(-50%, -50%);
  padding: 0;
}
@media (max-width: 991px) {
  .thankyou-video .wl-modal-btn.video-play-btn {
    width: 40px;
    height: 40px;
  }
}
.thankyou-video .wl-modal-btn.video-play-btn:hover img {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}
.thankyou-video .wl-modal-btn.video-play-btn img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border-radius: 0;
  margin-bottom: 0;
}

.thankyou-address-main {
  padding: 50px 0;
  background: url(../../images/featured-bg.jpg) repeat center;
  background-size: 120%;
}
@media (max-width: 767px) {
  .thankyou-address-main {
    background-size: cover;
    padding: 0 0 50px;
  }
}
.thankyou-address-main .detailbox {
  background: #fbecfb;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .thankyou-address-main .detailbox {
    padding: 30px 20px;
    margin: 0;
  }
}
.thankyou-address-main .address h3 {
  font-size: 45px;
  color: #d13f81;
  font-weight: 600;
}
@media (max-width: 767px) {
  .thankyou-address-main .address h3 {
    font-size: 30px;
  }
}
.thankyou-address-main .address p {
  display: flex;
  margin-bottom: 0;
}
.thankyou-address-main .address p b {
  margin-right: 20px;
  color: #873d89;
}

.pricesummary-main {
  padding: 0px 0 50px 0;
  background: url(../../images/featured-bg.jpg) no-repeat center;
  background-size: cover;
}
.pricesummary-main .pricesummarydetail {
  border: 4px solid #873d89;
  padding: 40px 25px;
  background-color: white;
  border-radius: 30px;
}
.pricesummary-main .pricesummarydetail h3 {
  position: relative;
  font-size: 45px;
  color: #d13f81;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pricesummary-main .pricesummarydetail h3 {
    font-size: 24px;
  }
}
.pricesummary-main .pricesummarydetail h3::before {
  content: "";
  position: absolute;
  background: url(../../images/downicon.png) no-repeat center;
  width: 30px;
  height: 30px;
  background-size: 100%;
  right: 10px;
  top: 0px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pricesummary-main .pricesummarydetail h3::before {
    top: 0;
  }
}
.pricesummary-main .pricesummarydetail h3 .row.tablemobile table {
  width: 100%;
}
.pricesummary-main .pricesummarydetail h3 .row.tablemobile table tr td:nth-child(2) {
  text-align: right;
}
.pricesummary-main .pricesummarydetail .totalform .product-total p,
.pricesummary-main .pricesummarydetail .totalform .product-total span {
  font-size: 35px;
}
@media (max-width: 767px) {
  .pricesummary-main .pricesummarydetail .totalform .product-total p,
.pricesummary-main .pricesummarydetail .totalform .product-total span {
    font-size: 24px;
  }
}

.thankyou-breakofmoney-main {
  padding: 0px 0 50px 0;
  background: url(../../images/featured-bg.jpg) no-repeat center;
  background-size: cover;
}
.thankyou-breakofmoney-main .breakofmoney {
  border: 4px solid #873d89;
  padding: 10px 25px 10px 25px;
  background-color: white;
  border-radius: 30px;
}
.thankyou-breakofmoney-main .breakofmoney h3 {
  color: #d24182;
  padding: 5px 0 5px 0;
  font-weight: 600;
  font-size: 45px;
}
@media (max-width: 767px) {
  .thankyou-breakofmoney-main .breakofmoney h3 {
    font-size: 24px;
  }
}
.thankyou-breakofmoney-main .breakofmoney p b {
  color: #d24182;
  font-size: 30px;
}
@media (max-width: 767px) {
  .thankyou-breakofmoney-main .breakofmoney p b {
    font-size: 20px;
  }
}
.thankyou-breakofmoney-main .breakofmoney span {
  font-size: 22px;
}
@media (max-width: 767px) {
  .thankyou-breakofmoney-main .breakofmoney span {
    font-size: 18px;
  }
}

.thankyou-list {
  padding: 80px 0 80px;
  background: #d13f81;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .thankyou-list {
    padding: 120px 0 50px;
    overflow: hidden !important;
  }
}
.thankyou-list::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  width: 300px;
  height: 175px;
  background: url(../../images/hand-before.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .thankyou-list::before {
    width: 200px;
    height: 100px;
    left: -40px;
  }
}
.thankyou-list::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0px;
  width: 300px;
  height: 175px;
  background: url(../../images/hand-after.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .thankyou-list::after {
    width: 200px;
    height: 115px;
    right: -30px;
  }
}
.thankyou-list ul.item-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
@media (max-width: 767px) {
  .thankyou-list ul.item-list {
    display: block;
    margin: 0 auto;
    padding: 0 50px;
  }
}
.thankyou-list ul.item-list li {
  padding-right: 50px;
  color: #f3ce2c;
}
@media (max-width: 767px) {
  .thankyou-list ul.item-list li {
    padding-right: 0;
  }
}

.thankyou-journey {
  padding: 150px 0;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .thankyou-journey {
    padding: 50px 0;
  }
}
.thankyou-journey .container:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  bottom: 15px;
  background: url(../../images/side-img-left.png);
  width: 2%;
  background-size: 100%;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .thankyou-journey .container:before {
    left: 10px;
    width: 5%;
    top: 15px;
    bottom: 15px;
  }
}
@media (max-width: 991px) {
  .thankyou-journey .container:before {
    display: none;
  }
}
.thankyou-journey .container:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 10px;
  bottom: 10px;
  background: url(../../images/side-img-right.png) repeat-y;
  width: 1.5%;
  background-size: 100%;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .thankyou-journey .container:after {
    right: 10px;
    width: 4%;
    top: 15px;
    bottom: 15px;
  }
}
@media (max-width: 991px) {
  .thankyou-journey .container:after {
    display: none;
  }
}
.thankyou-journey.scrolled .container:before {
  -webkit-animation: slideInLeft 1s ease-in-out 1s forwards;
          animation: slideInLeft 1s ease-in-out 1s forwards;
}
.thankyou-journey.scrolled .container:after {
  -webkit-animation: slideInRight 1s ease-in-out 1s forwards;
          animation: slideInRight 1s ease-in-out 1s forwards;
}
.thankyou-journey .journey-heading h3 {
  color: #d13f81;
  text-align: left;
  font-size: 55px;
  padding: 0 70px;
}
@media (max-width: 1199px) {
  .thankyou-journey .journey-heading h3 {
    font-size: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .thankyou-journey .journey-heading h3 {
    text-align: center;
    font-size: 30px;
  }
}
.thankyou-journey .journey-heading .btn-journey {
  width: 50%;
  margin: 0 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .thankyou-journey .journey-heading .btn-journey {
    display: none;
  }
}
.thankyou-journey .journey-heading .btn-journey a {
  border-radius: 30px;
  color: #fff;
  background: #d13f81;
  border: none;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 10px 50px;
}
@media (max-width: 1199px) {
  .thankyou-journey .journey-heading .btn-journey a {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .thankyou-journey .journey-heading .btn-journey a {
    padding: 10px 20px;
    font-size: 20px;
  }
}
.thankyou-journey .thankyou-video img {
  border-radius: 50px;
}

/* Check Out Page */
.checkout-loading {
  padding: 150px 0 50px 0;
  background: none !important;
}
.checkout-loading .nandiwithtext span.green {
  background: #228B22;
  position: relative;
}
.checkout-loading .nandiwithtext span.green::before {
  position: absolute;
  content: "";
  background-image: url(../../images/cow.png);
  background-position: center;
  height: 100px;
  width: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -95px;
  right: 30px;
}

.detailform-main {
  padding: 0px 0 200px 0;
  position: relative;
}
.detailform-main .detailform .form .form-inner {
  border-bottom: 2px solid #d13f81;
  margin: 0;
}
.detailform-main .detailform .form .form-inner .gobackarrow {
  color: #d24182;
  font-weight: 600;
}
.detailform-main .detailform .form .formdetails {
  margin-bottom: 20px;
}
.detailform-main .detailform .form .formdetails h1 {
  margin: 50px 0 30px 0;
  color: #d13f81;
  font-weight: 600;
  font-size: 45px;
}
.detailform-main .detailform .form .formdetails label {
  color: #873d89;
  font-weight: 600;
  font-size: 28px;
}
.detailform-main .detailform .form .formdetails .input-field {
  padding-left: 10px;
  border: none;
  border-radius: 5px;
  background: #fbecfb;
  width: 100%;
}
.detailform-main .detailform .form .formdetails .radio-btn {
  margin: 20px 0;
}
.detailform-main .detailform .form .formdetails .radio-btn .form-check-input {
  border-color: #d13f81;
}
.detailform-main .detailform .form .formdetails .radio-btn .form-check-input:checked {
  background-color: #d13f81;
  border-color: #d13f81;
}
.detailform-main .detailform .form .formdetails .radio-btn .form-check-label {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  padding-left: 10px;
}
.detailform-main .detailform .form .formdetails .payment-process {
  font-size: 45px;
  margin: 0 0 30px 0;
}
.detailform-main .detailform .form .formdetails .pay-btn {
  background-color: #873d89;
  padding: 20px;
  border-radius: 50px;
  width: 70%;
  color: white;
  border: none;
}
.detailform-main .detailform .ordersummary {
  background-color: #fbecfb;
  border-radius: 15px;
  height: auto;
}
.detailform-main .detailform .ordersummary .product-summary {
  margin: 40px;
}
.detailform-main .detailform .ordersummary .product-summary h1 {
  font-weight: 600;
  color: #d24182;
  font-size: 45px;
}
.detailform-main .detailform .ordersummary .product-summary img {
  margin: 30px 0 30px 0;
  border-radius: 50px;
}
.detailform-main .detailform .price-summary {
  padding: 30px 30px 20px;
  background-color: white;
  border-radius: 10px;
}
.detailform-main .detailform .price-summary .price-summary-hd h3 {
  font-size: 45px;
  color: #d13f81;
  font-weight: 600;
  position: relative;
}
.detailform-main .detailform .price-summary .price-summary-hd h3::after {
  content: "";
  position: absolute;
  background-image: url(../../images/img-down.png);
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .detailform-main .detailform .price-summary .price-summary-hd h3 {
    font-size: 40px;
  }
}
.detailform-main .detailform .price-summary .product-details {
  margin: 20px 0;
}
.detailform-main .detailform .price-summary .product-details p {
  font-size: 24px;
}
.detailform-main .detailform .price-summary .product-details span {
  font-size: 24px;
}
.detailform-main .detailform .price-summary .product-total p {
  font-size: 35px;
  color: #873d89;
  font-weight: 600;
}
.detailform-main .detailform .price-summary .product-total span {
  font-size: 35px;
  color: #873d89;
  font-weight: 600;
}
@media (max-width: 479px) {
  .detailform-main .detailform .price-summary {
    padding: 30px 0px 20px;
  }
}
.detailform-main .bottom-el {
  padding: 0 300px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.detailform-main .bottom-el img {
  height: 130px;
  transform-origin: bottom;
  transform: skew;
}

/* Cart Page */
section.cart {
  background-color: #ffebf4;
  box-shadow: -5px 0px 5px #b7b6b6;
  margin-top: 50px;
  width: 55%;
  position: absolute;
  top: 120px;
  right: -100%;
  transition: 1s;
}
@media (max-width: 991px) {
  section.cart {
    top: 90px;
  }
}
@media (max-width: 767px) {
  section.cart {
    top: 145px;
  }
}
@media (max-width: 767px) {
  section.cart {
    margin: 0;
    width: 100%;
    border: 3px solid #d24182;
    border-radius: 15px;
  }
}
section.cart .cart-loading .nandiwithtext span.green {
  position: relative;
}
section.cart .cart-loading .nandiwithtext span.green::before {
  position: absolute;
  right: 0px;
}
@media (max-width: 991px) {
  section.cart .cart-loading .nandiwithtext span.green::before {
    height: 80px;
    width: 80px;
    top: -75px;
  }
}
@media (max-width: 575px) {
  section.cart .cart-loading .nandiwithtext span.green::before {
    right: -7px;
  }
}
@media (max-width: 1199px) {
  section.cart .cart-loading .nandiwithtext span {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  section.cart .cart-loading .nandiwithtext span {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  section.cart .cart-loading .nandiwithtext span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  section.cart .cart-loading {
    padding: 100px 0 10px 0;
  }
}
section.cart .cart-spinner-main {
  padding: 25px 0;
}
section.cart .cart-spinner-main .container {
  max-width: 950px;
}
@media (max-width: 767px) {
  section.cart .cart-spinner-main .product-img {
    width: 50%;
  }
}
section.cart .cart-spinner-main .product-img img {
  border-radius: 50px;
  width: 90%;
}
@media (max-width: 767px) {
  section.cart .cart-spinner-main .product-img img {
    border-radius: 10px;
  }
}
section.cart .cart-spinner-main .product-detail {
  padding: 50px 0;
}
@media (max-width: 1299px) {
  section.cart .cart-spinner-main .product-detail {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  section.cart .cart-spinner-main .product-detail {
    padding: 0;
  }
}
@media (max-width: 767px) {
  section.cart .cart-spinner-main .product-detail {
    width: 50%;
  }
}
section.cart .cart-spinner-main .product-detail h2 {
  font-size: 35px;
  color: #d13f81;
  font-weight: 600;
}
@media (max-width: 1399px) {
  section.cart .cart-spinner-main .product-detail h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  section.cart .cart-spinner-main .product-detail h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  section.cart .cart-spinner-main .product-detail h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  section.cart .cart-spinner-main .product-detail h2 {
    font-size: 26px;
    margin-bottom: 0px;
  }
}
@media (max-width: 479px) {
  section.cart .cart-spinner-main .product-detail h2 {
    font-size: 20px;
  }
}
section.cart .cart-spinner-main .pricesummary .spinner {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  section.cart .cart-spinner-main .pricesummary .spinner {
    margin: 10px 0;
  }
}
@media (max-width: 359px) {
  section.cart .cart-spinner-main .pricesummary .spinner {
    padding: 3px 10px;
  }
}
section.cart .cart-spinner-main .pricesummary del {
  padding-left: 15px;
  color: #228B22;
}
section.cart .cart-spinner-main .pricesummary b {
  color: #d13f81;
}
section.cart .cart-spinner-main .pricesummary .del {
  color: #d13f81;
}
@media (max-width: 1399px) {
  section.cart .cart-spinner-main .pricesummary .price {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  section.cart .cart-spinner-main .pricesummary .price {
    font-size: 18px;
  }
  section.cart .cart-spinner-main .pricesummary .price del {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  section.cart .cart-spinner-main .detailform .product-total p {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  section.cart .cart-spinner-main .detailform .product-total span {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  section.cart .cart-spinner-main .detailform .product-total .row > div:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.cart .cart-spinner-main .detailform .product-total .row > div:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.cart .cart-spinner-main .detailform .price-summary .price-summary-hd h3 {
    font-size: 30px;
  }
}
section.cart .button-couponcode .no-padding {
  padding-left: 0;
  padding-right: 0;
}
section.cart .button-couponcode .no-padding .input-group input.form-control.coupon {
  border: 1px solid #d24182;
  border-radius: 50px 0 0 50px;
  padding: 13.5px;
}
section.cart .button-couponcode .no-padding .input-group input.form-control.coupon:focus {
  box-shadow: none !important;
}
section.cart .button-couponcode .no-padding .btn-apply {
  background-color: #d24182;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: white;
  width: 100%;
  border: none;
}
@media (max-width: 575px) {
  section.cart .button-couponcode .no-padding .btn-apply {
    font-size: 16px;
    padding: 13px 10px;
  }
}
@media (max-width: 767px) {
  section.cart .button-couponcode .row > div:nth-child(1) {
    width: 80%;
  }
}
@media (max-width: 479px) {
  section.cart .button-couponcode .row > div:nth-child(1) {
    width: 70%;
  }
}
@media (max-width: 767px) {
  section.cart .button-couponcode .row > div:nth-child(2) {
    width: 20%;
  }
}
@media (max-width: 479px) {
  section.cart .button-couponcode .row > div:nth-child(2) {
    width: 30%;
  }
}
section.cart .cart-product-shoper {
  background: none;
  border-bottom: none;
}
section.cart .cart-product-shoper::before {
  background: none;
}
section.cart .cart-product-shoper .cart-product-shoper-bg {
  background: #d13f81;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  section.cart .cart-product-shoper .cart-product-shoper-bg {
    display: block;
    margin: 0 auto;
  }
}
section.cart .cart-product-shoper .cart-product-shoper-bg .shopfor h4 {
  font-size: 28px;
  color: #fff;
}
@media (max-width: 1299px) {
  section.cart .cart-product-shoper .cart-product-shoper-bg .shopfor h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  section.cart .cart-product-shoper .cart-product-shoper-bg .shopfor h4 {
    font-size: 20px;
  }
}
section.cart .cart-product-shoper .cart-product-shoper-bg .shopfor .price {
  color: #fff;
}
@media (max-width: 991px) {
  section.cart .cart-product-shoper .cart-product-shoper-bg .shopfor .price {
    font-size: 18px;
  }
}
section.cart .cart-product-shoper .cart-product-shoper-bg .shopfor .cbutton {
  text-align: center;
  margin: 10px auto;
  width: 100%;
}
section.cart .cart-product-shoper .cart-product-shoper-bg .shopfor .cbutton a {
  color: #d13f81;
  font-size: 18px;
  border-radius: 50px;
  background: #fff;
  padding: 10px 25px;
  transform: 0.3s;
}
section.cart .cart-product-shoper .cart-product-shoper-bg .shopfor .cbutton a:hover {
  background: #873d89;
  color: #fff;
}
@media (max-width: 1199px) {
  section.cart .cart-product-shoper .cart-product-shoper-bg .shopfor .cbutton a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section.cart .cart-product-shoper .cart-product-shoper-bg .shopfor .cbutton a {
    font-size: 12px;
  }
}
section.cart .cart-product-shoper .cart-product-shoper-bg .owl-nav {
  left: 5px;
  right: 5px;
}
section.cart .cart-product-shoper .cart-product-shoper-bg .owl-nav button {
  width: 20px;
}
@media (max-width: 1399px) {
  section.cart .cart-product-shoper .cart-product-shoper-bg .owl-nav {
    top: 23%;
  }
}
@media (max-width: 767px) {
  section.cart .cart-product-shoper .cart-product-shoper-bg .owl-nav {
    top: 33%;
  }
}
@media (max-width: 767px) {
  section.cart .cart-product-shoper div h1.sec-hd {
    font-size: 30px;
  }
}
section.cart .cart-onestep {
  padding: 30px 0 50px;
  margin-bottom: 60px;
}
section.cart .cart-onestep h2 {
  margin-bottom: 25px;
  color: #d24182;
  font-size: 40px;
  font-family: "SHREE-ENG-0487";
}
@media (max-width: 1199px) {
  section.cart .cart-onestep h2 {
    font-size: 30px;
  }
}
section.cart .cart-onestep .onestep-detail {
  color: #d13f81;
  padding: 0 30px;
}
section.cart .cart-onestep .onestep-detail ul li {
  list-style: none;
  position: relative;
}
@media (max-width: 1199px) {
  section.cart .cart-onestep .onestep-detail ul li {
    font-size: 20px;
  }
}
section.cart .cart-onestep .onestep-detail ul li::before {
  content: "";
  position: absolute;
  background: url(../../images/cart-diya.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  left: -40px;
  top: 7px;
}
@media (max-width: 991px) {
  section.cart .cart-onestep .onestep-detail ul li::before {
    height: 20px;
    width: 20px;
    left: -30px;
    top: 6px;
  }
}
section.cart .cart-process {
  padding: 25px 0;
  background: #873d89;
  position: fixed;
  width: 55%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  section.cart .cart-process {
    width: 100%;
  }
}
section.cart .cart-process .btn-payment {
  text-align: center;
  margin: 0 auto;
}
section.cart .cart-process .btn-payment a {
  color: #fff;
  border-radius: 50px;
  background: #228B22;
  font-size: 22px;
  padding: 15px 50px;
}
section.cart .cart-process .btn-payment a:hover {
  background: #fff;
  color: #d13f81;
}
@media (max-width: 767px) {
  section.cart .cart-process .btn-payment a {
    font-size: 18px;
    padding: 15px 30px;
  }
}

/* Raahi Landing Page */
.raahi-banner {
  background-color: #7c397c;
  padding: 50px 0;
  position: relative;
}
.raahi-banner h1 {
  font-size: 65px;
  color: white;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 0;
}
@media (max-width: 1399px) {
  .raahi-banner h1 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .raahi-banner h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .raahi-banner h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .raahi-banner h1 {
    font-size: 35px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto 20px;
  }
}
.raahi-banner p {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 26px;
}
@media (max-width: 1199px) {
  .raahi-banner p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .raahi-banner p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .raahi-banner p {
    text-align: center;
  }
}
.raahi-banner p a {
  font-weight: bold;
  color: #fff;
}
.raahi-banner p a:hover {
  color: #f3ce2c;
}
.raahi-banner .strip-btn {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.raahi-banner .strip-btn a {
  font-size: 23px;
  background: #fff;
  text-transform: uppercase;
  color: #10639b;
  padding: 15px 50px;
  border-radius: 50px;
  transition: 0.3s;
}
.raahi-banner .strip-btn a:hover {
  background: #f3ce2c;
  color: #fff;
}
@media (max-width: 1199px) {
  .raahi-banner .strip-btn a {
    font-size: 20px;
    padding: 10px 40px;
  }
}
@media (max-width: 767px) {
  .raahi-banner .strip-btn {
    text-align: center;
  }
}
.raahi-banner .carousel-indicators {
  position: absolute;
  bottom: -50px;
  left: 50%;
  right: 0;
}
.raahi-banner .carousel-indicators .active {
  background-color: #fff;
}
.raahi-banner .carousel-indicators li {
  margin: 10px;
  background: #f3ce2c;
  border: none;
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .raahi-banner .carousel-inner > .item .row > div:nth-child(2) {
    text-align: center;
    margin: 30px 0 20px;
  }
  .raahi-banner .carousel-inner > .item .row > div:nth-child(2) img {
    float: none !important;
  }
}

.raahi-becomepage {
  padding: 60px 0 100px;
  background: url(../../images/featured-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1199px) {
  .raahi-becomepage {
    padding: 50px 40px 100px;
  }
}
@media (max-width: 767px) {
  .raahi-becomepage {
    padding: 60px 0 80px;
  }
}
@media (max-width: 575px) {
  .raahi-becomepage {
    padding: 60px 0 90px;
  }
}
.raahi-becomepage:before {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../../images/star-green.svg) no-repeat center center #f3ce2c;
  background-size: calc(100% - 20px);
  position: absolute;
  top: 50%;
  right: -75px;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 1299px) {
  .raahi-becomepage:before {
    width: 80px;
    height: 80px;
    right: -40px;
  }
}
@media (max-width: 991px) {
  .raahi-becomepage:before {
    width: 100px;
    height: 100px;
    right: -50px;
  }
}
.raahi-becomepage:after {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../../images/star-green.svg) no-repeat center center #f3ce2c;
  background-size: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: -75px;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 1299px) {
  .raahi-becomepage:after {
    width: 80px;
    height: 80px;
    left: -40px;
  }
}
@media (max-width: 991px) {
  .raahi-becomepage:after {
    width: 100px;
    height: 100px;
    left: -50px;
  }
}
.raahi-becomepage h2.sec-hd {
  color: #7c397c;
  font-size: 65px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 1399px) {
  .raahi-becomepage h2.sec-hd {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .raahi-becomepage h2.sec-hd {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .raahi-becomepage h2.sec-hd {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .raahi-becomepage h2.sec-hd {
    font-size: 36px;
  }
}
.raahi-becomepage h2.sec-hd::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 20px;
  width: 150px;
  height: 150px;
  background: url(../../images/star.svg) no-repeat;
  transform: rotate(var(--rotateVal));
}
@media (max-width: 767px) {
  .raahi-becomepage h2.sec-hd::after {
    display: none;
  }
}
.raahi-becomepage .raahibox {
  background: #873d89;
  color: #fff;
  padding: 77px 20px;
  box-shadow: 8px 8px 1px #5d326a;
  border-radius: 150px;
  width: 80%;
  margin: 0 auto;
}
.raahi-becomepage .raahibox .svgicon {
  margin-bottom: 50px;
}
.raahi-becomepage .raahibox h3 {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}
.raahi-becomepage .raahibox h3::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #f3ce2c;
  margin: 8px auto;
  display: table;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .raahi-becomepage .raahibox h3 {
    font-size: 26px;
  }
}
@media (max-width: 1399px) {
  .raahi-becomepage .raahibox {
    padding: 67px 20px;
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .raahi-becomepage .raahibox p {
    font-size: 20px;
  }
}
.raahi-becomepage .bottom-el {
  position: relative;
}
.raahi-becomepage .bottom-el::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: 0;
  left: 0;
  background: url(../../images/repeat.jpg) center;
  background-size: auto 100%;
  height: 30px;
}
@media (max-width: 767px) {
  .raahi-becomepage .bottom-el::after {
    bottom: auto;
    top: 60px;
  }
}
.raahi-becomepage.scrolled:before {
  -webkit-animation: rotating 2s ease-in-out 0.3s;
          animation: rotating 2s ease-in-out 0.3s;
}
.raahi-becomepage.scrolled:after {
  -webkit-animation: rotating 2s ease-in-out 0.3s backwards;
          animation: rotating 2s ease-in-out 0.3s backwards;
}
.raahi-becomepage a {
  color: #fff;
  font-weight: bold;
}
.raahi-becomepage a:hover {
  color: #f3ce2c;
}
@media (max-width: 1199px) {
  .raahi-becomepage a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .raahi-becomepage .raahibox {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .raahi-becomepage .raahibox {
    max-width: 300px;
    border-radius: 140px;
  }
}

.donationbox-step-title {
  padding: 80px 0 40px;
}
.donationbox-step-title h2.sec-hd {
  margin: 0;
  color: #873d89;
}
@media (max-width: 991px) {
  .donationbox-step-title h2.sec-hd {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .donationbox-step-title h2.sec-hd {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .donationbox-step-title {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .donationbox-step-title {
    padding: 20px 0;
  }
}

.donationbox-step {
  padding: 100px 0;
  background: #873D89;
  color: #ffffff;
  text-align: center;
}
.donationbox-step .donationbox-step-img {
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .donationbox-step .donationbox-step-img {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .donationbox-step .donationbox-step-img {
    max-width: 438px;
  }
  .donationbox-step .donationbox-step-img img.banner-img {
    max-width: 310px;
  }
}
@media (max-width: 479px) {
  .donationbox-step .donationbox-step-img {
    max-width: 310px;
  }
  .donationbox-step .donationbox-step-img img.banner-img {
    max-width: 310px;
  }
}
@media (max-width: 359px) {
  .donationbox-step .donationbox-step-img {
    max-width: 278px;
  }
  .donationbox-step .donationbox-step-img img.banner-img {
    max-width: 278px;
  }
}
.donationbox-step .donationbox-step-img::after {
  content: "";
  background: url(../../images/werwer.png) center;
  background-size: cover;
  position: absolute;
  width: 650px;
  height: 600px;
  left: -90px;
  top: -75px;
}
@media (max-width: 1399px) {
  .donationbox-step .donationbox-step-img::after {
    width: 560px;
    height: 520px;
    left: -90px;
    top: -70px;
  }
}
@media (max-width: 1199px) {
  .donationbox-step .donationbox-step-img::after {
    width: 480px;
    height: 460px;
    left: -80px;
  }
}
@media (max-width: 991px) {
  .donationbox-step .donationbox-step-img::after {
    width: 320px;
    height: 300px;
    left: -37px;
    top: -35px;
  }
}
@media (max-width: 767px) {
  .donationbox-step .donationbox-step-img::after {
    width: 480px;
    height: 440px;
    left: -50px;
    top: -45px;
  }
}
@media (max-width: 575px) {
  .donationbox-step .donationbox-step-img::after {
    width: 420px;
    height: 380px;
    left: -45px;
    top: -34px;
  }
}
@media (max-width: 479px) {
  .donationbox-step .donationbox-step-img::after {
    width: 318px;
    height: 290px;
  }
}
@media (max-width: 359px) {
  .donationbox-step .donationbox-step-img::after {
    width: 278px;
    height: 262px;
  }
}
.donationbox-step .img-left {
  position: relative;
  margin-top: 50px;
}
.donationbox-step .img-left .donationbox-step-list {
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .donationbox-step .img-left .donationbox-step-list {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .donationbox-step .img-left .donationbox-step-list {
    max-width: 438px;
  }
}
@media (max-width: 479px) {
  .donationbox-step .img-left .donationbox-step-list {
    max-width: 340px;
  }
}
@media (max-width: 359px) {
  .donationbox-step .img-left .donationbox-step-list {
    max-width: 278px;
  }
}
.donationbox-step .img-left .donationbox-step-list .map-test {
  color: #f9d438;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .donationbox-step .img-left .donationbox-step-list .map-test {
    font-size: 20px;
  }
}
.donationbox-step .img-left .donationbox-step-list .map-test:hover {
  color: #fff;
}
.donationbox-step .img-left .donationbox-step-list #step1 {
  position: absolute;
  top: -15px;
  right: 150px;
  font-weight: 600;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .donationbox-step .img-left .donationbox-step-list #step1 {
    top: -20px;
    right: 140px;
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .donationbox-step .img-left .donationbox-step-list #step1 {
    right: 100px;
    top: -23px;
  }
}
@media (max-width: 991px) {
  .donationbox-step .img-left .donationbox-step-list #step1 {
    right: 70px;
    top: -9px;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .donationbox-step .img-left .donationbox-step-list #step1 {
    right: 120px;
    top: -5px;
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .donationbox-step .img-left .donationbox-step-list #step1 {
    right: 85px;
    top: -2px;
  }
}
@media (max-width: 479px) {
  .donationbox-step .img-left .donationbox-step-list #step1 {
    right: 65px;
    top: -13px;
    padding-left: 40px;
  }
}
@media (max-width: 359px) {
  .donationbox-step .img-left .donationbox-step-list #step1 {
    right: 35px;
  }
}
.donationbox-step .img-left .donationbox-step-list #step2 {
  position: absolute;
  right: 50px;
  top: 130px;
  font-weight: 600;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .donationbox-step .img-left .donationbox-step-list #step2 {
    top: 105px;
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .donationbox-step .img-left .donationbox-step-list #step2 {
    top: 84px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .donationbox-step .img-left .donationbox-step-list #step2 {
    right: 17px;
    top: 64px;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .donationbox-step .img-left .donationbox-step-list #step2 {
    right: 47px;
    top: 104px;
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .donationbox-step .img-left .donationbox-step-list #step2 {
    right: 17px;
    top: 93px;
  }
}
@media (max-width: 479px) {
  .donationbox-step .img-left .donationbox-step-list #step2 {
    top: 60px;
    padding-left: 40px;
  }
}
@media (max-width: 359px) {
  .donationbox-step .img-left .donationbox-step-list #step2 {
    top: 50px;
    right: -10px;
  }
}
.donationbox-step .img-left .donationbox-step-list #step3 {
  position: absolute;
  right: 50px;
  bottom: -330px;
  font-weight: 600;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .donationbox-step .img-left .donationbox-step-list #step3 {
    bottom: -280px;
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .donationbox-step .img-left .donationbox-step-list #step3 {
    bottom: -241px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .donationbox-step .img-left .donationbox-step-list #step3 {
    right: 17px;
    bottom: -169px;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .donationbox-step .img-left .donationbox-step-list #step3 {
    right: 45px;
    bottom: -251px;
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .donationbox-step .img-left .donationbox-step-list #step3 {
    right: 17px;
    bottom: -225px;
  }
}
@media (max-width: 479px) {
  .donationbox-step .img-left .donationbox-step-list #step3 {
    bottom: -165px;
    padding-left: 40px;
  }
}
@media (max-width: 359px) {
  .donationbox-step .img-left .donationbox-step-list #step3 {
    bottom: -145px;
    right: -10px;
  }
}
.donationbox-step .img-left .donationbox-step-list #step4 {
  position: absolute;
  right: 150px;
  bottom: -470px;
  font-weight: 600;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .donationbox-step .img-left .donationbox-step-list #step4 {
    bottom: -398px;
    right: 134px;
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .donationbox-step .img-left .donationbox-step-list #step4 {
    bottom: -341px;
    right: 95px;
  }
}
@media (max-width: 991px) {
  .donationbox-step .img-left .donationbox-step-list #step4 {
    right: 65px;
    bottom: -236px;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .donationbox-step .img-left .donationbox-step-list #step4 {
    right: 120px;
    bottom: -350px;
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .donationbox-step .img-left .donationbox-step-list #step4 {
    right: 80px;
    bottom: -311px;
  }
}
@media (max-width: 479px) {
  .donationbox-step .img-left .donationbox-step-list #step4 {
    right: 60px;
    bottom: -230px;
    padding-left: 40px;
  }
}
@media (max-width: 359px) {
  .donationbox-step .img-left .donationbox-step-list #step4 {
    right: 30px;
    bottom: -205px;
  }
}
.donationbox-step .setpall {
  display: none;
}
.donationbox-step .setpall h3 {
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .donationbox-step .setpall h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .donationbox-step .setpall h3 {
    font-size: 22px;
  }
}
.donationbox-step .setpall h3::after {
  content: "";
  width: 130px;
  height: 3px;
  background: #fff;
  margin: 15px auto;
  display: table;
  border-radius: 5px;
}
.donationbox-step .setpall .strip-btn {
  margin: 50px auto 0;
}
@media (max-width: 1199px) {
  .donationbox-step .setpall .strip-btn {
    width: 100%;
  }
}
.donationbox-step .setpall .strip-btn a {
  font-size: 23px;
  background: #1AA94A;
  border-radius: 30px;
  padding: 10px 50px;
  color: #fff;
}
.donationbox-step .setpall .strip-btn a:hover {
  color: #000;
}
.donationbox-step .step1-content {
  display: block;
}
@media (max-width: 767px) {
  .donationbox-step {
    padding: 50px 0;
  }
}

.raahi-step {
  background: #873d89 !important;
  color: #fff !important;
}
.raahi-step .setpall .strip-btn {
  background: #10a64a;
}

.membership {
  padding: 100px 0;
  background-image: url(../../images/rahibanner.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: white;
  position: relative;
}
.membership::before {
  content: "";
  background: rgba(0, 0, 0, 0.7) !important;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.membership h2 {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .membership h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .membership h2 {
    font-size: 32px;
  }
}
.membership h3 {
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 30px;
  font-weight: 600;
}
.membership h3::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #873d89;
  margin: 8px auto;
  display: table;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .membership h3 {
    font-size: 20px;
  }
}
.membership p {
  position: relative;
  font-size: 18px;
}
.membership a {
  display: table;
  margin: 0px auto;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 2px 12px;
}
.membership a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #873d89;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.membership a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
@media (max-width: 991px) {
  .membership a {
    font-size: 22px;
  }
}

.raahi-member h3::after {
  background: #873d89 !important;
}
.raahi-member a::after {
  background: #873d89 !important;
}

.donationbox-video {
  background: url(../../images/mantor-bg.jpg) no-repeat center;
  padding: 50px 0;
  position: relative;
}
.donationbox-video .container:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  bottom: 0px;
  background: url(../../images/side-img-left.png);
  width: 2%;
  background-size: 100%;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .donationbox-video .container:before {
    display: none;
  }
}
.donationbox-video .container:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  bottom: 0px;
  background: url(../../images/side-img-right.png) repeat-y;
  width: 1.7%;
  background-size: 100%;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .donationbox-video .container:after {
    display: none;
  }
}
.donationbox-video.scrolled .container:before {
  -webkit-animation: slideInLeft 1s ease-in-out 1s forwards;
          animation: slideInLeft 1s ease-in-out 1s forwards;
}
.donationbox-video.scrolled .container:after {
  -webkit-animation: slideInRight 1s ease-in-out 1s forwards;
          animation: slideInRight 1s ease-in-out 1s forwards;
}
@media (max-width: 991px) {
  .donationbox-video h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .donationbox-video h2 {
    font-size: 32px;
  }
}

.meet-raahi {
  padding: 30px 0;
  background: #873d89;
}
.meet-raahi h2 {
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .meet-raahi h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .meet-raahi h2 {
    font-size: 32px;
  }
}

.donationbox-stories {
  background: #fff !important;
  padding: 100px 0 150px !important;
  position: relative;
}
@media (max-width: 767px) {
  .donationbox-stories {
    padding: 60px 0 40px !important;
  }
}
.donationbox-stories::after {
  background: none !important;
}
.donationbox-stories .bottom-el {
  padding: 0 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .donationbox-stories .bottom-el {
    padding: 0 15px;
  }
}
.donationbox-stories .bottom-el img {
  height: 130px;
  transform-origin: bottom;
  -webkit-animation: windy 3s infinite;
          animation: windy 3s infinite;
  transform: skew;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media (max-width: 991px) {
  .donationbox-stories .bottom-el img {
    height: 60px;
  }
}
.donationbox-stories .container::after, .donationbox-stories .container::before {
  display: none;
}

.raahi-stories::before {
  display: none;
}
.raahi-stories::after {
  display: none;
}

/* Corporate Gifting */
.giftearn-banner {
  padding: 80px 0 80px;
  background: url(../../images/product-main.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.shgifting {
  padding: 50px 0 100px;
  background: url(../../images/featured-bg.jpg) center;
  background-size: 100%;
  position: relative;
}
.shgifting h2 {
  margin-bottom: 0;
  color: #edaa51;
  padding-bottom: 50px;
}

/* Blog Detail */
.blog-detail {
  margin-top: 70px;
}
.blog-detail h3 {
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog-detail h3 {
    text-align: center;
  }
}
.blog-detail .sec-hd {
  color: #d24182;
  margin-bottom: 50px;
}
.blog-detail .inner-detail img {
  border-radius: 50px;
  width: 90%;
  margin: 20px 0;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 767px) {
  .blog-detail .inner-detail img {
    width: 100%;
  }
}
.blog-detail .inner-detail p {
  font-size: 20px;
  width: 90%;
}
@media (max-width: 767px) {
  .blog-detail .inner-detail p {
    width: 100%;
  }
}
.blog-detail .footer-social-media {
  display: flex;
  margin: 20px 0 30px;
  justify-content: start;
  align-items: center;
}
.blog-detail .footer-social-media span {
  font-weight: 600;
  font-size: 22px;
  color: #822880;
}
.blog-detail .footer-social-media a {
  background: #873d89;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0;
  text-align: center;
  display: inline-flex;
}
.blog-detail .footer-social-media a:hover {
  background: #f3ce2c;
}
@media (max-width: 991px) {
  .blog-detail .footer-social-media a {
    width: 30px;
    height: 30px;
  }
}
.blog-detail .footer-social-media a img {
  height: auto;
  margin: 0;
  -o-object-fit: initial;
     object-fit: initial;
  border-radius: 0;
  -o-object-position: initial;
     object-position: initial;
  width: 100%;
  padding: 10px;
}
@media (max-width: 991px) {
  .blog-detail .footer-social-media a img {
    padding: 5px;
  }
}
.blog-detail .footer-social-media .blog-ft {
  display: inherit;
  margin-left: 20px;
  gap: 10px;
}
.blog-detail .most-popular, .blog-detail .most-read {
  margin-bottom: 50px;
  padding: 50px 20px 30px;
  position: relative;
}
.blog-detail .most-popular::before, .blog-detail .most-read::before {
  position: absolute;
  content: "";
  background: #fcedfc;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 1000px;
}
@media (max-width: 767px) {
  .blog-detail .most-popular::before, .blog-detail .most-read::before {
    left: -30%;
  }
}
.blog-detail .most-popular::after, .blog-detail .most-read::after {
  position: absolute;
  content: "";
  background: #fcedfc;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 1000px;
}
.blog-detail .most-popular img, .blog-detail .most-read img {
  border-radius: 20px;
  width: 100%;
}
.blog-detail .most-popular .blog-lst + .blog-lst, .blog-detail .most-read .blog-lst + .blog-lst {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-detail .most-popular .blog-lst + .blog-lst, .blog-detail .most-read .blog-lst + .blog-lst {
    margin-top: 20px;
  }
}
.blog-detail .most-popular h4, .blog-detail .most-read h4 {
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .blog-detail .most-popular h4, .blog-detail .most-read h4 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .blog-detail .most-popular h4, .blog-detail .most-read h4 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .blog-detail .most-popular h4, .blog-detail .most-read h4 {
    font-size: 18px;
  }
}
.blog-detail .most-popular p, .blog-detail .most-read p {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .blog-detail .most-popular p, .blog-detail .most-read p {
    line-height: 1;
  }
}
.blog-detail .most-popular a, .blog-detail .most-read a {
  color: #d24182;
  font-size: 20px;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-weight: bold;
}
.blog-detail .most-popular a::before, .blog-detail .most-read a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #873d89;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.blog-detail .most-popular a:hover, .blog-detail .most-read a:hover {
  color: #fff;
  padding: 0 10px;
}
.blog-detail .most-popular a:hover:before, .blog-detail .most-read a:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.blog-detail .most-popular h5, .blog-detail .most-read h5 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
  color: #d24182;
}
.blog-detail .most-popular h5 .rp, .blog-detail .most-read h5 .rp {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -10px;
}
.blog-detail .most-popular h5 .rp svg, .blog-detail .most-read h5 .rp svg {
  fill: #d24182;
}
.blog-detail .most-popular h2, .blog-detail .most-read h2 {
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  color: #873d89;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-detail .most-popular h2, .blog-detail .most-read h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .blog-detail .most-popular, .blog-detail .most-read {
    padding: 50px 0px 30px;
  }
}
@media (max-width: 575px) {
  .blog-detail .most-popular, .blog-detail .most-read {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .blog-detail .most-pop-slider {
    flex-shrink: initial;
    padding: 0;
    padding-bottom: 30px;
    margin: 0;
    margin-top: 0px;
    display: flex;
  }
  .blog-detail .most-pop-slider .blog-lst h4, .blog-detail .most-pop-slider .blog-lst h5 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .blog-detail .most-pop-slider {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .blog-detail .read-pop-slider {
    flex-shrink: initial;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    display: flex;
  }
  .blog-detail .read-pop-slider p, .blog-detail .read-pop-slider .blog-lst, .blog-detail .read-pop-slider h4 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog-detail .row.most-popular .blog-lst.desk, .blog-detail .blog-lst.desk, .blog-detail .sidebar {
    display: none;
  }
}
.blog-detail .blog-lst {
  flex-shrink: initial;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 767px) {
  .blog-detail .blog-lst {
    text-align: center;
  }
}
.blog-detail .blog-lst > div {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .blog-detail .blog-lst > div {
    padding: 0 10px;
  }
}
.blog-detail .blog-lst > div > a.img-lnk {
  display: flex;
}
.blog-detail .blog-lst > div > a.img-lnk:before {
  display: none;
}
.blog-detail .blog-lst button {
  color: white;
  border-radius: 50px;
  border: none;
  background-color: #d24182;
  padding: 10px 50px;
  margin-top: 10px;
  transition: 0.3s;
}
.blog-detail .blog-lst button:hover {
  background: #873d89;
}
@media (max-width: 1399px) {
  .blog-detail .blog-lst button {
    padding: 5px 40px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .blog-detail .blog-lst button {
    padding: 5px 30px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-detail .blog-lst button {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .blog-detail {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .blog-detail {
    margin-top: 40px;
  }
  .blog-detail .owl-carousel .owl-item img {
    margin-bottom: 20px;
  }
  .blog-detail .owl-carousel .owl-nav {
    top: 23%;
    left: -25px;
    right: -25px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .blog-detail .owl-carousel .owl-nav {
    top: 35%;
    left: -20px;
    right: -20px;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .blog-detail .owl-carousel .owl-nav {
    top: 30%;
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  .blog-detail .owl-carousel .owl-nav {
    top: 25%;
  }
}

.blog-detail + .magic-section {
  padding-bottom: 90px !important;
}
@media (max-width: 991px) {
  .blog-detail + .magic-section {
    padding-bottom: 30px !important;
  }
  .blog-detail + .magic-section h1 {
    margin-bottom: calc(1% + 15px);
  }
}

.blog-detail + .earn-nandi-magic {
  background-image: none;
}

.order-head-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #d13f81;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.order-head-btn a {
  display: flex;
  align-content: center;
  align-items: center;
  color: #000;
  font-size: 22px;
}
@media (max-width: 767px) {
  .order-head-btn a {
    font-size: 18px;
  }
}
.order-head-btn a span {
  width: 28px;
  height: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.order-head-btn a span svg {
  float: left;
  width: 100%;
  position: absolute;
  fill: #d13f81;
  transition: 0.3s;
}
.order-head-btn a span svg:hover {
  fill: #873d89;
}
.order-head-btn a:hover {
  color: #873d89;
}
@media (max-width: 767px) {
  .order-head-btn {
    margin-bottom: 10px;
  }
}

.no-border {
  border: 0;
}

.order-head-btn.ws-lst {
  border-bottom: 4px solid #873d89;
}

.row.most-popular.mob {
  display: none;
}
@media (max-width: 767px) {
  .row.most-popular.mob {
    display: flex;
    padding: 30px 0 0;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .row.most-popular.mob {
    padding: 30px 15px;
  }
}

.row.most-read.mob {
  display: none;
}
@media (max-width: 767px) {
  .row.most-read.mob {
    display: flex;
    padding: 30px 0;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .row.most-read.mob {
    padding: 30px 15px;
  }
}

/* Blog Landiing*/
.blog-landing {
  position: relative;
  background: url(../../images/featured-bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .blog-landing {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .blog-landing {
    background: url(../../images/featured-bg.jpg) repeat center;
    background-size: auto;
    padding-bottom: 20px;
  }
}
.blog-landing .card {
  overflow: hidden;
  border: none;
  margin: 0 15px 30px;
  background: transparent;
}
.blog-landing .card__body {
  display: flex;
  flex-direction: column;
}
.blog-landing .card__body h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}
.blog-landing .card__body p {
  font-size: 20px;
  margin-bottom: 0;
}
.blog-landing .card__body a {
  font-size: 20px;
  color: #d13f81;
  position: relative;
  z-index: 2;
  width: 126px;
  display: inline-block;
}
.blog-landing .card__body a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #873d89;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.blog-landing .card__body a:hover {
  color: #fff;
  padding: 0 10px;
}
.blog-landing .card__body a:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.blog-landing img.card__image {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .blog-landing img.card__image {
    width: 100%;
  }
}
.blog-landing .blog-banner {
  padding: 80px 0 80px;
  color: #d13f81;
  text-align: center;
}
@media (max-width: 767px) {
  .blog-landing .blog-banner {
    padding: 50px 0;
  }
}
.blog-landing .strip-btn {
  font-size: 20px;
  background: #fff;
  border-radius: 30px;
  padding: 10px 50px;
  color: #d13f81;
  text-transform: capitalize;
  text-align: center;
  border: 2px solid #d13f81;
  margin: 60px 0;
  display: inline-block;
}
.blog-landing .strip-btn:hover {
  background: #d13f81;
  color: #fff;
}
@media (max-width: 767px) {
  .blog-landing .strip-btn {
    margin: 20px 0;
  }
}
.blog-landing .bottom-el {
  padding: 0 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .blog-landing .bottom-el {
    display: none;
    padding: 0 15px 16px;
  }
}
.blog-landing .bottom-el img {
  -webkit-animation: windy 3s infinite;
          animation: windy 3s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  transform-origin: bottom;
}
.blog-landing .bottom-el img:nth-child(1) {
  max-height: 160px;
}
@media (max-width: 991px) {
  .blog-landing .bottom-el img:nth-child(1) {
    display: none;
  }
}
.blog-landing .bottom-el img:nth-child(2) {
  max-height: 130px;
}
@media (max-width: 991px) {
  .blog-landing .bottom-el img:nth-child(2) {
    max-height: 70px;
  }
}
.blog-landing .bottom-el img:nth-child(3) {
  max-height: 100px;
}
@media (max-width: 991px) {
  .blog-landing .bottom-el img:nth-child(3) {
    max-height: 60px;
  }
}

/* Contact Us */
.contact-title {
  padding: 60px 0 30px 0;
  color: #d13f81;
}
@media (max-width: 1299px) {
  .contact-title {
    padding: 50px 0 10px 0;
  }
}
@media (max-width: 991px) {
  .contact-title {
    padding: 40px 0 10px 0;
  }
}

.contactdetails {
  background: #d13f81;
  color: #fff;
  padding: 50px 0;
}
.contactdetails h3 {
  color: #f3ce2c;
  font-size: 26px;
  font-weight: bold;
}
.contactdetails p {
  font-size: 20px;
}
.contactdetails a {
  color: #fff;
}
.contactdetails a:hover {
  color: #f3ce2c;
}

.detail-form.contact-us {
  padding: 60px 0 120px;
}
@media (max-width: 991px) {
  .detail-form.contact-us {
    padding: 40px 0 70px;
  }
}
.detail-form.contact-us .button #button {
  border: none;
  border-radius: 50px;
  padding: 10px 100px 10px 100px;
  background-color: #d13f81;
  color: white;
  margin-top: 50px;
  transition: 0.3s;
}
.detail-form.contact-us .button #button:hover {
  background: #873d89;
}
@media (max-width: 991px) {
  .detail-form.contact-us .button #button {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .detail-form.contact-us .button #button {
    padding: 10px 40px 10px 40px;
    max-width: 220px;
    font-size: 20px;
  }
}
.detail-form.contact-us .text {
  font-size: 20px;
}
.detail-form.contact-us .text p {
  font-size: 20px;
  float: right;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .detail-form.contact-us .text p {
    padding-right: 0;
    text-align: right;
  }
}
.detail-form.contact-us .details {
  border: 2px solid #873d89;
  border-radius: 10px;
  padding: 50px 20px 50px 20px;
}
@media (max-width: 1399px) {
  .detail-form.contact-us .details {
    padding: 50px 20px 50px 20px;
  }
}
@media (max-width: 479px) {
  .detail-form.contact-us .details {
    padding: 30px 15px 40px 15px;
  }
}
.detail-form.contact-us .details label {
  color: #873d89;
  font-weight: 600;
  width: 15%;
  vertical-align: top;
}
@media (max-width: 991px) {
  .detail-form.contact-us .details label {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .detail-form.contact-us .details label {
    width: 20%;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .detail-form.contact-us .details label {
    width: 23%;
  }
}
@media (max-width: 479px) {
  .detail-form.contact-us .details label {
    width: 35%;
  }
}
.detail-form.contact-us .details .pad-left {
  padding-left: 130px;
}
@media (max-width: 1199px) {
  .detail-form.contact-us .details .pad-left {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  .detail-form.contact-us .details .pad-left {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .detail-form.contact-us .details .pad-left {
    padding-left: 0px;
  }
}
.detail-form.contact-us input, .detail-form.contact-us textarea {
  width: 80%;
  border-radius: 10px;
  border: none;
  background-color: #ffe7f2;
  padding: 5px 15px 5px 15px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #d24182;
}
@media (max-width: 991px) {
  .detail-form.contact-us input, .detail-form.contact-us textarea {
    width: 75%;
  }
}
@media (max-width: 479px) {
  .detail-form.contact-us input, .detail-form.contact-us textarea {
    width: 62%;
    border-radius: 10px;
    border: none;
    background-color: #ffe7f2;
    padding: 5px 15px 5px 15px;
    margin-bottom: 25px;
    font-size: 20px;
    color: #d24182;
  }
}
.detail-form.contact-us .sec-hd {
  color: #d24182;
}

/* Search page */
.search-main {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .search-main {
    padding: 30px 0;
  }
}
.search-main img {
  width: 20px;
  height: 30px;
}
.search-main h3 {
  font-weight: 600;
  color: #d13f81;
  display: inline-block;
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .search-main h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .search-main h3 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .search-main h3 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .search-main h3 {
    width: 100%;
  }
}
.search-main span {
  font-size: 20px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .search-main span {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .search-main span {
    font-size: 16px;
    padding-left: 10px;
    width: 100%;
    display: inline-block;
    padding-left: 0;
  }
}
.search-main .search-txt {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 50px 0 10px;
}
@media (max-width: 991px) {
  .search-main .search-txt {
    margin: 30px 0 10px;
  }
}
@media (max-width: 767px) {
  .search-main .search-txt {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0 0px;
    line-height: 1;
  }
  .search-main .search-txt span {
    padding-left: 0;
  }
}
@media (max-width: 359px) {
  .search-main .search-txt {
    display: inline-block;
  }
}
.search-main .search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
  margin: 0 auto 20px;
}
.search-main .search-box button {
  display: flex;
  width: 200px;
  height: 70px;
  text-align: center;
  border: 0;
  box-shadow: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #fcedfc;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  transition: 0.3s;
}
.search-main .search-box button:hover {
  background: #873d89;
}
@media (max-width: 1399px) {
  .search-main .search-box button {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .search-main .search-box button {
    height: 50px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .search-main .search-box button {
    height: 40px;
  }
}
.search-main .search-box button span {
  padding: 0;
  display: inline-block;
  width: 34px;
  height: 38px;
  position: relative;
}
.search-main .search-box button span svg {
  position: absolute;
  fill: #d24182;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .search-main .search-box button span {
    width: 20px;
    height: 22px;
  }
}
.search-main .search-box button:hover span svg {
  fill: #fff;
}
.search-main .search-box input#search {
  background: #d13f81;
  height: 70px;
  color: #fff;
  font-size: 30px;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: none;
  padding: 10px 20px;
}
@media (max-width: 1399px) {
  .search-main .search-box input#search {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .search-main .search-box input#search {
    height: 50px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .search-main .search-box input#search {
    height: 40px;
  }
}
@media (max-width: 1399px) {
  .search-main .search-box {
    max-width: 750px;
  }
}
@media (max-width: 1199px) {
  .search-main .search-box {
    max-width: 650px;
  }
}
@media (max-width: 991px) {
  .search-main .search-box {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .search-main .search-box {
    margin: 0 auto 10px;
  }
}

.search-result {
  padding: 50px 100px 100px;
  background-color: #fcedfc;
}
.search-result img {
  border-radius: 50px;
  width: 100%;
}
@media (max-width: 479px) {
  .search-result img {
    margin-bottom: 20px;
  }
}
.search-result h4 {
  font-weight: 600;
  padding-top: 0;
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .search-result h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .search-result h4 {
    font-size: 22px;
  }
}
.search-result p {
  font-size: 20px;
  margin: 0;
}
.search-result a {
  color: #d24182;
  font-size: 20px;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-weight: bold;
}
.search-result a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #873d89;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.search-result a:hover {
  color: #fff;
  padding: 0 10px;
}
.search-result a:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.search-result .inner-search-res {
  display: flex;
  width: 100%;
  flex-shrink: initial;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}
.search-result .inner-search-res > div {
  padding: 0 15px;
}
@media (max-width: 575px) {
  .search-result .inner-search-res > div {
    padding: 0 10px;
  }
}
.search-result .inner-search-res + .inner-search-res {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .search-result .inner-search-res {
    align-items: start;
  }
}
@media (max-width: 479px) {
  .search-result .inner-search-res {
    display: inline-block;
  }
}
.search-result button {
  margin: 30px 0;
  border-radius: 50px;
  border: 1px solid #d13f81;
  background-color: #fff;
  padding: 10px 50px;
  color: #d13f81;
  transition: 0.3s;
}
.search-result button:hover {
  background: #d24182;
  color: #fff;
}
@media (max-width: 767px) {
  .search-result button {
    padding: 10px 40px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .search-result {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .search-result {
    padding: 30px 0 20px;
  }
}

.search-box .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.search-box .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

.search-box .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.search-box .form-control:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

/* Save Address Page */
.detail-form.save-add .save-add-details #addresses {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.detail-form.save-add .save-add-details #addresses option {
  -webkit-appearance: none;
}
.detail-form.save-add .save-add-details #addresses option:checked {
  box-shadow: 0 0 10px 100px #0fa94b inset;
}
@media (max-width: 1399px) {
  .detail-form.save-add .save-add-details #addresses option {
    padding: 10px 8%;
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .detail-form.save-add .save-add-details #addresses option {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .detail-form.save-add .save-add-details #addresses option {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .detail-form.save-add .save-add-details #addresses {
    max-width: 300px;
    display: block;
    margin: 10px auto 0;
  }
}
@media (max-width: 767px) {
  .detail-form.save-add .save-add-details #addresses {
    height: auto !important;
    display: flex;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .detail-form.save-add .save-add-details option {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .detail-form.save-add .saved-address > label, .detail-form.save-add .add-address > label {
    font-size: 24px;
    width: auto;
  }
  .detail-form.save-add .saved-address .address, .detail-form.save-add .add-address .address {
    font-size: 20px;
  }
  .detail-form.save-add .add-address label {
    margin-top: 0;
  }
}
@media (max-width: 1399px) {
  .detail-form.save-add .details label {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .detail-form.save-add .details label {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .detail-form.save-add .details label {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .detail-form.save-add label {
    width: 40%;
    font-size: 20px;
  }
  .detail-form.save-add input {
    width: 57%;
  }
  .detail-form.save-add .text p {
    padding-right: 0;
    text-align: right;
  }
  .detail-form.save-add .text .link-right a, .detail-form.save-add .text .link-right a.go-back-txt, .detail-form.save-add .text .link-left a, .detail-form.save-add .text .link-left a.go-back-txt {
    font-size: 18px;
  }
  .detail-form.save-add .add-address {
    margin-top: 25px;
  }
  .detail-form.save-add .row.align-items-center.text > div {
    flex: 0 0 auto;
    width: 50%;
  }
}
.detail-form.save-add .radio-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .detail-form.save-add .radio-btn {
    margin-bottom: 60px;
  }
}
.detail-form.save-add .radio-btn input {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.detail-form.save-add .radio-btn label {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 300ms linear;
  background: #873d89;
  color: #fff;
  font-size: 30px;
  padding: 14px 10%;
  border-radius: 50px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1399px) {
  .detail-form.save-add .radio-btn label {
    padding: 10px 8%;
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .detail-form.save-add .radio-btn label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .detail-form.save-add .radio-btn label {
    margin-top: 10px;
    font-size: 20px;
    width: 100%;
  }
}
.detail-form.save-add .radio-btn .checkbox-tools:checked + label {
  background-color: #0fa94b;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .detail-form.save-add .radio-btn {
    max-width: 300px;
    display: block;
    margin: 10px auto 0;
  }
}

/* Back Verification */
.detail-form.back-vr {
  position: relative;
}
@media (max-width: 1199px) {
  .detail-form.back-vr .save-add-details .fileupload {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .detail-form.back-vr .bank-details .input-box {
    width: 65%;
  }
  .detail-form.back-vr .save-add-details .fileupload {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .detail-form.back-vr .bank-details .input-box {
    width: 68%;
  }
  .detail-form.back-vr .save-add-details .fileupload {
    width: 68%;
  }
  .detail-form.back-vr .save-add-details label {
    width: 30%;
    font-size: 20px;
  }
  .detail-form.back-vr .text p {
    padding-right: 0;
    text-align: right;
  }
}
@media (max-width: 479px) {
  .detail-form.back-vr .bank-details .input-box {
    width: 100%;
  }
  .detail-form.back-vr .save-add-details .fileupload {
    width: 100%;
  }
  .detail-form.back-vr .save-add-details label {
    width: 100%;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .detail-form.back-vr .row.no-border-bottom > div {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 359px) {
  .detail-form.back-vr .row.no-border-bottom > div:nth-child(1) {
    width: 40%;
  }
  .detail-form.back-vr .row.no-border-bottom > div:nth-child(2) {
    width: 60%;
  }
}

/* Bank Verification */
@media (max-width: 1199px) {
  .detail-form.bank-vr .details label {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .detail-form.bank-vr .details label {
    font-size: 20px;
    width: 31%;
  }
}
@media (max-width: 767px) {
  .detail-form.bank-vr .details label {
    width: 47%;
  }
}
@media (max-width: 479px) {
  .detail-form.bank-vr .details label {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .detail-form.bank-vr .details .input-box {
    width: 67%;
  }
}
@media (max-width: 767px) {
  .detail-form.bank-vr .details .input-box {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .detail-form.bank-vr .details .input-box {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .detail-form.bank-vr .details .fileupload {
    width: 67%;
  }
}
@media (max-width: 767px) {
  .detail-form.bank-vr .details .fileupload {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .detail-form.bank-vr .details .fileupload {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .detail-form.bank-vr .save-add-details {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .detail-form.bank-vr .save-add-details {
    padding: 40px 10px;
  }
}
@media (max-width: 767px) {
  .detail-form.bank-vr .row.no-border-bottom > div {
    flex: 0 0 auto;
    width: 50%;
  }
  .detail-form.bank-vr .row.no-border-bottom > div a {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .detail-form.bank-vr .row.no-border-bottom > div a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .detail-form.bank-vr .row.no-border-bottom > div a.go-back-txt {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .detail-form.bank-vr .row.no-border-bottom > div a.go-back-txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) and (max-width: 359px) {
  .detail-form.bank-vr .row.no-border-bottom > div:nth-child(1) {
    width: 40%;
  }
  .detail-form.bank-vr .row.no-border-bottom > div:nth-child(2) {
    width: 60%;
  }
}

/* Wallet Page */
.detail-form.wall-main:after {
  display: none;
}
.detail-form.wall-main span, .detail-form.wall-main p {
  font-size: 25px;
}
@media (max-width: 767px) {
  .detail-form.wall-main span, .detail-form.wall-main p {
    font-size: 15px;
    padding-top: 10px;
  }
}
.detail-form.wall-main .text {
  border-bottom: 2px solid purple;
}
.detail-form.wall-main .text p {
  float: right;
}
@media (max-width: 575px) {
  .detail-form.wall-main .text > div:nth-child(1) {
    max-width: 30%;
  }
  .detail-form.wall-main .text > div:nth-child(2) {
    max-width: 70%;
  }
}
@media (max-width: 479px) {
  .detail-form.wall-main .text > div:nth-child(1) {
    max-width: 35%;
  }
  .detail-form.wall-main .text > div:nth-child(2) {
    max-width: 75%;
  }
}
@media (max-width: 359px) {
  .detail-form.wall-main .text > div:nth-child(1) {
    max-width: 35%;
  }
  .detail-form.wall-main .text > div:nth-child(2) {
    max-width: 65%;
  }
}
.detail-form.wall-main .wallet {
  text-align: center;
  margin: 60px 0 0;
}
.detail-form.wall-main .wallet h1 {
  color: #d13f81;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 15px;
}
.detail-form.wall-main .wallet p {
  color: #d13f81;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .detail-form.wall-main .wallet p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .detail-form.wall-main .wallet {
    text-align: center;
    margin: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .detail-form.wall-main {
    padding: 40px 0 0;
  }
}

.detail-form.wall-main {
  padding: 100px 0 30px;
}
@media (max-width: 767px) {
  .detail-form.wall-main {
    padding: 30px 0;
  }
}

.wallet-box {
  text-align: center;
  margin: 0px 50px 40px;
}
@media (max-width: 359px) {
  .wallet-box {
    margin: 0px 30px 40px;
  }
}
.wallet-box span {
  background: #ffe108;
  font-size: 100px;
  padding: 0;
  border-radius: 100px;
  color: #873d89;
  width: 155px;
  height: 155px;
  display: block;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 1299px) {
  .wallet-box span {
    font-size: 75px;
    width: 115px;
    height: 115px;
  }
}
@media (max-width: 1199px) {
  .wallet-box span {
    font-size: 65px;
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 991px) {
  .wallet-box span {
    font-size: 50px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .wallet-box span {
    font-size: 44px;
    width: 65px;
    height: 65px;
  }
}
.wallet-box .product-box, .wallet-box .cash-box, .wallet-box .reward-box {
  padding: 80px 30px;
  color: white;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .wallet-box .product-box, .wallet-box .cash-box, .wallet-box .reward-box {
    padding: 40px 20px;
  }
}
.wallet-box .product-box h1, .wallet-box .cash-box h1, .wallet-box .reward-box h1 {
  font-family: "SHREE-ENG-0487";
  font-size: 50px;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  line-height: 1.3;
  margin-bottom: 50px;
}
@media (max-width: 1299px) {
  .wallet-box .product-box h1, .wallet-box .cash-box h1, .wallet-box .reward-box h1 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .wallet-box .product-box h1, .wallet-box .cash-box h1, .wallet-box .reward-box h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
.wallet-box .product-box h3, .wallet-box .cash-box h3, .wallet-box .reward-box h3 {
  font-family: "SHREE-ENG-0487";
  margin-bottom: 20px;
}
.wallet-box .product-box h4, .wallet-box .cash-box h4, .wallet-box .reward-box h4 {
  font-size: 95px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ffe108;
  font-weight: 600;
}
@media (max-width: 1299px) {
  .wallet-box .product-box h4, .wallet-box .cash-box h4, .wallet-box .reward-box h4 {
    font-size: 75px;
  }
}
@media (max-width: 1199px) {
  .wallet-box .product-box h4, .wallet-box .cash-box h4, .wallet-box .reward-box h4 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .wallet-box .product-box h4, .wallet-box .cash-box h4, .wallet-box .reward-box h4 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .wallet-box .product-box h4, .wallet-box .cash-box h4, .wallet-box .reward-box h4 {
    font-size: 35px;
  }
}
.wallet-box .product-box button, .wallet-box .cash-box button, .wallet-box .reward-box button {
  border: none;
  padding: 10px 70px;
  border-radius: 50px;
  margin-top: 20px;
  background-color: white;
  color: purple;
  width: 100%;
}
@media (max-width: 1199px) {
  .wallet-box .product-box button, .wallet-box .cash-box button, .wallet-box .reward-box button {
    padding: 10px 40px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .wallet-box .product-box button, .wallet-box .cash-box button, .wallet-box .reward-box button {
    padding: 10px 20px;
  }
}
@media (max-width: 479px) {
  .wallet-box .product-box button, .wallet-box .cash-box button, .wallet-box .reward-box button {
    width: 70%;
    padding: 10px 10px;
    font-size: 18px;
  }
}
.wallet-box .product-box button:hover, .wallet-box .cash-box button:hover, .wallet-box .reward-box button:hover {
  background: #ffe108;
}
@media (max-width: 1199px) {
  .wallet-box .product-box p, .wallet-box .cash-box p, .wallet-box .reward-box p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .wallet-box .product-box p, .wallet-box .cash-box p, .wallet-box .reward-box p {
    font-size: 18px;
  }
}
.wallet-box .product-box:before, .wallet-box .cash-box:before, .wallet-box .reward-box:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 20px;
  background: url(../../images/bottom-design.png);
  background-size: auto;
  background-size: contain;
  background-repeat: repeat-x;
  left: 0;
  bottom: 20px;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wallet-box .product-box:before, .wallet-box .cash-box:before, .wallet-box .reward-box:before {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wallet-box .product-box:before, .wallet-box .cash-box:before, .wallet-box .reward-box:before {
    background: url(../../images/side-img-right-orange.png);
    background-size: cover;
    background-repeat: repeat-y;
    right: auto;
    margin: initial;
    top: 20px;
    width: 20px;
    height: calc(100% - 40px);
    left: 10px;
    transform: rotateY(180deg);
  }
}
@media (max-width: 767px) {
  .wallet-box .product-box:after, .wallet-box .cash-box:after, .wallet-box .reward-box:after {
    position: absolute;
    content: "";
    background: url(../../images/side-img-right-orange.png);
    background-size: cover;
    background-repeat: repeat-y;
    right: 10px;
    margin: initial;
    top: 20px;
    width: 20px;
    height: calc(100% - 40px);
  }
}
.wallet-box .product-box {
  background-color: #873d89;
}
.wallet-box .cash-box {
  background-color: #d24182;
}
.wallet-box .cash-box span {
  color: #d24182;
}
.wallet-box .reward-box {
  background-color: #2AAA8A;
}
.wallet-box .reward-box span {
  color: #2AAA8A;
}
@media (max-width: 767px) {
  .wallet-box {
    display: inline-block;
  }
  .wallet-box .wall-main {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .wallet-box .wall-main {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .wallet-box .row > div + div {
    margin-top: 20px;
  }
}

/* Gift and Earn Page */
.how-to-start.donationbox-step {
  padding: 50px 0 100px;
  background: url(../../images/bannerbg.jpg) center;
  background-size: 100%;
  position: relative;
  color: #edaa51;
  text-align: center;
}
@media (max-width: 767px) {
  .how-to-start.donationbox-step {
    padding: 50px 0;
  }
}
.how-to-start.donationbox-step .row p {
  margin-bottom: 45px;
}
.how-to-start.donationbox-step h3 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .how-to-start.donationbox-step h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .how-to-start.donationbox-step h3 {
    font-size: 22px;
  }
}
.how-to-start.donationbox-step .strip-btn a {
  font-size: 23px;
  background: #edaa51;
  border-radius: 30px;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
}

.shgifting.gift .row {
  text-align: center;
}
.shgifting.gift .row a {
  margin-bottom: 25px;
}
.shgifting.gift img {
  border-radius: 50px;
  margin-bottom: 15px;
  width: 50%;
}
.shgifting.gift h3 {
  font-weight: 600;
  font-size: 23px;
  -webkit-animation: slideInDown 0.6s ease-in-out 0.4s forwards;
  animation: slideInDown 0.6s ease-in-out 0.4s forwards;
  text-transform: uppercase;
}
.shgifting.gift h3:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #edaa51;
  margin: 8px auto;
  display: table;
  border-radius: 5px;
}
.shgifting.gift p {
  font-size: 18px;
  margin: 0;
  -webkit-animation: slideInDown 0.6s ease-in-out 0.4s forwards;
  animation: slideInDown 0.6s ease-in-out 0.4s forwards;
}
.shgifting.gift a {
  display: table;
  color: #565354;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  padding: 2px 8px;
  font-weight: 600;
  -webkit-animation: slideInDown 0.6s ease-in-out 0.4s forwards;
  animation: slideInDown 0.6s ease-in-out 0.4s forwards;
}
.shgifting.gift a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #1AA94A;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.shgifting.gift a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.donationbox-whatget.do-gift {
  padding: 50px 0 100px;
  background: url(../../images/img-up.png) center;
  background-size: 100%;
  position: relative;
}
.donationbox-whatget.do-gift .row {
  text-align: center;
}
.donationbox-whatget.do-gift h3 {
  font-weight: 600;
  font-size: 23px;
  -webkit-animation: slideInDown 0.6s ease-in-out 0.4s forwards;
  animation: slideInDown 0.6s ease-in-out 0.4s forwards;
  text-transform: uppercase;
}
.donationbox-whatget.do-gift h3:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #edaa51;
  margin: 8px auto;
  display: table;
  border-radius: 5px;
}
.donationbox-whatget.do-gift p {
  font-size: 18px;
  margin: 0;
  -webkit-animation: slideInDown 0.6s ease-in-out 0.4s forwards;
  animation: slideInDown 0.6s ease-in-out 0.4s forwards;
}
.donationbox-whatget.do-gift a {
  display: table;
  color: #565354;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  padding: 2px 8px;
  font-weight: 600;
  -webkit-animation: slideInDown 0.6s ease-in-out 0.4s forwards;
  animation: slideInDown 0.6s ease-in-out 0.4s forwards;
}
.donationbox-whatget.do-gift a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #1AA94A;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.donationbox-whatget.do-gift a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.donationbox-video.gt-page {
  background: url(images/mantor-bg.jpg) no-repeat center;
  padding: 50px 0 100px;
  position: relative;
}
.donationbox-video.gt-page .container:before {
  content: "";
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  background: url(../../images/side-img-left-orange.png) repeat-y;
  width: 2%;
  background-size: 70%;
  transform: translateX(-100%);
}
.donationbox-video.gt-page .container:after {
  content: "";
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  background: url(../../images/side-img-right-orange.png) repeat-y;
  width: 3%;
  transform: translateX(100%);
  background-size: 50%;
}
.donationbox-video.gt-page .container .sec-hd {
  color: #4ada96;
}

.donationbox-stories {
  background: #fff;
  padding: 150px 0 150px;
}
.donationbox-stories h2 {
  color: #3d783d;
}
.donationbox-stories:before {
  content: "";
  position: absolute;
  background: url(../../images/trees3.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 110px;
  bottom: 0;
  top: auto;
  right: 60px;
  -webkit-animation: windy 3s infinite;
  animation: windy 3s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: bottom;
}
.donationbox-stories:after {
  content: "";
  position: absolute;
  background: url(../../images/trees2.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 110px;
  bottom: 0;
  left: 60px;
  -webkit-animation: windy 3s infinite;
  animation: windy 3s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: bottom;
}

/* Thank You  */
.wl-modal {
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.35s ease-in;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  z-index: 2;
  background: none;
}
.wl-modal .wl-modal-content {
  position: absolute;
  background-color: #fefefe;
  max-width: 500px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .wl-modal .wl-modal-content {
    max-width: 80%;
    top: 25%;
  }
}
.wl-modal .wl-modal-content .wl-m-close {
  position: absolute;
  right: 0;
  top: -40px;
  color: #fff;
  opacity: 1;
  z-index: 1;
  text-shadow: none;
  font-size: 2em;
  cursor: pointer;
  background: #d13f81;
  width: 40px;
  height: 40px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .wl-modal .wl-modal-content .wl-m-close {
    width: 30px;
    height: 30px;
    line-height: 24px;
    top: -30px;
    font-size: 1.5em;
  }
}
.wl-modal .wl-modal-content .wl-modal-body {
  padding: 0;
  display: inline-block;
  width: 100%;
}
.wl-modal .wl-modal-content video {
  width: 100%;
  float: left;
}

.wl-modal-open {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.wl-modal-lg .wl-modal-content {
  max-width: 800px;
}
@media (max-width: 991px) {
  .wl-modal-lg .wl-modal-content {
    max-width: 80%;
    top: 25%;
  }
}

.pricesummarydetail .totalform .product-total {
  color: #873d89;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pricesummarydetail .totalform .product-total .row > div:nth-child(1) {
    width: 70%;
    display: flex;
    align-items: center;
  }
  .pricesummarydetail .totalform .product-total .row > div:nth-child(2) {
    width: 30%;
  }
  .pricesummarydetail .totalform .product-total .row p, .pricesummarydetail .totalform .product-total .row span {
    font-size: 20px;
    margin: 0;
  }
}
@media (max-width: 479px) {
  .pricesummarydetail .totalform .product-total .row > div:nth-child(1) {
    width: 60%;
  }
  .pricesummarydetail .totalform .product-total .row > div:nth-child(2) {
    width: 40%;
  }
  .pricesummarydetail .totalform .product-total .row p, .pricesummarydetail .totalform .product-total .row span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pricesummarydetail .totalform .product-details .row > div:nth-child(1) {
    width: 70%;
    align-items: center;
    display: flex;
  }
  .pricesummarydetail .totalform .product-details .row > div:nth-child(2) {
    width: 30%;
  }
  .pricesummarydetail .totalform .product-details .row p, .pricesummarydetail .totalform .product-details .row span {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .pricesummarydetail .totalform .product-details .row > div:nth-child(1) {
    width: 60%;
  }
  .pricesummarydetail .totalform .product-details .row > div:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .pricesummarydetail .totalform .product-details p {
    margin-bottom: 0;
    font-size: 15px;
  }
}

.thankyou-journey .journey-heading .btn-journey a:hover {
  background: #873d89;
}

/* Corporarte Gifting */
.donationbox-whatget.shgifting:before {
  display: none;
}

.donationbox-step-title.how-box-title .sec-hd {
  color: #edaa51;
}

.donationbox-step.how-to-start.corpo {
  background: #d8931a;
  color: #fff;
}
.donationbox-step.how-to-start.corpo .map-test {
  color: #000;
}
.donationbox-step.how-to-start.corpo .setpall .strip-btn a {
  background: #10a84b;
}
.donationbox-step.how-to-start.corpo .setpall .strip-btn a:hover {
  background: #f5c819;
}

/* Dashboard main page */
.profile-boxes.dash.new {
  margin: 100px 100px 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 1399px) {
  .profile-boxes.dash.new {
    margin: 100px 100px 40px;
  }
}
@media (max-width: 767px) {
  .profile-boxes.dash.new {
    margin: 60px 10px 40px;
  }
}
.profile-boxes.dash.new:before {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../../images/star-green.svg) no-repeat center center #f3ce2c;
  background-size: calc(100% - 20px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -170px;
  z-index: 1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-animation: rotating 2s ease-in-out 0.3s backwards;
          animation: rotating 2s ease-in-out 0.3s backwards;
}
@media (max-width: 767px) {
  .profile-boxes.dash.new:before {
    display: none;
  }
}
.profile-boxes.dash.new:after {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../../images/star-green.svg) no-repeat center center #f3ce2c;
  background-size: calc(100% - 20px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -173px;
  z-index: 1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-animation: rotating 2s ease-in-out 0.3s backwards;
          animation: rotating 2s ease-in-out 0.3s backwards;
}
@media (max-width: 767px) {
  .profile-boxes.dash.new:after {
    display: none;
  }
}
.profile-boxes.dash.new .memberbox {
  background-color: #7d2242;
  margin: 0px 0 50px 0;
  border-radius: 20px;
  padding: 50px 0 50px 0;
}
.profile-boxes.dash.new .profilebox {
  background-color: #d24182;
  border-radius: 20px;
  padding-top: 100px;
}
.profile-boxes.dash.new .orderbox {
  background-color: #4b987e;
  margin: 0px 0 50px 0;
  border-radius: 20px;
  padding: 50px 0 50px 0;
}
.profile-boxes.dash.new h3 {
  color: white;
  font-size: 60px;
  font-family: "SHREE-ENG-0487";
  min-height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1399px) {
  .profile-boxes.dash.new h3 {
    font-size: 40px;
    min-height: 106px;
  }
}
@media (max-width: 991px) {
  .profile-boxes.dash.new h3 {
    font-size: 30px;
    min-height: 80px;
  }
}
@media (max-width: 991px) {
  .profile-boxes.dash.new h3 {
    font-size: 26px;
    min-height: 70px;
  }
}
.profile-boxes.dash.new img {
  width: 30%;
  margin: 10px auto 20px;
}
.profile-boxes.dash.new button {
  border: none;
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  color: green;
  text-transform: uppercase;
  transition: 0.3s;
  width: 100%;
  min-width: 327px;
}
.profile-boxes.dash.new button:hover {
  background: #f6d12f;
}
@media (max-width: 1399px) {
  .profile-boxes.dash.new button {
    font-size: 22px;
  }
}
@media (max-width: 1299px) {
  .profile-boxes.dash.new button {
    min-width: 275px;
  }
}
@media (max-width: 1199px) {
  .profile-boxes.dash.new button {
    font-size: 18px;
    min-width: 205px;
  }
}
@media (max-width: 991px) {
  .profile-boxes.dash.new button {
    font-size: 12px;
    min-width: 146px;
  }
}
@media (max-width: 767px) {
  .profile-boxes.dash.new button {
    font-size: 13px;
    padding: 8px 5px;
    min-width: 156px;
  }
}
@media (max-width: 399px) {
  .profile-boxes.dash.new button {
    min-width: 126px;
  }
}
.profile-boxes.dash.new .leaf {
  padding: 40px 20px 50px;
  width: 100%;
  position: relative;
  z-index: 0;
  transition: 0.3s;
  height: 100%;
}
.profile-boxes.dash.new .leaf::after {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 20px;
  background: url(../../images/bottom-design.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 20px;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .profile-boxes.dash.new .leaf::after {
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .profile-boxes.dash.new .leaf {
    padding: 50px 10px 30px;
  }
}
@media (max-width: 767px) {
  .profile-boxes.dash.new .leaf {
    padding: 20px 10px 20px;
  }
}
.profile-boxes.dash.new .memberbox::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.profile-boxes.dash.new .button-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0 30px;
}
@media (max-width: 767px) {
  .profile-boxes.dash.new .button-center {
    padding: 65px 0 15px;
  }
}
.profile-boxes.dash.new .button-center .strip-btn {
  font-size: 23px;
  background: #1AA94A;
  border-radius: 30px;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  min-width: 320px;
}
.profile-boxes.dash.new .button-center .strip-btn:hover {
  background: #d13f81;
}
@media (max-width: 991px) {
  .profile-boxes.dash.new .button-center .strip-btn {
    font-size: 18px;
    min-width: 180px;
  }
}
.profile-boxes.dash.new input {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}
.profile-boxes.dash.new .selector {
  display: grid;
  grid-template-areas: "happy lovers new" "pick  pick  pick";
}
@media (max-width: 767px) {
  .profile-boxes.dash.new .selector {
    justify-content: center;
  }
}
.profile-boxes.dash.new label {
  display: block;
  cursor: pointer;
  border-radius: 40px;
}
.profile-boxes.dash.new .happy-card, .profile-boxes.dash.new .lovers-card, .profile-boxes.dash.new .new-card {
  position: relative;
  width: 100%;
  padding: 0px;
  color: #586875;
  background-color: #f4f7f7;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 575px) {
  .profile-boxes.dash.new .happy-card, .profile-boxes.dash.new .lovers-card, .profile-boxes.dash.new .new-card {
    width: 190px;
  }
}
@media (max-width: 560px) {
  .profile-boxes.dash.new .happy-card, .profile-boxes.dash.new .lovers-card, .profile-boxes.dash.new .new-card {
    width: 210px;
  }
}
@media (max-width: 479px) {
  .profile-boxes.dash.new .happy-card, .profile-boxes.dash.new .lovers-card, .profile-boxes.dash.new .new-card {
    width: 195px;
  }
}
@media (max-width: 414px) {
  .profile-boxes.dash.new .happy-card, .profile-boxes.dash.new .lovers-card, .profile-boxes.dash.new .new-card {
    width: 175px;
  }
}
@media (max-width: 399px) {
  .profile-boxes.dash.new .happy-card, .profile-boxes.dash.new .lovers-card, .profile-boxes.dash.new .new-card {
    width: 155px;
  }
}
.profile-boxes.dash.new .happy-card {
  grid-area: happy;
  margin-right: -10px;
  --swing: -25px;
  --overlap: 25px;
}
@media (max-width: 560px) {
  .profile-boxes.dash.new .happy-card {
    margin-right: -85px;
  }
}
@media (max-width: 479px) {
  .profile-boxes.dash.new .happy-card {
    margin-right: 0;
  }
}
.profile-boxes.dash.new .lovers-card {
  grid-area: lovers;
  margin-left: -10px;
  --swing: 25px;
  --overlap: -5px;
}
@media (max-width: 560px) {
  .profile-boxes.dash.new .lovers-card {
    margin-left: -85px;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .profile-boxes.dash.new .lovers-card {
    margin-left: -50px;
  }
}
.profile-boxes.dash.new .new-card {
  grid-area: new;
  margin-left: -20px;
  --swing: 25px;
  --overlap: -25px;
}
@media (max-width: 560px) {
  .profile-boxes.dash.new .new-card {
    margin-left: -85px;
  }
}
@media (max-width: 479px) {
  .profile-boxes.dash.new .new-card {
    margin-left: -60px;
  }
}
.profile-boxes.dash.new #happy-radio:checked ~ .selector .happy-card,
.profile-boxes.dash.new #lovers-radio:checked ~ .selector .lovers-card,
.profile-boxes.dash.new #new-radio:checked ~ .selector .new-card {
  -webkit-animation-name: swing-forwards;
          animation-name: swing-forwards;
}
@-webkit-keyframes swing-forwards {
  0% {
    z-index: 1;
    transform: scale(0.9);
  }
  50% {
    transform: translateX(var(--swing));
  }
  100% {
    z-index: 2;
    transform: translateX(var(--overlap)) scale(1.1);
  }
}
@keyframes swing-forwards {
  0% {
    z-index: 1;
    transform: scale(0.9);
  }
  50% {
    transform: translateX(var(--swing));
  }
  100% {
    z-index: 2;
    transform: translateX(var(--overlap)) scale(1.1);
  }
}
.profile-boxes.dash.new #happy-radio:checked ~ .selector .lovers-card,
.profile-boxes.dash.new #happy-radio:checked ~ .selector .new-card,
.profile-boxes.dash.new #lovers-radio:checked ~ .selector .happy-card,
.profile-boxes.dash.new #lovers-radio:checked ~ .selector .new-card,
.profile-boxes.dash.new #new-radio:checked ~ .selector .lovers-card,
.profile-boxes.dash.new #new-radio:checked ~ .selector .happy-card {
  -webkit-animation-name: swing-backwards;
          animation-name: swing-backwards;
}
@-webkit-keyframes swing-backwards {
  0% {
    z-index: 2;
    transform: translateX(var(--overlap)) scale(1.1);
  }
  50% {
    transform: translateX(var(--swing));
  }
  100% {
    z-index: 1;
    transform: scale(0.9);
  }
}
@keyframes swing-backwards {
  0% {
    z-index: 2;
    transform: translateX(var(--overlap)) scale(1.1);
  }
  50% {
    transform: translateX(var(--swing));
  }
  100% {
    z-index: 1;
    transform: scale(0.9);
  }
}
.profile-boxes.dash.new #happy-radio:checked ~ .selector .happy-pick {
  display: none;
}
.profile-boxes.dash.new #lovers-radio:checked ~ .selector .lovers-pick {
  display: none;
}
@media (max-width: 767px) {
  .profile-boxes.dash.new .container {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    max-width: 100%;
  }
}

.new-feature {
  text-align: center;
}
@media (max-width: 991px) {
  .new-feature {
    padding-bottom: 40px;
  }
}
.new-feature h2 {
  color: #d24182;
  font-weight: 600;
  font-size: 50px;
  font-family: "SHREE-ENG-0487";
}
@media (max-width: 1399px) {
  .new-feature h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .new-feature h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .new-feature h2 {
    font-size: 27px;
  }
}
.new-feature .form-details.dash {
  display: flex;
  padding: 80px 40px 60px 40px;
  border: 2px solid #873d89;
  margin-top: 55px;
  position: relative;
  border-radius: 20px;
  z-index: 0;
}
@media (max-width: 767px) {
  .new-feature .form-details.dash {
    padding: 60px 20px 40px 20px;
    margin-top: 45px;
  }
}
.new-feature .form-details.dash:before {
  position: absolute;
  content: "";
  background: url(../../images/form-icon.png);
  background-repeat: no-repeat;
  width: 112px;
  height: 112px;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .new-feature .form-details.dash:before {
    background-size: cover;
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .new-feature .form-details.dash:before {
    width: 60px;
    height: 60px;
    top: -30px;
  }
}
.new-feature .form-details.dash .form-group {
  margin-bottom: 25px;
  text-align: left;
}
.new-feature .form-details.dash .form-group label {
  display: inline-block;
  color: #873d89;
  font-weight: 600;
  font-family: "AinslieSans-NorReg";
  font-size: 28px;
  font-weight: 600;
  width: 25%;
  vertical-align: middle;
}
@media (max-width: 1399px) {
  .new-feature .form-details.dash .form-group label {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .new-feature .form-details.dash .form-group label {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .new-feature .form-details.dash .form-group label {
    font-size: 14px;
    width: 27%;
  }
}
@media (max-width: 767px) {
  .new-feature .form-details.dash .form-group label {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-feature .form-details.dash .form-group label {
    font-size: 14px;
    width: 34%;
  }
}
.new-feature .form-details.dash .form-group .form-control {
  width: 70%;
  border-radius: 10px;
  border: none;
  background-color: #fbecfb;
  color: #d13f81;
  padding: 5px 15px 5px 15px;
  margin-bottom: 0;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;
}
@media (max-width: 1399px) {
  .new-feature .form-details.dash .form-group .form-control {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .new-feature .form-details.dash .form-group .form-control {
    border-radius: 5px;
    padding: 0px 15px 0px 15px;
  }
}
@media (max-width: 479px) {
  .new-feature .form-details.dash .form-group .form-control {
    width: 63%;
  }
}
.new-feature .form-details.dash .form-btn {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .new-feature .form-details.dash .form-btn {
    margin-top: 15px;
  }
}
.new-feature .form-details.dash .btn-effect {
  border: none;
  border-radius: 50px;
  padding: 10px 100px 10px 100px;
  background-color: #873d89;
  color: white;
  text-transform: uppercase;
  transition: 0.3s;
}
.new-feature .form-details.dash .btn-effect:hover {
  background: #1AA94A;
}
@media (max-width: 991px) {
  .new-feature .form-details.dash .btn-effect {
    padding: 10px 60px 10px 60px;
    font-size: 18px;
  }
}
.new-feature .form-stripe {
  display: flex;
  position: relative;
}
.new-feature .form-stripe::before, .new-feature .form-stripe::after {
  position: absolute;
  content: "";
  background: #f6d12f;
  height: 80px;
  width: 100%;
  top: 70%;
  left: auto;
  right: 100%;
  transform: translateY(-70%);
}
@media (max-width: 767px) {
  .new-feature .form-stripe::before, .new-feature .form-stripe::after {
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.new-feature .form-stripe:after {
  left: 100%;
  right: auto;
}

/* Product Slider CSS */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active {
  display: block;
  left: 0;
}
.carousel-inner > .next {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
}
.carousel-inner > .prev {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: -100%;
}
.carousel-inner > .next.left {
  left: 0;
}
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}

.carousel-control {
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
}
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  right: 50%;
  margin-right: -10px;
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-next:before {
  content: "›";
}
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media all and (transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev.right {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev.right {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    margin-right: -10px;
  }
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    margin-right: -10px;
  }
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    margin-left: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.donationbox-step-title.saathi-ttl h2.sec-hd {
  color: #246fba;
}

/* My Order Detail */
.order-land-main.ord-de {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .order-land-main.ord-de {
    padding: 40px 0 0;
  }
}

.order-land-main {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .order-land-main {
    margin-top: 30px;
  }
}
.order-land-main .order-no {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .order-land-main .order-no {
    margin-bottom: 15px;
  }
}
.order-land-main .order-no p {
  margin-bottom: 0;
  font-weight: 700;
  color: #873d89;
}
.order-land-main .order-no p span {
  color: #d13f81;
}
.order-land-main .order-img {
  display: inline-block;
  width: auto;
}
.order-land-main .order-img img {
  max-width: 250px;
}
@media (max-width: 1199px) {
  .order-land-main .order-img img {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .order-land-main .order-img {
    margin-bottom: 10px;
    margin-top: 2px;
  }
}
.order-land-main .order-md .order-sub {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  width: 100%;
  color: #873d89;
  font-size: 30px;
}
@media (max-width: 1399px) {
  .order-land-main .order-md .order-sub {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .order-land-main .order-md .order-sub {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .order-land-main .order-md .order-sub {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .order-land-main .order-md .order-sub {
    line-height: 1.3;
  }
}
.order-land-main .order-md .order-sub label {
  width: 35%;
  vertical-align: top;
  font-weight: 700;
}
@media (max-width: 991px) {
  .order-land-main .order-md .order-sub label {
    width: 40%;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .order-land-main .order-md .order-sub label {
    line-height: 1;
  }
}
@media (max-width: 575px) {
  .order-land-main .order-md .order-sub label {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .order-land-main .order-md .order-sub label {
    font-size: 16px;
  }
}
.order-land-main .order-md .order-sub p {
  width: 60%;
  display: inline-block;
  font-size: 30px;
}
@media (max-width: 1399px) {
  .order-land-main .order-md .order-sub p {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .order-land-main .order-md .order-sub p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .order-land-main .order-md .order-sub p {
    width: 60%;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .order-land-main .order-md .order-sub p {
    padding-left: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .order-land-main .order-md .order-sub p {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .order-land-main .order-md .order-sub p {
    font-size: 16px;
  }
}
.order-land-main .order-md .order-sub .order-name {
  color: #d13f81;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
}
.order-land-main .order-md .order-sub .order-name span {
  font-weight: 400;
}
.order-land-main .order-md .order-sub .order-name:hover {
  color: #873d89;
}
@media (max-width: 1399px) {
  .order-land-main .order-md .order-sub .order-name {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .order-land-main .order-md .order-sub .order-name {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .order-land-main .order-md .order-sub .order-name {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .order-land-main .order-md .order-sub .order-name {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .order-land-main .order-md .order-sub .order-name {
    font-size: 18px;
    line-height: 1;
  }
}
.order-land-main .order-md .order-det label, .order-land-main .order-md .order-det p {
  width: 100%;
}
.order-land-main .order-md .order-det label {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .order-land-main .order-md .order-det label {
    margin-bottom: 5px;
  }
}
.order-land-main .order-md .order-det span.rp svg {
  top: -2px;
}
@media (max-width: 1199px) {
  .order-land-main .order-md .order-det span.rp svg {
    top: -5px;
  }
}
@media (max-width: 767px) {
  .order-land-main .order-md .order-det p {
    padding-left: 0;
  }
}
.order-land-main .order-md .order-price {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .order-land-main .order-md .order-price {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .order-land-main .order-md .order-price {
    margin-bottom: 0px;
  }
}
.order-land-main .order-md .order-price p {
  width: 100%;
  font-weight: 700;
  color: #d13f81;
}
@media (max-width: 991px) {
  .order-land-main .order-md .order-price span.rp {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 479px) {
  .order-land-main .order-md .order-price span.rp {
    width: 25px;
    height: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .order-land-main .order-md .order-price span.rp svg {
    top: 0;
  }
}
@media (max-width: 767px) {
  .order-land-main .order-md .order-price span.rp svg {
    top: -2px;
  }
}
.order-land-main .order-det-btn.my-order {
  height: auto;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .order-land-main .order-det-btn.my-order {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .order-land-main .order-det-btn.my-order {
    margin: 10px auto 0;
  }
}
.order-land-main .order-det-btn {
  display: grid;
  gap: 10px;
  width: 300px;
  height: 100%;
}
@media (max-width: 1399px) {
  .order-land-main .order-det-btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .order-land-main .order-det-btn {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .order-land-main .order-det-btn {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .order-land-main .order-det-btn {
    margin: 10px auto 0;
  }
}
.order-land-main .order-det-btn button {
  font-size: 26px;
  background: #fff;
  color: #d13f81;
  border: 1px solid #d13f81;
  border-radius: 40px;
  padding: 17px 8px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 1399px) {
  .order-land-main .order-det-btn button {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .order-land-main .order-det-btn button {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .order-land-main .order-det-btn button {
    font-size: 18px;
    padding: 12px 8px;
  }
}
@media (max-width: 767px) {
  .order-land-main .order-det-btn button {
    padding: 12px 18px;
  }
}
@media (max-width: 575px) {
  .order-land-main .order-det-btn button {
    padding: 12px 10px;
  }
}
@media (max-width: 359px) {
  .order-land-main .order-det-btn button {
    padding: 10px 10px;
    font-size: 16px;
  }
}
.order-land-main .order-det-btn button:hover {
  color: #fff;
  background: #873d89;
}

.order-info-main {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .order-info-main {
    padding: 40px 0;
  }
}
.order-info-main .order-info-box {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1060px;
  border: 4px solid #d13f81;
  border-radius: 30px;
  padding: 40px 80px;
}
@media (max-width: 991px) {
  .order-info-main .order-info-box {
    max-width: 600px;
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .order-info-main .order-info-box {
    max-width: 100%;
    padding: 30px 40px;
  }
}
@media (max-width: 479px) {
  .order-info-main .order-info-box {
    max-width: 100%;
    padding: 20px 20px;
  }
}
@media (max-width: 359px) {
  .order-info-main .order-info-box {
    padding: 20px 10px;
  }
}
.order-info-main .order-info-box .info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .order-info-main .order-info-box .info-row {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .order-info-main .order-info-box .info-row {
    font-size: 16px;
  }
}
.order-info-main .order-info-box .info-row .bold {
  font-weight: 700;
  min-width: 170px;
}
@media (max-width: 767px) {
  .order-info-main .order-info-box .info-row .bold {
    min-width: 130px;
  }
}
@media (max-width: 359px) {
  .order-info-main .order-info-box .info-row .bold {
    min-width: 130px;
  }
}
.order-info-main .order-info-box .shipping, .order-info-main .order-info-box .total {
  margin-top: 30px;
}
.order-info-main .order-info-box .total {
  font-size: 40px;
  color: #d13f81;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991px) {
  .order-info-main .order-info-box .total {
    font-size: 30px;
  }
}
@media (max-width: 359px) {
  .order-info-main .order-info-box .total {
    font-size: 26px;
  }
}
.order-info-main .order-info-box .total span.rp {
  width: 40px;
  height: 40px;
}
@media (max-width: 579px) {
  .order-info-main .order-info-box .total span.rp {
    width: 35px;
    height: 25px;
  }
}
.order-info-main .order-info-box h2 {
  font-size: 40px;
  color: #d13f81;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .order-info-main .order-info-box h2 {
    font-size: 30px;
  }
}
@media (max-width: 359px) {
  .order-info-main .order-info-box h2 {
    font-size: 26px;
  }
}

.order-head-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #d13f81;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .order-head-btn {
    margin-bottom: 0;
  }
}
.order-head-btn a {
  display: flex;
  align-content: center;
  align-items: center;
  color: #000;
  font-size: 22px;
}
@media (max-width: 767px) {
  .order-head-btn a {
    font-size: 20px;
  }
}
.order-head-btn a:hover {
  color: #873d89;
}
.order-head-btn a span {
  width: 28px;
  height: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.order-head-btn a span svg {
  float: left;
  width: 100%;
  position: absolute;
  fill: #d13f81;
  transition: 0.3s;
}
@media (max-width: 359px) {
  .order-head-btn a span {
    width: 20px;
  }
}
@media (max-width: 479px) {
  .order-head-btn a {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .order-head-btn a {
    font-size: 16px;
  }
}

.order-details .order-body-main:nth-child(2n)::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background: #fcedfc;
  height: 100%;
  width: 2000px;
  z-index: -1;
  left: -30%;
  right: auto;
}
.order-details .order-body-main {
  position: relative;
  z-index: 0;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .order-details .order-body-main {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .order-details .m-half .row > div:nth-child(1) {
    flex: 0 0 auto;
    width: 40%;
  }
  .order-details .m-half .row > div:nth-child(2) {
    flex: 0 0 auto;
    width: 60%;
  }
}

.end-of-order {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #d13f81;
  padding: 20px 0;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .end-of-order {
    padding: 15px 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .end-of-order {
    padding: 10px 0;
    margin-top: 30px;
  }
}
.end-of-order p {
  margin: 0;
  color: #fff;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .end-of-order p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .end-of-order p {
    font-size: 24px;
  }
}

span.rp {
  width: 35px;
  height: 30px;
  float: left;
  position: relative;
  margin-left: -10px;
}
@media (max-width: 479px) {
  span.rp {
    width: 28px;
    height: 24px;
  }
}
span.rp svg {
  float: left;
  width: 100%;
  fill: #d13f81;
  position: absolute;
  top: 2px;
}
@media (max-width: 991px) {
  span.rp svg {
    top: -3px;
  }
}
@media (max-width: 479px) {
  span.rp svg {
    top: -1px;
  }
}

.home-shopfor.order-slider {
  padding: 60px 0 140px;
}
@media (max-width: 991px) {
  .home-shopfor.order-slider {
    padding: 40px 0;
  }
}
.home-shopfor.order-slider .owl-nav {
  display: none !important;
}
@media (max-width: 767px) {
  .home-shopfor.order-slider .owl-nav {
    display: flex !important;
    top: 30%;
    left: -15px;
    right: -15px;
  }
}
@media (max-width: 767px) {
  .home-shopfor.order-slider .owl-nav {
    left: -20px;
    right: -20px;
  }
}
@media (max-width: 359px) {
  .home-shopfor.order-slider .owl-nav button {
    width: 15px;
  }
}
.home-shopfor.order-slider .sec-hd {
  color: #fff;
}

/* My Order Landing */
.order-sub.rps span.rp svg {
  fill: #873d89;
  top: -3px;
}
@media (max-width: 1399px) {
  .order-sub.rps span.rp svg {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .order-sub.rps span.rp svg {
    top: -5px;
  }
}
@media (max-width: 479px) {
  .order-sub.rps span.rp svg {
    top: -3px;
  }
}

.order-land .shopfor-carousel .shopfor h3::after {
  display: none;
}

.order-sub .order-name {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .order-sub p {
    padding-left: 15px;
  }
}

/*  My Order Whishlist */
.order-land-main.w-list {
  padding: 60px 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .order-land-main.w-list {
    padding: 40px 0;
  }
}
.order-land-main.w-list .order-img {
  width: 100%;
}
@media (max-width: 575px) {
  .order-land-main.w-list .order-img {
    margin-bottom: 0;
  }
}
.order-land-main.w-list .order-img img {
  max-width: 100%;
}
.order-land-main.w-list .order-img a::after {
  display: none;
}
@media (max-width: 991px) {
  .order-land-main.w-list .order-img a {
    margin-bottom: 0;
  }
}
.order-land-main.w-list .order-sub {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .order-land-main.w-list .order-sub {
    margin-top: 0;
  }
}
.order-land-main.w-list .order-sub .order-name::after {
  display: none;
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-sub .order-name {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .order-land-main.w-list .order-sub .order-name {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .order-land-main.w-list .order-sub .order-name {
    font-size: 22px;
  }
}
@media (max-width: 359px) {
  .order-land-main.w-list .order-sub .order-name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-sub .order-det p {
    padding-left: 0;
  }
}
.order-land-main.w-list .order-det-btn.my-order {
  display: flex;
  width: 100%;
  margin-top: 0;
}
@media (max-width: 991px) {
  .order-land-main.w-list .order-det-btn.my-order {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-det-btn.my-order {
    margin-top: 20px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-det-btn.my-order {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .order-land-main.w-list .order-det-btn.my-order {
    display: grid;
    max-width: 210px;
    margin: 15px auto 0;
  }
}
.order-land-main.w-list .order-det-btn.my-order button {
  min-width: 250px;
}
@media (max-width: 991px) {
  .order-land-main.w-list .order-det-btn.my-order button {
    min-width: 210px;
  }
}
@media (max-width: 991px) {
  .order-land-main.w-list .order-det-btn.my-order button {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-det-btn.my-order button {
    padding: 12px 18px;
    min-width: auto;
  }
}
@media (max-width: 479px) {
  .order-land-main.w-list .order-det-btn.my-order button {
    padding: 12px 10px;
  }
}
@media (max-width: 359px) {
  .order-land-main.w-list .order-det-btn.my-order button {
    padding: 12px 6px;
    font-size: 16px;
  }
}
.order-land-main.w-list .order-det-btn.my-order button#to-cart {
  background: #d13f81;
  color: #fff;
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-det-btn.my-order button#to-cart {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .order-land-main.w-list .order-det-btn.my-order button#to-cart {
    margin-top: 0px;
    margin-left: 0;
  }
}
.order-land-main.w-list .order-det-btn.my-order button#to-cart[disabled] {
  opacity: 0.7;
}
@media (max-width: 575px) {
  .order-land-main.w-list .order-det-btn.my-order button + button {
    margin-left: 10px;
  }
}
@media (max-width: 359px) {
  .order-land-main.w-list .order-det-btn.my-order button + button {
    margin-left: 5px;
  }
}
.order-land-main.w-list .order-sub .order-name {
  color: #873d89;
}
.order-land-main.w-list .order-sub .order-name:hover {
  color: #d13f81;
}
@media (max-width: 1199px) {
  .order-land-main.w-list .order-sub .order-name {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-sub .order-name {
    text-align: left;
  }
}
.order-land-main.w-list a, .order-land-main.w-list p {
  -webkit-animation: none;
          animation: none;
  text-align: left;
}
.order-land-main.w-list .order-price p {
  color: #000;
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-price p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-price p {
    font-size: 18px;
  }
}
.order-land-main.w-list .order-price span.rp svg {
  top: 0;
  fill: #000;
}
@media (max-width: 1399px) {
  .order-land-main.w-list .order-price span.rp svg {
    top: -4px;
  }
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-price {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-price.desk, .order-land-main.w-list .out-stock.desk {
    display: none;
  }
  .order-land-main.w-list .order-price.mob {
    display: inline;
  }
  .order-land-main.w-list .order-price.mob p {
    width: auto;
    display: inline-block;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .order-land-main.w-list .order-price.mob p {
    font-size: 18px;
  }
  .order-land-main.w-list .order-price.mob p span.rp {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .order-land-main.w-list .out-stock.mob {
    display: inline-block;
    margin-bottom: 5px;
  }
}
.order-land-main.w-list .order-img.out-of-stock a.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.order-land-main.w-list::after {
  top: 40%;
}
@media (max-width: 991px) {
  .order-land-main.w-list::after {
    width: 50px;
    height: 50px;
  }
}
.order-land-main.w-list::before {
  content: "";
  position: absolute;
  left: 100px;
  top: 65%;
  height: 150px;
  width: 150px;
  background: url("../../images/star.svg");
  background-size: 100%;
  transform: rotate(var(--rotateVal));
}
.order-land-main.w-list .out-stock {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .order-land-main.w-list .out-stock {
    font-size: 20px;
  }
}
.order-land-main.w-list .out-stock p {
  font-size: 30px;
  color: #ed1c24;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1399px) {
  .order-land-main.w-list .out-stock p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .order-land-main.w-list .out-stock p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .order-land-main.w-list .out-stock p {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .order-land-main.w-list .out-stock p {
    font-size: 16px;
  }
}
.order-land-main.w-list .sec-hd {
  color: #ce3f80;
}
.order-land-main.w-list .order-price.mob, .order-land-main.w-list .out-stock.mob {
  display: none;
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-price.mob, .order-land-main.w-list .out-stock.mob {
    display: inline;
  }
}
.order-land-main.w-list .order-head-btn a {
  display: flex;
  align-content: center;
  align-items: center;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.order-land-main.w-list .order-head-btn a:hover {
  color: #873d89;
}
.order-land-main.w-list .order-head-btn a::after {
  display: none;
}
.order-land-main.w-list .order-head-btn a em {
  font-style: normal;
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-head-btn a {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .order-land-main.w-list .order-head-btn a {
    width: auto;
  }
}
@media (max-width: 479px) {
  .order-land-main.w-list .order-head-btn a {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .order-land-main.w-list .order-head-btn a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .order-land-main.w-list .order-head-btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 359px) {
  .order-land-main.w-list .order-head-btn {
    font-size: 16px;
  }
}
.order-land-main.w-list .order-details-main .order-body-main {
  position: relative;
  z-index: 0;
  padding: 30px 0;
}
@media (max-width: 575px) {
  .order-land-main.w-list .m-half .row > div:nth-child(1) {
    flex: 0 0 auto;
    width: 40%;
  }
  .order-land-main.w-list .m-half .row > div:nth-child(2) {
    flex: 0 0 auto;
    width: 60%;
  }
}
.order-land-main.w-list::before {
  display: none;
}
@media (max-width: 767px) {
  .order-land-main.w-list a {
    text-align: left;
  }
}

/* Calculator Page */
.order-land-main.w-list.cal-hd {
  padding-bottom: 0;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-model-main .custom-model-inner {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 1100px;
  margin: 0px auto;
  max-width: 97%;
}
.custom-model-main .custom-model-inner .custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #d24182;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 30px 20px;
  box-sizing: border-box;
  max-height: calc(100vh + 50px);
  overflow-y: auto;
  border-top-right-radius: 0;
}
@media (max-width: 479px) {
  .custom-model-main .custom-model-inner .custom-model-wrap {
    padding: 20px 20px;
  }
}
.custom-model-main .custom-model-inner .custom-model-wrap::before, .custom-model-main .custom-model-inner .custom-model-wrap::after {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 20px;
  background: url(../../images/bottom-design.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-repeat: repeat-x;
  left: 0;
  bottom: 10px;
  right: 0;
  margin: 0 auto;
}
.custom-model-main .custom-model-inner .custom-model-wrap::after {
  bottom: auto;
  top: 10px;
  transform: rotateX(180deg);
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-sec {
  display: block;
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .custom-model-main .custom-model-inner .custom-model-wrap .pop-sec {
    max-width: 308px;
  }
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-sec ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-sec ul li {
  color: #fff;
  line-height: 1.2;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .custom-model-main .custom-model-inner .custom-model-wrap .pop-sec ul li {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .custom-model-main .custom-model-inner .custom-model-wrap .pop-sec ul li {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .custom-model-main .custom-model-inner .custom-model-wrap .pop-sec ul li {
    line-height: 1;
    font-size: 16px;
  }
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-sec ul li b {
  font-weight: bold;
}
.custom-model-main .custom-model-inner .custom-model-wrap .pop-sec ul li + li {
  margin-top: 10px;
}
@media (max-width: 479px) {
  .custom-model-main .custom-model-inner .custom-model-wrap .pop-sec ul li + li {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .custom-model-main .custom-model-inner .custom-model-wrap .pop-sec ul {
    margin-top: 10px;
  }
}
.custom-model-main .custom-model-inner .custom-model-wrap h2 {
  text-align: center;
  font-family: "SHREE-ENG-0487";
  font-size: 35px;
  color: #fff;
  margin: 20px 0;
}
@media (max-width: 479px) {
  .custom-model-main .custom-model-inner .custom-model-wrap h2 {
    font-size: 26px;
  }
}
.custom-model-main .custom-model-inner .cross-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: #d24182;
  top: -29px;
  right: 0;
  z-index: 1;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.custom-model-main .custom-model-inner .cross-btn::before, .custom-model-main .custom-model-inner .cross-btn::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
.custom-model-main .custom-model-inner .cross-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.custom-model-main .bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: background 0.15s linear;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.model-open .custom-model-inner {
  top: 53%;
  transform: translateY(-50%);
  position: relative;
  z-index: 999;
}
@media (max-width: 991px) {
  .model-open .custom-model-inner {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .model-open .custom-model-inner {
    top: 50%;
  }
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.calc-work {
  margin: 50px 0px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 767px) {
  .calc-work {
    margin: 20px 0px 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}
.calc-work h1 {
  color: #d24182;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 45px;
}
@media (max-width: 1399px) {
  .calc-work h1 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .calc-work h1 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .calc-work h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .calc-work h1 {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.calc-work a {
  background-color: #873d89;
  color: white;
  border-radius: 50px;
  border: none;
  padding: 10px 160px;
  font-size: 30px;
  text-transform: uppercase;
  transition: 0.3s;
}
.calc-work a:hover {
  background: #d24182;
}
@media (max-width: 1399px) {
  .calc-work a {
    padding: 10px 110px;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .calc-work a {
    padding: 8px 60px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .calc-work a {
    display: inline-block;
    padding: 10px 85px;
    font-size: 20px;
  }
}

.calc {
  margin: 50px 0 0;
  padding: 50px 0;
  background-color: #d24182;
  color: white;
}
@media (max-width: 767px) {
  .calc {
    margin: 40px 0 0;
    padding: 30px 0;
  }
}
.calc h1 {
  text-align: center;
  font-family: "SHREE-ENG-0487";
  font-size: 45px;
}
@media (max-width: 1199px) {
  .calc h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .calc h1 {
    font-size: 32px;
  }
}
.calc .calc-inner {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .calc .calc-inner {
    margin-top: 30px;
  }
}
.calc .n-fiels {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.calc .n-fiels input {
  width: 70px;
  height: 40px;
  color: #d24182;
  border-radius: 10px;
  border: none;
  background-color: #f6d12f;
  font-weight: 600;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 1399px) {
  .calc .n-fiels input {
    width: 60px;
    padding: 0 5px;
  }
}
@media (max-width: 1199px) {
  .calc .n-fiels input {
    width: 50px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .calc .n-fiels input {
    width: 37px;
  }
}
@media (max-width: 767px) {
  .calc .n-fiels input {
    font-size: 16px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .calc .n-fiels input {
    width: 36px;
    padding: 0 2px;
  }
}
@media (max-width: 479px) {
  .calc .n-fiels input {
    width: 30px;
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .calc .n-fiels input {
    width: 24px;
  }
}
.calc .n-fiels #total {
  width: 90px;
}
@media (max-width: 1199px) {
  .calc .n-fiels #total {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .calc .n-fiels #total {
    width: 60px;
  }
}
@media (max-width: 479px) {
  .calc .n-fiels #total {
    width: 45px;
  }
}
@media (max-width: 359px) {
  .calc .n-fiels #total {
    width: 35px;
  }
}
.calc .n-fiels + span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 25px;
}
@media (max-width: 1199px) {
  .calc .n-fiels label {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .calc .n-fiels label {
    font-size: 16px;
  }
}
.calc .calc-left {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
}
@media (max-width: 1399px) {
  .calc .calc-left {
    margin-top: 9px;
  }
}
@media (max-width: 1199px) {
  .calc .calc-left {
    margin-top: 18px;
  }
}
@media (max-width: 991px) {
  .calc .calc-left {
    margin-top: 29px;
  }
}
@media (max-width: 767px) {
  .calc .calc-left {
    max-width: 360px;
    margin: 0 auto 30px;
    display: block;
  }
}
@media (max-width: 479px) {
  .calc .calc-left {
    margin: 0 auto 20px;
  }
}
.calc .calc-left img {
  border-radius: 20px;
}
.calc .calc-left input {
  height: 40px;
  color: #d24182;
  border-radius: 10px;
  border: none;
  background-color: #f6d12f;
  font-weight: 600;
}
.calc .calc-left input[type=text] {
  width: 100%;
  font-weight: 400;
  padding: 0 10px;
}
.calc .calc-left select {
  width: 100%;
  font-weight: 400;
  padding: 0 10px;
  padding-right: 45px;
  height: 40px;
  color: #d24182;
  border-radius: 10px;
  border: none;
  background-color: #f6d12f;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .calc .calc-left select {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .calc .calc-left select {
    font-size: 16px;
  }
}
.calc .calc-left .sel {
  display: inline-block;
  width: 100%;
  position: relative;
}
.calc .calc-left .sel::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 22px solid #d24182;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (max-width: 767px) {
  .calc .calc-left .sel::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #d24182;
  }
}
@media (max-width: 575px) {
  .calc .calc-left .sel::before {
    top: 60%;
    transform: translateY(-60%);
  }
}
.calc .calc-left .row > div {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .calc .calc-left .row > div:nth-child(1) {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .calc .calc-left .row > div:nth-child(1) {
    padding: 0 15px;
  }
}
@media (max-width: 479px) {
  .calc .calc-left .row > div:nth-child(1) {
    padding: 0 calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 767px) {
  .calc .calc-right {
    max-width: 460px;
    margin: 0 auto 30px;
    display: block;
  }
}
@media (max-width: 575px) {
  .calc .calc-right {
    max-width: 440px;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .calc .calc-right {
    font-size: 0;
  }
}
.calc .calc-add {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.calc .calc-add p {
  display: inline-block;
  font-size: 40px;
  margin: 0;
  cursor: pointer;
  transition: 0.3s;
}
.calc .calc-add p:hover {
  color: #f6d12f;
}
.calc .calc-add p:hover span {
  background: #f6d12f;
}
.calc .calc-add p:hover span::after, .calc .calc-add p:hover span::before {
  background: #d24182;
}
@media (max-width: 1299px) {
  .calc .calc-add p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .calc .calc-add p {
    text-align: center;
    width: 100%;
    font-size: 26px;
  }
}
.calc .calc-add p span {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.calc .calc-add p span::before {
  position: absolute;
  content: "";
  background: #873d89;
  width: 20px;
  height: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.calc .calc-add p span::after {
  position: absolute;
  content: "";
  background: #873d89;
  width: 4px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.congrats {
  padding: 60px 0;
  text-align: center;
  color: #d24182;
  font-family: "SHREE-ENG-0487";
  background-image: url(../../images/congrats-bg.png);
  position: relative;
  z-index: 0;
}
.congrats #confetti {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .congrats {
    padding: 40px 0;
  }
}
.congrats h1 {
  font-size: 80px;
  margin: 0;
}
@media (max-width: 1399px) {
  .congrats h1 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .congrats h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .congrats h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .congrats h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .congrats h1 {
    font-size: 30px;
  }
}
@media (max-width: 359px) {
  .congrats h1 {
    font-size: 26px;
  }
}
.congrats p {
  font-size: 70px;
  margin: 0;
}
@media (max-width: 1399px) {
  .congrats p {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .congrats p {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .congrats p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .congrats p {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .congrats p {
    font-size: 20px;
  }
}

.magic-section.calc-m {
  position: relative;
  background: rgba(255, 232, 236, 0.9098039216);
}
.leaders-page {
  background-color: rgba(255, 232, 236, 0.9098039216);
  text-align: center;
  padding: 70px 0 150px;
}
@media (max-width: 1199px) {
  .leaders-page {
    padding: 20px 0 120px;
  }
}
@media (max-width: 991px) {
  .leaders-page {
    padding: 0px 0 60px;
  }
}
.leaders-page h3 {
  font-size: 45px;
  font-family: "SHREE-ENG-0487";
  color: #d24182;
}
@media (max-width: 1199px) {
  .leaders-page h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .leaders-page h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 32px;
  }
}
.leaders-page ul.nav-tabs {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  border: 0;
}
.leaders-page ul.nav-tabs li {
  width: 31.33%;
}
.leaders-page ul.nav-tabs li button.nav-link {
  border-radius: 50px;
  color: white;
  background-color: #873d89;
  padding: 20px;
  display: inline-block;
  line-height: 1;
  font-size: 21px;
  width: 100%;
  margin-top: 30px;
  transition: 0.3s;
}
.leaders-page ul.nav-tabs li button.nav-link:hover {
  background: #d24182;
}
@media (max-width: 1199px) {
  .leaders-page ul.nav-tabs li button.nav-link {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .leaders-page ul.nav-tabs li button.nav-link {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .leaders-page ul.nav-tabs li button.nav-link {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .leaders-page ul.nav-tabs li button.nav-link {
    max-width: 300px;
    margin: 0 auto;
    padding: 15px 20px;
  }
}
.leaders-page ul.nav-tabs li button.nav-link.active {
  background: #d24182;
}
@media (max-width: 767px) {
  .leaders-page ul.nav-tabs li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .leaders-page ul.nav-tabs {
    gap: 10px;
  }
}
.leaders-page h4, .leaders-page a.lead-b {
  border-radius: 50px;
  color: white;
  background-color: #873d89;
  padding: 20px;
  display: inline-block;
  line-height: 1;
  font-size: 21px;
  width: 100%;
  margin-top: 30px;
  transition: 0.3s;
}
.leaders-page h4:hover, .leaders-page a.lead-b:hover {
  background: #d24182;
}
@media (max-width: 1199px) {
  .leaders-page h4, .leaders-page a.lead-b {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .leaders-page h4, .leaders-page a.lead-b {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .leaders-page h4, .leaders-page a.lead-b {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .leaders-page h4, .leaders-page a.lead-b {
    max-width: 300px;
    margin: 10px auto;
    padding: 15px 20px;
  }
}
.leaders-page .leaders-inner {
  margin-top: 50px;
}
.leaders-page .leaders-inner h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  margin-top: 10px;
}
.leaders-page .leaders-inner h2::after {
  content: "";
  width: 100px;
  height: 3px;
  background: purple;
  margin: 8px auto;
  display: table;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .leaders-page .leaders-inner h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .leaders-page .leaders-inner h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .leaders-page .leaders-inner h2 {
    font-size: 19px;
  }
}
.leaders-page .leaders-inner p {
  font-size: 18px;
  margin: 0;
  -webkit-animation: slideInDown 0.6s ease-in-out 0.4s forwards;
  animation: slideInDown 0.6s ease-in-out 0.4s forwards;
}
@media (max-width: 359px) {
  .leaders-page .leaders-inner p {
    font-size: 16px;
  }
}
.leaders-page .leaders-inner a {
  display: table;
  color: #565354;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  padding: 2px 8px;
  font-weight: 600;
}
@media (max-width: 359px) {
  .leaders-page .leaders-inner a {
    font-size: 16px;
  }
}
.leaders-page .leaders-inner .purple-box {
  padding: 20px;
  background-color: #873d89;
}
.leaders-page .leaders-inner .purple-box h3 {
  background-color: yellow;
  margin-bottom: 30px;
  display: inline-block;
  padding: 4px 10px;
  line-height: 1;
  border-radius: 100%;
  color: purple;
}
@media (max-width: 767px) {
  .leaders-page .leaders-inner .purple-box h3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .leaders-page .leaders-inner .purple-box {
    padding: 10px;
  }
}
.leaders-page .leaders-inner .pink-box {
  padding: 20px;
  background-color: #d24182;
}
.leaders-page .leaders-inner .pink-box h3 {
  background-color: yellow;
  margin-bottom: 30px;
  display: inline-block;
  padding: 4px 10px;
  line-height: 1;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .leaders-page .leaders-inner .pink-box h3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .leaders-page .leaders-inner .pink-box {
    padding: 10px;
  }
}
.leaders-page .leaders-inner .green-box {
  padding: 20px;
  background-color: #2AAA8A;
}
.leaders-page .leaders-inner .green-box h3 {
  background-color: yellow;
  margin-bottom: 30px;
  display: inline-block;
  padding: 4px 10px;
  line-height: 1;
  border-radius: 100%;
  color: #2AAA8A;
}
@media (max-width: 767px) {
  .leaders-page .leaders-inner .green-box h3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .leaders-page .leaders-inner .green-box {
    padding: 10px;
  }
}
@media (max-width: 479px) {
  .leaders-page .leaders-inner .lead-r {
    width: 50%;
  }
}
.leaders-page .leaders-inner .lead-r h3 {
  display: none;
}
@media (max-width: 767px) {
  .leaders-page .leaders-inner .lead-r h3 {
    display: block;
    max-width: 40px;
    margin: 0 auto;
    background: #f6d12f;
    border-radius: 50px;
    padding-bottom: 0;
    font-size: 30px;
  }
}
@media (max-width: 359px) {
  .leaders-page .leaders-inner .lead-r h3 {
    max-width: 34px;
    font-size: 22px;
    line-height: 1.4;
  }
}
.leaders-page .leaders-inner .lead-r .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.leaders-page .leaders-inner .lead-r .tab input {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.leaders-page .leaders-inner .lead-r .tab input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
.leaders-page .leaders-inner .lead-r .tab .tab-label {
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: #565354;
  font-size: 18px;
  padding: 2px 8px;
  font-weight: 600;
}
.leaders-page .leaders-inner .lead-r .tab .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #fff;
  font-size: 16px;
  background: white;
  background: #873d89;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  .leaders-page .leaders-inner .lead-lt {
    max-width: 250px;
  }
}
@media (max-width: 479px) {
  .leaders-page .leaders-inner .lead-lt {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .leaders-page .leaders-inner > div + div {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .leaders-page .leaders-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .leaders-page .lead-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 15px;
  }
}
@media (max-width: 479px) {
  .leaders-page .lead-box {
    /* display: inline-block */
  }
}
.leaders-page .lead-box .lead-lt {
  position: relative;
}
.leaders-page .lead-box .lead-lt .wl-modal-btn.video-play-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: transparent;
  top: 50%;
  border: 0;
  width: 100px;
  height: 100px;
  padding: 0;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .leaders-page .lead-box .lead-lt .wl-modal-btn.video-play-btn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .leaders-page .lead-box .lead-lt .wl-modal-btn.video-play-btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .leaders-page .lead-box .lead-lt .wl-modal-btn.video-play-btn {
    transform: translateY(-50%);
  }
}
@media (max-width: 359px) {
  .leaders-page .lead-box .lead-lt .wl-modal-btn.video-play-btn {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .donationbox-whatget.shgifting.corpo-sh::after {
    display: none;
  }
}

.after-hd {
  margin-top: 165px !important;
}
@media (max-width: 1400px) {
  .after-hd {
    margin-top: 152px !important;
  }
}
@media (max-width: 1200px) {
  .after-hd {
    margin-top: 199px !important;
  }
}
@media (max-width: 991px) {
  .after-hd {
    margin-top: 140px !important;
  }
}
@media (max-width: 409px) {
  .after-hd {
    margin-top: 161px !important;
  }
}

.after-hd.m-top {
  margin-top: 215px !important;
}
@media (max-width: 1400px) {
  .after-hd.m-top {
    margin-top: 202px !important;
  }
}
@media (max-width: 1200px) {
  .after-hd.m-top {
    margin-top: 249px !important;
  }
}
@media (max-width: 991px) {
  .after-hd.m-top {
    margin-top: 190px !important;
  }
}
@media (max-width: 767px) {
  .after-hd.m-top {
    margin-top: 170px !important;
  }
}
@media (max-width: 409px) {
  .after-hd.m-top {
    margin-top: 191px !important;
  }
}

.profile-boxes.dash.new.after-hd.m-top {
  margin-top: 265px !important;
}
@media (max-width: 1400px) {
  .profile-boxes.dash.new.after-hd.m-top {
    margin-top: 235px !important;
  }
}
@media (max-width: 1200px) {
  .profile-boxes.dash.new.after-hd.m-top {
    margin-top: 249px !important;
  }
}
@media (max-width: 991px) {
  .profile-boxes.dash.new.after-hd.m-top {
    margin-top: 220px !important;
  }
}
@media (max-width: 767px) {
  .profile-boxes.dash.new.after-hd.m-top {
    margin-top: 210px !important;
  }
}
@media (max-width: 409px) {
  .profile-boxes.dash.new.after-hd.m-top {
    margin-top: 231px !important;
  }
}

.calc.popup {
  padding: 0;
  margin: 20px 0 0;
}
.calc.popup .calc-right .n-fiels {
  position: relative;
}
.calc.popup .calc-right .n-fiels input {
  width: 63px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1299px) {
  .calc.popup .calc-right .n-fiels input {
    width: 63px;
  }
}
@media (max-width: 1199px) {
  .calc.popup .calc-right .n-fiels input {
    width: 48px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .calc.popup .calc-right .n-fiels input {
    width: 40px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .calc.popup .calc-right .n-fiels input {
    width: 35px;
  }
}
@media (max-width: 479px) {
  .calc.popup .calc-right .n-fiels input {
    width: 28px;
    font-size: 11px;
    height: 30px;
  }
}
@media (max-width: 359px) {
  .calc.popup .calc-right .n-fiels input {
    width: 28px;
  }
}
@media (max-width: 479px) {
  .calc.popup .calc-right .n-fiels select {
    height: 30px;
  }
}
.calc.popup .calc-right .n-fiels #total {
  width: 160px;
}
@media (max-width: 991px) {
  .calc.popup .calc-right .n-fiels #total {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .calc.popup .calc-right .n-fiels #total {
    width: 50px;
  }
}
@media (max-width: 479px) {
  .calc.popup .calc-right .n-fiels #total {
    width: 60px;
  }
}
@media (max-width: 359px) {
  .calc.popup .calc-right .n-fiels #total {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .calc.popup .calc-right .n-fiels label {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .calc.popup .calc-right .n-fiels label {
    font-size: 14px;
  }
}
.calc.popup .calc-right .n-fiels em {
  position: absolute;
  background: transparent;
  width: 160px;
  left: 0;
  bottom: -89px;
  padding: 0;
  font-weight: bold;
  text-shadow: -1px 1px 0px #701342;
}
.calc.popup .calc-right .n-fiels em::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 18px;
  width: 2px;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .calc.popup .calc-right .n-fiels em::before {
    top: -14px;
  }
}
@media (max-width: 575px) {
  .calc.popup .calc-right .n-fiels em::before {
    top: -14px;
  }
}
@media (max-width: 479px) {
  .calc.popup .calc-right .n-fiels em::before {
    left: 68%;
    transform: translateX(-68%);
  }
}
@media (max-width: 359px) {
  .calc.popup .calc-right .n-fiels em::before {
    left: 70%;
    transform: translateX(-70%);
  }
}
.calc.popup .calc-right .n-fiels em::after {
  position: absolute;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  height: 10px;
  top: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .calc.popup .calc-right .n-fiels em::after {
    top: -3px;
  }
}
@media (max-width: 575px) {
  .calc.popup .calc-right .n-fiels em::after {
    top: -4px;
  }
}
@media (max-width: 479px) {
  .calc.popup .calc-right .n-fiels em::after {
    left: 70%;
    transform: translateX(-70%) rotate(45deg);
  }
}
@media (max-width: 359px) {
  .calc.popup .calc-right .n-fiels em::after {
    left: 72%;
    transform: translateX(-72%) rotate(45deg);
  }
}
@media (max-width: 991px) {
  .calc.popup .calc-right .n-fiels em {
    left: -25px;
    width: 110px;
    bottom: -70px;
  }
}
@media (max-width: 767px) {
  .calc.popup .calc-right .n-fiels em {
    left: -34px;
    font-size: 16px;
    width: 120px;
    padding: 8px 10px;
  }
}
@media (max-width: 575px) {
  .calc.popup .calc-right .n-fiels em {
    left: -25px;
    width: 100px;
    bottom: -62px;
  }
}
@media (max-width: 479px) {
  .calc.popup .calc-right .n-fiels em {
    left: -30px;
    padding-right: 0;
    width: 90px;
  }
}
@media (max-width: 359px) {
  .calc.popup .calc-right .n-fiels em {
    left: -40px;
    padding-right: 10px;
    width: 90px;
    padding-left: 0px;
  }
}
@media (max-width: 479px) {
  .calc.popup .calc-right .n-fiels + span {
    line-height: 1.2;
  }
}
@media (max-width: 359px) {
  .calc.popup .calc-right .n-fiels + span {
    font-size: 18px;
    line-height: 1.6;
  }
}
.calc.popup .calc-left {
  margin-top: 23px;
}
@media (max-width: 1199px) {
  .calc.popup .calc-left {
    margin-top: 29px;
  }
}
@media (max-width: 991px) {
  .calc.popup .calc-left {
    display: block;
    margin: 29px auto 0;
    max-width: 324px;
  }
}
@media (max-width: 767px) {
  .calc.popup .calc-left {
    margin: 20px auto 0;
  }
}
@media (max-width: 479px) {
  .calc.popup .calc-left {
    display: block;
    max-width: 310px;
  }
}
@media (max-width: 1199px) {
  .calc.popup .calc-left img {
    max-width: 57px;
  }
}
@media (max-width: 991px) {
  .calc.popup .calc-left img {
    max-width: 80px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .calc.popup .calc-left img {
    max-width: 60px;
  }
}
@media (max-width: 479px) {
  .calc.popup .calc-left .sel::before {
    top: 70%;
    transform: translateY(-70%);
  }
}
@media (max-width: 479px) {
  .calc.popup .calc-left select {
    height: 30px;
  }
}
@media (max-width: 991px) {
  .calc.popup {
    display: block;
    margin: 0 auto;
    max-width: 530px;
  }
}
.calc.popup h2.popup-ttl {
  display: inline-block;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .calc.popup h2.popup-ttl {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .calc.popup h2.popup-ttl {
    margin-top: 40px;
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .calc.popup h2.popup-ttl {
    font-size: 22px;
  }
}
.calc.popup h2.popup-ttl::before, .calc.popup h2.popup-ttl::after {
  position: absolute;
  content: "";
  background: url(../../images/head-design.png);
  background-repeat: repeat;
  background-repeat: no-repeat;
  width: 14px;
  height: 21px;
  right: -30px;
  top: 7px;
}
@media (max-width: 767px) {
  .calc.popup h2.popup-ttl::before, .calc.popup h2.popup-ttl::after {
    top: 2px;
  }
}
@media (max-width: 479px) {
  .calc.popup h2.popup-ttl::before, .calc.popup h2.popup-ttl::after {
    top: 0;
  }
}
@media (max-width: 359px) {
  .calc.popup h2.popup-ttl::before, .calc.popup h2.popup-ttl::after {
    right: -23px;
  }
}
.calc.popup h2.popup-ttl::after {
  right: auto;
  left: -24px;
  top: 9px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .calc.popup h2.popup-ttl::after {
    top: 3px;
  }
}
@media (max-width: 479px) {
  .calc.popup h2.popup-ttl::after {
    top: 3px;
  }
}
@media (max-width: 359px) {
  .calc.popup h2.popup-ttl::after {
    left: -18px;
  }
}
.calc.popup ul li {
  color: #fff !important;
}
.calc.popup ul li span {
  display: flex;
  text-align: center;
  background: #f6d12f;
  color: #d24182;
  width: 45px;
  min-width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 28px;
}
@media (max-width: 767px) {
  .calc.popup ul li span {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .calc.popup ul li span {
    width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: 14px;
  }
}

.go-bk.close-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.go-bk.close-btn a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
}
.go-bk.close-btn a:hover {
  color: #f3ce2c;
}
.go-bk.close-btn a:hover svg {
  fill: #f3ce2c;
}
.go-bk.close-btn a span {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  position: relative;
  top: -1px;
}
.go-bk.close-btn a span svg {
  float: left;
  width: 100%;
  fill: #fff;
  transition: 0.3s;
}
@media (max-width: 479px) {
  .go-bk.close-btn {
    margin: 0px 0 15px;
  }
}

/* QR Page */
.detail-form.qr-page::after {
  display: none;
}

.detail-form.qr-page {
  background: url("../../images/storiesbg.png") center;
  background-size: 50%;
  padding-bottom: 120px;
}
.detail-form.qr-page::before, .detail-form.qr-page::after {
  content: "";
  position: absolute;
  left: 15%;
  top: 70%;
  width: 150px;
  height: 150px;
  background: url(../../images/star.svg) no-repeat;
  transform: rotate(var(--rotateVal));
}
@media (max-width: 1399px) {
  .detail-form.qr-page::before, .detail-form.qr-page::after {
    left: 10%;
  }
}
@media (max-width: 767px) {
  .detail-form.qr-page::before, .detail-form.qr-page::after {
    width: 70px;
    height: 70px;
    left: 5%;
  }
}
@media (max-width: 479px) {
  .detail-form.qr-page::before, .detail-form.qr-page::after {
    width: 40px;
    height: 40px;
    left: 3%;
  }
}
@media (max-width: 359px) {
  .detail-form.qr-page::before, .detail-form.qr-page::after {
    display: none;
  }
}
.detail-form.qr-page::after {
  top: 60%;
  left: auto;
  right: 15%;
  display: block;
}
@media (max-width: 1399px) {
  .detail-form.qr-page::after {
    left: auto;
    right: 10%;
  }
}
@media (max-width: 767px) {
  .detail-form.qr-page::after {
    left: auto;
    right: 5%;
  }
}
@media (max-width: 479px) {
  .detail-form.qr-page::after {
    left: auto;
    right: 3%;
  }
}
@media (max-width: 359px) {
  .detail-form.qr-page::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .detail-form.qr-page {
    padding-bottom: 40px;
  }
}
.detail-form.qr-page .qr-social-sec {
  display: block;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1399px) {
  .detail-form.qr-page .qr-social-sec {
    max-width: 540px;
  }
}
@media (max-width: 1199px) {
  .detail-form.qr-page .qr-social-sec {
    max-width: 400px;
  }
}
.detail-form.qr-page .share-btn {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 40px;
}
.detail-form.qr-page .share-btn .shr-btn {
  display: inline-block;
  vertical-align: middle;
  color: #873d89;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .detail-form.qr-page .share-btn .shr-btn {
    font-size: 20px;
  }
}
.detail-form.qr-page .share-btn .shr-btn span {
  display: inline-block;
  width: 68px;
  height: 68px;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1399px) {
  .detail-form.qr-page .share-btn .shr-btn span {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .detail-form.qr-page .share-btn .shr-btn span {
    width: 38px;
    height: 38px;
  }
}
.detail-form.qr-page .share-btn .shr-btn span svg {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #873d89;
  transition: 0.3s;
}
.detail-form.qr-page .footer-social-media {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.detail-form.qr-page .footer-social-media a {
  background: #873d89;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-right: 8px;
  display: inline-block;
  transition: 0.3s;
}
.detail-form.qr-page .footer-social-media a:hover {
  background: #f3ce2c;
}
@media (max-width: 1399px) {
  .detail-form.qr-page .footer-social-media a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .detail-form.qr-page .footer-social-media a {
    width: 40px;
    height: 40px;
  }
}
.detail-form.qr-page .footer-social-media a img {
  height: 100%;
  padding: 15px;
}
@media (max-width: 767px) {
  .detail-form.qr-page .footer-social-media a img {
    padding: 10px;
  }
}
.detail-form.qr-page .container::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  background: url(../../images/side-img1.png) repeat-y;
  background-size: auto;
  width: 3%;
  background-size: 100%;
  transform: translateX(-100%);
}
.detail-form.qr-page .container::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  background: url(../../images/side-img2.png) repeat-y;
  background-size: auto;
  width: 3%;
  background-size: 100%;
  transform: translateX(100%);
}
@media (max-width: 479px) {
  .detail-form.qr-page .link-right a.per-detail {
    display: block;
    width: 100%;
  }
}

.scrolled .container::before {
  -webkit-animation: slideInLeft 1s ease-in-out 1s forwards;
  animation: slideInLeft 1s ease-in-out 1s forwards;
}
.scrolled .container::after {
  -webkit-animation: slideInRight 1s ease-in-out 1s forwards;
  animation: slideInRight 1s ease-in-out 1s forwards;
}

.home-banner {
  padding: 50px 0 100px;
  background: url(../../images/bannerbg.jpg) center;
  background-size: 100%;
  position: relative;
}
.home-banner:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 40px;
  width: 150px;
  height: 150px;
  background: url(../../images/star.svg) no-repeat;
  transform: rotate(var(--rotateVal));
}
@media (max-width: 991px) {
  .home-banner:before {
    display: none;
  }
}
.home-banner .row {
  position: relative;
}
@media (max-width: 991px) {
  .home-banner .row {
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .home-banner .banner-img {
    width: 300px;
    display: table;
    margin: 0 auto;
  }
}
.home-banner h1 {
  font-family: "SHREE-ENG-0487";
  font-size: 6vw;
  color: #d13f81;
}
@media (max-width: 991px) {
  .home-banner h1 {
    margin-bottom: 0;
    font-size: 8.4vw;
  }
}
@media (max-width: 991px) {
  .home-banner .banner-btns {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
  }
}
.home-banner .banner-btns .btn {
  min-width: 130px;
  font-size: 18px;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .home-banner .banner-btns .btn {
    width: 100px;
    height: 100px;
    min-width: inherit;
    border-radius: 100%;
  }
}
.home-banner .banner-btns .btn:hover {
  background: none;
  color: #fff;
}
.home-banner .banner-btns .btn:hover .wave {
  top: 0;
}
.home-banner .banner-btns .btn .wave {
  position: absolute;
  top: calc(100% + 22px);
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background: #00aeff;
  transition: all 1s ease-in-out 0s;
}
.home-banner .banner-btns .btn .wave:after {
  content: "";
  background: url(../../images/wave.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 22px;
  -webkit-animation: wave 0.3s linear 0s infinite;
          animation: wave 0.3s linear 0s infinite;
}
@-webkit-keyframes wave {
  to {
    background-position: 0 0;
  }
  from {
    background-position: -118px 0;
  }
}
@keyframes wave {
  to {
    background-position: 0 0;
  }
  from {
    background-position: -118px 0;
  }
}
.home-banner .banner-btns .btn.btn-outline-primary {
  border: 2px solid #873d89;
  color: #873d89;
}
@media (max-width: 991px) {
  .home-banner .banner-btns .btn.btn-outline-primary {
    background: #873d89;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 0 5px rgba(135, 61, 137, 0.3);
  }
}
.home-banner .banner-btns .btn.btn-outline-primary:hover {
  color: #fff;
}
.home-banner .banner-btns .btn.btn-outline-primary .wave {
  background: #873d89;
}
.home-banner .banner-btns .btn.btn-outline-primary .wave:after {
  background: url(../../images/wave.png);
}
.home-banner .banner-btns .btn.btn-outline-success {
  border: 2px solid #37bba4;
  color: #37bba4;
}
@media (max-width: 991px) {
  .home-banner .banner-btns .btn.btn-outline-success {
    background: #37bba4;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 0 5px rgba(55, 187, 164, 0.3);
  }
}
.home-banner .banner-btns .btn.btn-outline-success:hover {
  color: #fff;
}
.home-banner .banner-btns .btn.btn-outline-success .wave {
  background: #37bba4;
}
.home-banner .banner-btns .btn.btn-outline-success .wave:after {
  background: url(../../images/colorBeta.png);
}
.home-banner .banner-btns .btn.btn-outline-secondary {
  border: 2px solid #d13f81;
  color: #d13f81;
}
@media (max-width: 991px) {
  .home-banner .banner-btns .btn.btn-outline-secondary {
    background: #d13f81;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 0 5px rgba(209, 63, 129, 0.3);
  }
}
.home-banner .banner-btns .btn.btn-outline-secondary:hover {
  color: #fff;
}
.home-banner .banner-btns .btn.btn-outline-secondary .wave {
  background: #d13f81;
}
.home-banner .banner-btns .btn.btn-outline-secondary .wave:after {
  background: url(../../images/primary.png);
}
.home-banner .banner-el {
  padding: 0 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .home-banner .banner-el {
    padding: 0 15px;
  }
}
.home-banner .banner-el img {
  height: 150px;
  transform-origin: bottom;
  -webkit-animation: windy 3s infinite;
          animation: windy 3s infinite;
  transform: skew;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media (max-width: 991px) {
  .home-banner .banner-el img {
    height: 60px;
  }
}
.home-banner.scrolled {
  -webkit-animation: bgZoom 2s;
          animation: bgZoom 2s;
}
.magic-section {
  overflow: hidden;
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .magic-section {
    padding-bottom: 25px;
    border-bottom: 10px solid #f3ce2c;
  }
}
.magic-section h1 {
  background: #f3ce2c;
  font-family: "SHREE-ENG-0487";
  font-size: 50px;
  color: #231f20;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 15px 0;
  margin: 0;
}
@media (max-width: 991px) {
  .magic-section h1 {
    font-size: 40px;
    margin: 0 -15px;
    margin-bottom: calc(7% + 30px);
  }
}
@media (max-width: 575px) {
  .magic-section h1 {
    font-size: 35px;
  }
}
.magic-section h1:before {
  content: "";
  position: absolute;
  width: 50vw;
  background: #f3ce2c;
  top: 0;
  bottom: 0;
  right: 50%;
  z-index: -1;
}
@media (max-width: 991px) {
  .magic-section h1:before {
    width: 100%;
    background: url(../../images/responisve-el1.png) no-repeat;
    background-size: 100%;
    right: 0;
    top: 100%;
    bottom: auto;
    padding-bottom: 7%;
  }
}
.magic-section h1:after {
  content: "";
  position: absolute;
  width: 50vw;
  background: #f3ce2c;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
}
@media (max-width: 991px) {
  .magic-section h1:after {
    width: auto;
    left: -25%;
    right: -25%;
  }
}
@media (max-width: 991px) {
  .magic-section .magic-links {
    flex-flow: wrap;
    justify-content: center;
  }
}
.magic-section .magic-links a {
  margin-top: -75px;
  font-size: 25px;
  color: #231f20;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .magic-section .magic-links a {
    margin: 12px 15px;
    font-size: 18px;
  }
}
.magic-section .magic-links a:before {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../../images/star-green.svg) no-repeat center center #f3ce2c;
  background-size: calc(100% - 20px);
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .magic-section .magic-links a:before {
    display: none;
  }
}
.magic-section .magic-links a:hover {
  font-weight: 700;
}
.magic-section .magic-links a:hover:before {
  -webkit-animation: rotating 2s ease-out 0s;
          animation: rotating 2s ease-out 0s;
}
.magic-section.scrolled .magic-links a {
  -webkit-animation: slideInDown 0.4s ease-in-out 0s;
          animation: slideInDown 0.4s ease-in-out 0s;
}

.home-shopfor {
  background: #d13f81;
  padding: 60px 0 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .home-shopfor {
    padding: 30px 30px 30px;
  }
}
.home-shopfor figure {
  display: inline-block;
  overflow: hidden;
  background: #f3ce2c;
  padding: 15px;
  position: relative;
  width: 350px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .home-shopfor figure {
    padding: 10px;
    width: 280px;
  }
}
.home-shopfor figure img {
  z-index: 1;
  position: relative;
}
.home-shopfor figure:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  transition: all 1s ease-in-out 0s;
}
.home-shopfor h3 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 35px;
}
@media (max-width: 991px) {
  .home-shopfor h3 {
    font-size: 25px;
  }
}
.home-shopfor h3:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #873d89;
  margin: 15px auto;
  display: table;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .home-shopfor h3:after {
    margin: 10px auto 0;
  }
}
.home-shopfor p {
  color: #fff;
}
.home-shopfor p a {
  display: table;
  margin: 0px auto;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 2px 12px;
}
.home-shopfor p a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #873d89;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.home-shopfor p a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.home-shopfor .shopfor:hover figure:after {
  transform: rotate(180deg);
}

.home-featured {
  padding: 50px 0 130px;
  background: url(../../images/featured-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .home-featured {
    padding: 30px 30px 45px;
  }
}
.home-featured:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 150px;
  width: 150px;
  background: url(../../images/star.svg) no-repeat center;
  background-size: 100%;
  transform: rotate(var(--rotateVal));
}
@media (max-width: 767px) {
  .home-featured:after {
    right: auto;
    left: -50px;
    width: 100px;
    height: 100px;
    bottom: 15px;
  }
}
.home-featured .col-prod {
  display: block;
  text-align: center;
  color: #231f20;
}
.home-featured .col-prod figure {
  height: 440px;
  background: url(../../images/prod-bg1.png) no-repeat center;
  background-size: auto 100%;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home-featured .col-prod figure {
    height: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home-featured .col-prod figure img {
    margin: 20% 0;
  }
}
.home-featured .col-prod figure img.hover {
  position: absolute;
  opacity: 0;
}
.home-featured .col-prod figure figcaption {
  position: relative;
}
.home-featured .col-prod:hover figure img {
  opacity: 0;
}
.home-featured .col-prod:hover figure img.hover {
  opacity: 1;
  transition: 1.2s;
}
.home-featured .col-prod:hover h4 {
  color: #fff;
}
.home-featured .col-prod:hover h4:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.home-featured .col-prod h4 {
  font-weight: 700;
  font-size: 30px;
  margin: 0 auto;
  display: table;
  padding: 2px 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .home-featured .col-prod h4 {
    font-size: 20px;
  }
}
.home-featured .col-prod h4:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #873d89;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.home-featured .col-prod span {
  font-size: 28px;
}
@media (max-width: 767px) {
  .home-featured .col-prod span {
    font-size: 18px;
  }
}
.home-featured .owl-item:nth-child(2) figure {
  background: url(../../images/prod-bg2.png) no-repeat center;
  background-size: auto 100%;
}
.home-featured .owl-item:nth-child(3) figure {
  background: url(../../images/prod-bg3.png) no-repeat center;
  background-size: auto 100%;
}
.home-featured.scrolled {
  -webkit-animation: bgZoom 2s;
          animation: bgZoom 2s;
}
.home-strip {
  background: #f3ce2c;
  z-index: 2;
  position: relative;
  padding: 24px 0 20px;
}
@media (max-width: 991px) {
  .home-strip {
    text-align: center;
    padding: 8px 0 10px 160px;
    margin-bottom: 50px;
  }
}
.home-strip .has-img {
  position: relative;
}
@media (max-width: 991px) {
  .home-strip .has-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
.home-strip .has-img img {
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .home-strip .has-img img {
    left: var(--bs-gutter-x);
    transform: translate(0, -50%);
    width: 130px;
  }
}
.home-strip h3 {
  margin: 0;
  font-size: 30px;
}
@media (max-width: 1400px) {
  .home-strip h3 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .home-strip h3 {
    font-size: 20px;
  }
}
.home-strip .strip-btn {
  font-size: 23px;
  background: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  color: #231f20;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 991px) {
  .home-strip .strip-btn {
    font-size: 14px;
    padding: 5px 14px;
    margin: 2px 0 0 0;
    display: inline-block;
  }
}
.home-strip .strip-btn:hover {
  color: #fff;
  background: #873d89;
}
.home-strip.strip-primary {
  background: #873d89;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .home-strip.strip-primary {
    padding: 8px 160px 10px 0;
  }
}
@media (max-width: 991px) {
  .home-strip.strip-primary .has-img {
    right: 0;
    left: auto;
  }
  .home-strip.strip-primary .has-img img {
    right: var(--bs-gutter-x);
    left: auto;
  }
}
.home-strip.strip-primary h3 {
  color: #fff;
}
.home-strip.strip-primary h3 .btn-primary-strip {
  border: 1px solid #37bba4;
  border-radius: 30px;
  background: none;
  color: #fff;
  background: #37bba4;
}
.home-strip.strip-primary h3 .btn-primary-strip:hover {
  border: 1px solid #fff;
  color: #37bba4;
  background: #fff;
}

.home-science {
  padding: 100px 0 180px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-science {
    text-align: center;
    padding: 45px 0 100px;
  }
}
.home-science:before {
  content: "";
  position: absolute;
  left: -75px;
  top: 50px;
  width: 150px;
  height: 150px;
  background: url(../../images/star.svg) no-repeat;
  transform: rotate(var(--rotateVal));
}
@media (max-width: 991px) {
  .home-science:before {
    display: none;
  }
}
.home-science:after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50px;
  width: 150px;
  height: 150px;
  background: url(../../images/star.svg) no-repeat;
  transform: rotate(var(--rotateVal));
}
@media (max-width: 991px) {
  .home-science:after {
    width: 100px;
    height: 100px;
    right: -50px;
  }
}
.home-science a {
  cursor: pointer;
  font-weight: 600;
}
.home-science .science-img {
  position: relative;
}
@media (max-width: 991px) {
  .home-science .science-img {
    text-align: center;
    margin-top: 20px;
  }
}
.home-science .science-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 50px);
  height: 100px;
  background: #f3ce2c;
  width: 55vw;
}
@media (max-width: 991px) {
  .home-science .science-img:after {
    left: 0;
    right: -10px;
    width: auto;
    height: 80px;
    top: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .home-science .science-img:after {
    width: 100vw;
    left: 0px;
  }
}
.home-science .science-img img {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .home-science .science-img img {
    width: 70%;
  }
}
.home-science h4 {
  font-size: 60px;
  font-family: "SHREE-ENG-0487";
  color: #d13f81;
}
@media (max-width: 991px) {
  .home-science h4 {
    font-size: 30px;
  }
  .home-science h4 br {
    display: none;
  }
}
.home-science p {
  font-size: 28px;
}
@media (max-width: 991px) {
  .home-science p {
    font-size: 20px;
  }
}
.home-science .bottom-el {
  padding: 0 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .home-science .bottom-el {
    padding: 0 15px 16px;
  }
}
.home-science .bottom-el img {
  -webkit-animation: windy 3s infinite;
          animation: windy 3s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  transform-origin: bottom;
}
.home-science .bottom-el img:nth-child(1) {
  max-height: 160px;
}
@media (max-width: 991px) {
  .home-science .bottom-el img:nth-child(1) {
    display: none;
  }
}
.home-science .bottom-el img:nth-child(2) {
  max-height: 130px;
}
@media (max-width: 991px) {
  .home-science .bottom-el img:nth-child(2) {
    max-height: 70px;
  }
}
.home-science .bottom-el img:nth-child(3) {
  max-height: 100px;
}
@media (max-width: 991px) {
  .home-science .bottom-el img:nth-child(3) {
    max-height: 60px;
  }
}
.home-science .bottom-el:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../../images/repeat.jpg) repeat-x left center;
  background-size: auto 100%;
  height: 30px;
}
@media (max-width: 991px) {
  .home-science .bottom-el:after {
    height: 16px;
  }
}
.home-science.scrolled .science-img img {
  -webkit-animation: slideInRight 0.8s ease-in-out 0.3s forwards;
          animation: slideInRight 0.8s ease-in-out 0.3s forwards;
}

.home-world {
  padding: 60px 0 100px;
  background: #d13f81;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-world {
    padding: 30px 0 30px;
  }
}
.home-world:after {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../../images/star-green.svg) no-repeat center center #f3ce2c;
  background-size: calc(100% - 20px);
  position: absolute;
  top: calc(50% - 75px);
  left: -75px;
  z-index: 1;
}
@media (max-width: 991px) {
  .home-world:after {
    width: 100px;
    height: 100px;
    left: -50px;
  }
}
.home-world:before {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../../images/star-green.svg) no-repeat center center #f3ce2c;
  background-size: calc(100% - 20px);
  position: absolute;
  top: calc(50% - 75px);
  right: -75px;
  z-index: 1;
}
@media (max-width: 991px) {
  .home-world:before {
    width: 100px;
    height: 100px;
    right: -50px;
  }
}
@media (max-width: 991px) {
  .home-world .row {
    justify-content: center;
  }
}
.home-world .sec-hd {
  color: #fff;
}
@media (max-width: 991px) {
  .home-world .has-hover {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
}
.home-world .has-hover:hover .card {
  transform: rotateY(180deg);
}
.home-world .card {
  border: 0;
  perspective: 1000px;
  transform-style: preserve-3d;
  position: relative;
  padding-bottom: 100%;
  border-radius: 10px;
  transition: all 0.5s ease-in-out 0s;
  z-index: 2;
}
.home-world .card .card-front {
  background: no-repeat center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.home-world .card .card-front::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.home-world .card .card-front span {
  position: absolute;
  font-size: 50px;
  color: #d13f81;
  position: relative;
  z-index: 2;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
}
.home-world .card .card-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-size: cover;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  font-size: 22px;
}
.home-world .card .card-back::after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.home-world .card .card-back p {
  position: relative;
  z-index: 2;
  transform: translateZ(15px);
}
.home-world.scrolled:before {
  -webkit-animation: rotating 2s ease-in-out 0.3s;
          animation: rotating 2s ease-in-out 0.3s;
}
.home-world.scrolled:after {
  -webkit-animation: rotating 2s ease-in-out 0.3s backwards;
          animation: rotating 2s ease-in-out 0.3s backwards;
}

.home-mentors {
  background: url(../../images/mantor-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0 100px;
  position: relative;
}
@media (max-width: 991px) {
  .home-mentors {
    padding: 30px 0 50px;
  }
}
.home-mentors .item-thumb {
  border: 3px solid #f3ce2c;
  border-radius: 30px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  transition-delay: 0.4s;
  position: relative;
}
.home-mentors .item-thumb:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(135, 61, 137, 0.4);
}
.home-mentors h5 {
  font-size: 28px;
  color: #873d89;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .home-mentors h5 {
    font-size: 22px;
  }
}
.home-mentors .owl-item {
  text-align: center;
}
@media (max-width: 991px) {
  .home-mentors .owl-item .item {
    width: 300px;
    max-width: calc(100% - 30px);
    margin: 0px auto;
  }
}
.home-mentors .owl-item.active .item-thumb {
  width: 80%;
}
@media (max-width: 991px) {
  .home-mentors .owl-item.active .item-thumb {
    width: 100%;
  }
}
.home-mentors .owl-item.active + .active .item-thumb {
  width: 100%;
}
.home-mentors .owl-item.active + .active + .active .item-thumb {
  width: 80%;
}
@media (max-width: 991px) {
  .home-mentors .owl-item.active + .active + .active .item-thumb {
    width: 100%;
  }
}
.home-mentors .owl-item:hover .item-thumb:after {
  opacity: 0;
}
@media (max-width: 991px) {
  .home-mentors .owl-dots {
    display: flex;
    justify-content: center;
    margin: 8px 0 0 0;
  }
  .home-mentors .owl-dots .owl-dot {
    background: #bfbfbf;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 100%;
  }
  .home-mentors .owl-dots .owl-dot.active {
    background: #873d89;
  }
}
@media (max-width: 991px) {
  .home-mentors .owl-nav {
    left: -10px;
    right: -5px;
    top: 80px;
    position: absolute;
  }
}

.home-stories {
  display: block;
  position: relative;
  text-align: center;
  padding: 150px 0 180px;
  background: url("../../images/storiesbg.png") center;
  background-size: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-stories {
    background-size: 100%;
    padding: 50px 0 20px;
  }
}
.home-stories::after {
  content: "";
  position: absolute;
  right: 100px;
  top: 30px;
  height: 150px;
  width: 150px;
  background: url("../../images/star.svg");
  background-size: 100%;
  transform: rotate(var(--rotateVal));
}
@media (max-width: 991px) {
  .home-stories::after {
    /* display: none; */
  }
}
.home-stories .container:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  background: url(../../images/side-img1.png) repeat-y;
  width: 3%;
  background-size: 100%;
  transform: translateX(-100%);
}
@media (max-width: 767px) {
  .home-stories .container:before {
    width: 4%;
  }
}
.home-stories .container:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  background: url(../../images/side-img2.png) repeat-y;
  width: 3%;
  background-size: 100%;
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .home-stories .container:after {
    width: 4%;
    right: 0;
  }
}
.home-stories .col-prod {
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .home-stories .col-prod {
    border-radius: 15px;
  }
}
.home-stories .col-prod figure {
  margin: 0;
}
.home-stories h3 {
  font-weight: 600;
  font-size: 30px;
}
@media (max-width: 991px) {
  .home-stories h3 {
    font-size: 20px;
  }
}
.home-stories h3::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #873d89;
  margin: 8px auto;
  display: table;
  border-radius: 5px;
}
.home-stories p {
  font-size: 18px;
  margin: 0;
}
.home-stories a {
  display: table;
  color: #231f20;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  padding: 2px 8px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .home-stories a {
    margin-bottom: 30px;
  }
}
.home-stories a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #873d89;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.home-stories a:hover {
  color: #fff;
}
.home-stories a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.home-stories.scrolled .container:before {
  -webkit-animation: slideInLeft 1s ease-in-out 1s forwards;
          animation: slideInLeft 1s ease-in-out 1s forwards;
}
.home-stories.scrolled .container:after {
  -webkit-animation: slideInRight 1s ease-in-out 1s forwards;
          animation: slideInRight 1s ease-in-out 1s forwards;
}
.home-stories.scrolled h3, .home-stories.scrolled p, .home-stories.scrolled a {
  -webkit-animation: slideInDown 0.6s ease-in-out 0.4s forwards;
          animation: slideInDown 0.6s ease-in-out 0.4s forwards;
}

.thankyou-video {
  position: relative;
  z-index: 0;
}
.thankyou-video img {
  border-radius: 100px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .thankyou-video img {
    border-radius: 15px;
  }
}
.thankyou-video .wl-modal-btn.video-play-btn {
  position: absolute;
  left: 50%;
  top: 40%;
  background: transparent;
  border: 0;
  transform: translate(-50%, -50%);
  padding: 0;
}
.thankyou-video .wl-modal-btn.video-play-btn:hover img {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}
.thankyou-video .wl-modal-btn.video-play-btn img {
  transition: 0.3s;
  border-radius: 0;
}

/* Saathi Page */
.saathi-box.home-science h4 {
  font-weight: 600;
  font-size: 35px;
  font-family: "AinslieSans-NorReg";
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .saathi-box.home-science h4 {
    font-size: 30px;
  }
}
@media (max-width: 1399px) {
  .saathi-box.home-science h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .saathi-box.home-science .pt-md-5 {
    flex-direction: column-reverse;
  }
}

.saathi-banner {
  background: #246fba;
}
@media (max-width: 767px) {
  .saathi-banner {
    background: #246fba;
  }
}
@media (max-width: 767px) {
  .saathi-banner .carousel-inner > .item .row > div:nth-child(2) {
    text-align: center;
    margin: 30px 0 20px;
  }
  .saathi-banner .carousel-inner > .item .row > div:nth-child(2) img {
    float: none !important;
  }
}

.saathi-box::before {
  background: none;
}
.saathi-box::after {
  background: none;
}
@media (max-width: 767px) {
  .saathi-box {
    padding: 0 0 40px;
  }
}
.saathi-box h2 {
  margin-bottom: 80px;
  color: #246fba;
}
@media (max-width: 767px) {
  .saathi-box h2 {
    margin: 50px 0 30px;
    font-size: 32px;
    color: #246fba;
  }
}
.saathi-box .sec-hd.mob {
  display: none;
}
@media (max-width: 767px) {
  .saathi-box .sec-hd.mob {
    display: block;
  }
}
@media (max-width: 767px) {
  .saathi-box .sec-hd.desk {
    display: none;
  }
}
.saathi-box .science-img-1 {
  text-align: center;
  position: relative;
  z-index: 0;
}
.saathi-box .science-img-1::after {
  background: #246fba;
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .saathi-box .science-img-1::after {
    width: 1000px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .saathi-box .science-img-1::after {
    background: #246fba;
  }
}
@media (max-width: 767px) {
  .saathi-box .science-img-1 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.saathi-box .science-img {
  position: relative;
  text-align: center !important;
  z-index: 0;
}
.saathi-box .science-img::after {
  background: #246fba;
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .saathi-box .science-img::after {
    width: 1000px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .saathi-box .science-img::after {
    background: #246fba;
  }
}
@media (max-width: 767px) {
  .saathi-box .science-img {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.saathi-box .raahi-right-des {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .saathi-box .raahi-right-des {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .saathi-box .raahi-right-des {
    padding: 0 10px;
  }
}
.saathi-box .raahi-right-des h4 {
  color: #246fba;
}
@media (max-width: 767px) {
  .saathi-box .raahi-right-des h4 {
    color: #246fba;
  }
}
.saathi-box .raahi-right-des p {
  margin-bottom: 30px;
}
.saathi-box .raahi-right-des p a {
  color: #000;
  font-weight: 600;
}
.saathi-box .raahi-right-des p a:hover {
  color: #246fba;
}
@media (max-width: 1199px) {
  .saathi-box .raahi-right-des p {
    font-size: 22px;
  }
}
.saathi-box .raahi-right-des .raahi-btn {
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .saathi-box .raahi-right-des .raahi-btn {
    margin-top: 0px;
  }
}
.saathi-box .raahi-right-des .raahi-btn a {
  font-size: 23px;
  background: #246fba;
  border-radius: 30px;
  padding: 15px 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.saathi-box .raahi-right-des .raahi-btn a:hover {
  background: #873d89;
}
@media (max-width: 767px) {
  .saathi-box .raahi-right-des .raahi-btn a {
    background: #246fba;
    font-size: 20px;
    padding: 10px 50px;
  }
}

.mlm-mod .sec-hd {
  color: #822880;
}

.saathi-donation-box {
  padding: 50px 0 100px;
  background: #246fba;
  color: #37bba4;
}
.saathi-donation-box .donationbox-step-img {
  position: relative;
  text-align: left;
}
.saathi-donation-box .donationbox-step-img::after {
  content: "";
  background: url(../../images/werwer.png) center;
  background-size: cover;
  position: absolute;
  width: 650px;
  height: 600px;
  left: -90px;
  top: -75px;
}
@media (max-width: 1399px) {
  .saathi-donation-box .donationbox-step-img::after {
    width: 560px;
    height: 520px;
    left: -90px;
    top: -70px;
  }
}
@media (max-width: 1199px) {
  .saathi-donation-box .donationbox-step-img::after {
    width: 480px;
    height: 460px;
    left: -80px;
  }
}
@media (max-width: 991px) {
  .saathi-donation-box .donationbox-step-img::after {
    width: 320px;
    height: 300px;
    left: -37px;
    top: -35px;
  }
}
@media (max-width: 767px) {
  .saathi-donation-box .donationbox-step-img::after {
    width: 480px;
    height: 440px;
    left: -50px;
    top: -45px;
  }
}
@media (max-width: 575px) {
  .saathi-donation-box .donationbox-step-img::after {
    width: 420px;
    height: 380px;
    left: -45px;
    top: -34px;
  }
}
@media (max-width: 479px) {
  .saathi-donation-box .donationbox-step-img::after {
    width: 318px;
    height: 290px;
  }
}
@media (max-width: 359px) {
  .saathi-donation-box .donationbox-step-img::after {
    width: 278px;
    height: 262px;
  }
}
.saathi-donation-box .img-left {
  position: relative;
  margin-top: 50px;
}
.saathi-donation-box .img-left .donationbox-step-list {
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  color: #f9d438;
}
.saathi-donation-box .img-left .donationbox-step-list #step1 {
  position: absolute;
  top: -15px;
  right: 150px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .saathi-donation-box .img-left .donationbox-step-list #step1 {
    top: -25px;
    right: 140px;
  }
}
@media (max-width: 1199px) {
  .saathi-donation-box .img-left .donationbox-step-list #step1 {
    right: 100px;
  }
}
@media (max-width: 991px) {
  .saathi-donation-box .img-left .donationbox-step-list #step1 {
    right: 70px;
    top: -9px;
  }
}
@media (max-width: 767px) {
  .saathi-donation-box .img-left .donationbox-step-list #step1 {
    right: 120px;
    top: -5px;
  }
}
@media (max-width: 575px) {
  .saathi-donation-box .img-left .donationbox-step-list #step1 {
    right: 85px;
    top: -2px;
  }
}
@media (max-width: 479px) {
  .saathi-donation-box .img-left .donationbox-step-list #step1 {
    right: 65px;
    top: -13px;
  }
}
@media (max-width: 359px) {
  .saathi-donation-box .img-left .donationbox-step-list #step1 {
    right: 35px;
  }
}
.saathi-donation-box .img-left .donationbox-step-list #step2 {
  position: absolute;
  right: 50px;
  top: 130px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .saathi-donation-box .img-left .donationbox-step-list #step2 {
    top: 105px;
  }
}
@media (max-width: 1199px) {
  .saathi-donation-box .img-left .donationbox-step-list #step2 {
    top: 84px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .saathi-donation-box .img-left .donationbox-step-list #step2 {
    right: 17px;
    top: 64px;
  }
}
@media (max-width: 767px) {
  .saathi-donation-box .img-left .donationbox-step-list #step2 {
    right: 47px;
    top: 104px;
  }
}
@media (max-width: 575px) {
  .saathi-donation-box .img-left .donationbox-step-list #step2 {
    right: 17px;
    top: 93px;
  }
}
@media (max-width: 479px) {
  .saathi-donation-box .img-left .donationbox-step-list #step2 {
    top: 60px;
  }
}
@media (max-width: 359px) {
  .saathi-donation-box .img-left .donationbox-step-list #step2 {
    top: 50px;
    right: -10px;
  }
}
.saathi-donation-box .img-left .donationbox-step-list #step3 {
  position: absolute;
  right: 50px;
  bottom: -330px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .saathi-donation-box .img-left .donationbox-step-list #step3 {
    bottom: -280px;
  }
}
@media (max-width: 1199px) {
  .saathi-donation-box .img-left .donationbox-step-list #step3 {
    bottom: -241px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .saathi-donation-box .img-left .donationbox-step-list #step3 {
    right: 17px;
    bottom: -169px;
  }
}
@media (max-width: 767px) {
  .saathi-donation-box .img-left .donationbox-step-list #step3 {
    right: 45px;
    bottom: -251px;
  }
}
@media (max-width: 575px) {
  .saathi-donation-box .img-left .donationbox-step-list #step3 {
    right: 17px;
    bottom: -225px;
  }
}
@media (max-width: 479px) {
  .saathi-donation-box .img-left .donationbox-step-list #step3 {
    bottom: -165px;
  }
}
@media (max-width: 359px) {
  .saathi-donation-box .img-left .donationbox-step-list #step3 {
    bottom: -145px;
    right: -10px;
  }
}
.saathi-donation-box .img-left .donationbox-step-list #step4 {
  position: absolute;
  right: 150px;
  bottom: -470px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .saathi-donation-box .img-left .donationbox-step-list #step4 {
    bottom: -398px;
    right: 134px;
  }
}
@media (max-width: 1199px) {
  .saathi-donation-box .img-left .donationbox-step-list #step4 {
    bottom: -341px;
    right: 95px;
  }
}
@media (max-width: 991px) {
  .saathi-donation-box .img-left .donationbox-step-list #step4 {
    right: 65px;
    bottom: -236px;
  }
}
@media (max-width: 767px) {
  .saathi-donation-box .img-left .donationbox-step-list #step4 {
    right: 120px;
    bottom: -350px;
  }
}
@media (max-width: 575px) {
  .saathi-donation-box .img-left .donationbox-step-list #step4 {
    right: 80px;
    bottom: -311px;
  }
}
@media (max-width: 479px) {
  .saathi-donation-box .img-left .donationbox-step-list #step4 {
    right: 60px;
    bottom: -230px;
  }
}
@media (max-width: 359px) {
  .saathi-donation-box .img-left .donationbox-step-list #step4 {
    right: 30px;
    bottom: -205px;
  }
}
.saathi-donation-box .setpall {
  color: #fff;
}
.saathi-donation-box .setpall .strip-btn a {
  background: #fbb117;
}
.saathi-donation-box .setpall .strip-btn a:hover {
  background: #f3ce2c;
  color: #fff;
}

.donationbox-whatget h3::after {
  background: #37bba4;
}
.donationbox-whatget a::after {
  background: #37bba4;
}

.donationbox-whatget.membership.saathi-cal h3::after {
  background: #246fba;
}
.donationbox-whatget.membership.saathi-cal a::after {
  background: #246fba;
}

.saathi-strip {
  padding: 30px 0;
}
.saathi-strip .strip-btn {
  background: #246fba;
  color: #fff;
  padding: 15px 80px;
}

@media (max-width: 767px) {
  .home-strip.saathi-strip .strip-btn {
    font-size: 14px;
    padding: 5px 14px !important;
    margin: 2px 0 0 0;
    display: inline-block;
  }
}

.saathi-know {
  padding: 150px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .saathi-know {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .saathi-know {
    background: transparent;
  }
}
.saathi-know h2 {
  color: #246fba;
}
@media (max-width: 767px) {
  .saathi-know h2 {
    color: #246fba;
  }
}
.saathi-know .saathi-know-tbl {
  padding: 0 120px;
  text-align: center;
  margin-top: -80px;
}
@media (max-width: 1199px) {
  .saathi-know .saathi-know-tbl {
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .saathi-know .saathi-know-tbl {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .saathi-know .saathi-know-tbl {
    padding: 0;
  }
}
.saathi-know .saathi-know-tbl thead tr th {
  color: #fff;
  font-size: 32px;
  padding: 20px 0;
  width: 33.33%;
  background: #246fba;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
@media (max-width: 1199px) {
  .saathi-know .saathi-know-tbl thead tr th {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .saathi-know .saathi-know-tbl thead tr th {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .saathi-know .saathi-know-tbl thead tr th {
    font-size: 16px;
  }
}
.saathi-know .saathi-know-tbl thead tr th.mob {
  display: table-cell;
}
.saathi-know .saathi-know-tbl thead tr th.bg-none {
  background: transparent;
}
.saathi-know .saathi-know-tbl thead tr th.bor-top-left, .saathi-know .saathi-know-tbl thead tr .bor-top-right {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
@media (max-width: 479px) {
  .saathi-know .saathi-know-tbl thead tr th.bor-top-left, .saathi-know .saathi-know-tbl thead tr .bor-top-right {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.saathi-know .saathi-know-tbl tbody tr td {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  padding: 20px 0;
  background: #246fba;
  border: 0;
  border-left: 5px solid #fff;
}
@media (max-width: 1199px) {
  .saathi-know .saathi-know-tbl tbody tr td {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .saathi-know .saathi-know-tbl tbody tr td {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .saathi-know .saathi-know-tbl tbody tr td {
    border: 0;
  }
}
@media (max-width: 479px) {
  .saathi-know .saathi-know-tbl tbody tr td {
    font-size: 16px;
  }
}
.saathi-know .saathi-know-tbl tbody tr td.mob {
  display: table-cell;
}
.saathi-know .saathi-know-tbl tbody tr.mob {
  display: table-row;
  border-top: 5px solid #fff;
}
.saathi-know .saathi-know-tbl tbody tr.mob td.bor-bottom-left, .saathi-know .saathi-know-tbl tbody tr.mob td.bor-bottom-right {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (max-width: 479px) {
  .saathi-know .saathi-know-tbl tbody tr.mob td.bor-bottom-left, .saathi-know .saathi-know-tbl tbody tr.mob td.bor-bottom-right {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.saathi-know .saathi-know-tbl tbody tr.mob td.bor-bottom-left a, .saathi-know .saathi-know-tbl tbody tr.mob td.bor-bottom-right a {
  color: #fff;
}
.saathi-know .saathi-know-tbl tbody tr.mob td.bor-bottom-left a:hover, .saathi-know .saathi-know-tbl tbody tr.mob td.bor-bottom-right a:hover {
  color: #f3ce2c;
}

.meet-saathi {
  position: relative;
}
.meet-saathi h2 {
  color: #37bba4;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .meet-saathi h2 {
    position: relative;
    color: #fff;
    padding: 20px 0;
    z-index: 0;
  }
  .meet-saathi h2:before {
    position: absolute;
    content: "";
    background: #246fba;
    top: 0;
    bottom: 0;
    left: -30%;
    width: 1000px;
    right: 0;
    z-index: -1;
  }
}
.meet-saathi h3::after {
  background: #37bba4;
}
.meet-saathi a::after {
  background: #37bba4;
}
.meet-saathi .bottom-el::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  background: url(../../images/repeat-a.jpg) repeat-x left center;
  background-size: auto 100%;
  height: 30px;
}

.meet-saathi.sa-page h2 {
  color: #246fba;
}
.meet-saathi.sa-page h3::after {
  background: #246fba;
}
@media (max-width: 767px) {
  .meet-saathi.sa-page .bottom-el img {
    display: none;
  }
}

@media (max-width: 767px) {
  .donationbox-stories.meet-saathi {
    padding: 0 0 40px !important;
  }
}
.donationbox-whatget {
  padding: 80px 0 80px;
  background: url(../../images/product-main.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
}
.donationbox-whatget:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .donationbox-whatget {
    padding: 60px 0 60px;
  }
}
.donationbox-whatget h1 {
  margin-bottom: 0;
  font-size: 85px;
}
@media (max-width: 1199px) {
  .donationbox-whatget h1 {
    font-size: 45px;
  }
}
.donationbox-whatget p a {
  color: #fff;
}
.donationbox-whatget p a:hover {
  color: #198E53;
}
@media (max-width: 1199px) {
  .donationbox-whatget p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .donationbox-whatget p {
    margin-bottom: 0;
  }
}
.donationbox-whatget img.get-img {
  position: relative;
  max-height: 103px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .donationbox-whatget img.get-img {
    margin-bottom: 0;
    max-width: 90px;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .donationbox-whatget .get-box {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
    gap: 20px;
  }
  .donationbox-whatget .get-box .get-desc {
    text-align: left;
  }
  .donationbox-whatget .get-box a {
    margin: initial;
    font-size: 20px;
  }
  .donationbox-whatget .get-box h3:after {
    margin: 8px 0;
  }
}
@media (max-width: 767px) {
  .donationbox-whatget .banner-video {
    margin-top: 50px;
  }
}
.donationbox-whatget .banner-video button {
  background: transparent;
  border: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .donationbox-whatget .banner-video button {
    margin-top: 0;
  }
}
@media (max-width: 1280px) {
  .donationbox-whatget .banner-video button img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .donationbox-whatget .banner-video button img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 991px) {
  .home-strip.saathi-strip .has-img {
    right: 0;
    left: auto;
    z-index: -1;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .home-strip.saathi-strip .has-img img {
    right: var(--bs-gutter-x);
    left: auto;
  }
}
@media (max-width: 767px) {
  .home-strip.saathi-strip {
    padding: 8px 160px 10px 0;
  }
}

.donation-opt h2.sec-hd {
  font-size: 50px;
  color: #198E53;
}
@media (max-width: 991px) {
  .donation-opt h2.sec-hd {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .donation-opt h2.sec-hd {
    font-size: 32px;
  }
}
.donation-opt .raahibox {
  background: #198E53;
  box-shadow: 8px 8px 1px #077237;
}
.donation-opt .bottom-el::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: 0;
  left: 0;
  background: url(../../images/repeat-green.jpg) center;
  background-size: auto 100%;
  height: 30px;
}
@media (max-width: 767px) {
  .donation-opt .bottom-el::after {
    bottom: auto;
    top: 60px;
  }
}

.donation-box-title h2.sec-hd {
  color: #198E53;
}
@media (max-width: 991px) {
  .donation-box-title h2.sec-hd {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .donation-box-title h2.sec-hd {
    font-size: 32px;
  }
}

.donation-box-step {
  background: #198E53;
}
.donation-box-step .donationbox-step-img {
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .donation-box-step .donationbox-step-img {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .donation-box-step .donationbox-step-img {
    max-width: 438px;
  }
  .donation-box-step .donationbox-step-img img.banner-img {
    max-width: 310px;
  }
}
@media (max-width: 479px) {
  .donation-box-step .donationbox-step-img {
    max-width: 310px;
  }
  .donation-box-step .donationbox-step-img img.banner-img {
    max-width: 310px;
  }
}
@media (max-width: 359px) {
  .donation-box-step .donationbox-step-img {
    max-width: 278px;
  }
  .donation-box-step .donationbox-step-img img.banner-img {
    max-width: 278px;
  }
}
.donation-box-step .donationbox-step-img::after {
  content: "";
  background: url(../../images/werwer.png) center;
  background-size: cover;
  position: absolute;
  width: 650px;
  height: 600px;
  left: -90px;
  top: -75px;
}
@media (max-width: 1399px) {
  .donation-box-step .donationbox-step-img::after {
    width: 560px;
    height: 520px;
    left: -90px;
    top: -70px;
  }
}
@media (max-width: 1199px) {
  .donation-box-step .donationbox-step-img::after {
    width: 480px;
    height: 460px;
    left: -80px;
  }
}
@media (max-width: 991px) {
  .donation-box-step .donationbox-step-img::after {
    width: 320px;
    height: 300px;
    left: -37px;
    top: -35px;
  }
}
@media (max-width: 767px) {
  .donation-box-step .donationbox-step-img::after {
    width: 480px;
    height: 440px;
    left: -50px;
    top: -45px;
  }
}
@media (max-width: 575px) {
  .donation-box-step .donationbox-step-img::after {
    width: 420px;
    height: 380px;
    left: -45px;
    top: -34px;
  }
}
@media (max-width: 479px) {
  .donation-box-step .donationbox-step-img::after {
    width: 318px;
    height: 290px;
  }
}
@media (max-width: 359px) {
  .donation-box-step .donationbox-step-img::after {
    width: 278px;
    height: 262px;
  }
}
.donation-box-step .img-left {
  position: relative;
  margin-top: 50px;
}
.donation-box-step .img-left .donationbox-step-list {
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  color: #f3ce2c;
}
@media (max-width: 991px) {
  .donation-box-step .img-left .donationbox-step-list {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .donation-box-step .img-left .donationbox-step-list {
    max-width: 438px;
  }
}
@media (max-width: 479px) {
  .donation-box-step .img-left .donationbox-step-list {
    max-width: 340px;
  }
}
@media (max-width: 359px) {
  .donation-box-step .img-left .donationbox-step-list {
    max-width: 278px;
  }
}
.donation-box-step .img-left .donationbox-step-list #step1 {
  position: absolute;
  top: -15px;
  right: 150px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .donation-box-step .img-left .donationbox-step-list #step1 {
    top: -25px;
    right: 140px;
  }
}
@media (max-width: 1199px) {
  .donation-box-step .img-left .donationbox-step-list #step1 {
    right: 100px;
  }
}
@media (max-width: 991px) {
  .donation-box-step .img-left .donationbox-step-list #step1 {
    right: 70px;
    top: -9px;
  }
}
@media (max-width: 767px) {
  .donation-box-step .img-left .donationbox-step-list #step1 {
    right: 120px;
    top: -5px;
  }
}
@media (max-width: 575px) {
  .donation-box-step .img-left .donationbox-step-list #step1 {
    right: 85px;
    top: -2px;
  }
}
@media (max-width: 479px) {
  .donation-box-step .img-left .donationbox-step-list #step1 {
    right: 65px;
    top: -13px;
  }
}
@media (max-width: 359px) {
  .donation-box-step .img-left .donationbox-step-list #step1 {
    right: 35px;
  }
}
.donation-box-step .img-left .donationbox-step-list #step2 {
  position: absolute;
  right: 50px;
  top: 130px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .donation-box-step .img-left .donationbox-step-list #step2 {
    top: 105px;
  }
}
@media (max-width: 1199px) {
  .donation-box-step .img-left .donationbox-step-list #step2 {
    top: 84px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .donation-box-step .img-left .donationbox-step-list #step2 {
    right: 17px;
    top: 64px;
  }
}
@media (max-width: 767px) {
  .donation-box-step .img-left .donationbox-step-list #step2 {
    right: 47px;
    top: 104px;
  }
}
@media (max-width: 575px) {
  .donation-box-step .img-left .donationbox-step-list #step2 {
    right: 17px;
    top: 93px;
  }
}
@media (max-width: 479px) {
  .donation-box-step .img-left .donationbox-step-list #step2 {
    top: 60px;
  }
}
@media (max-width: 359px) {
  .donation-box-step .img-left .donationbox-step-list #step2 {
    top: 50px;
    right: -10px;
  }
}
.donation-box-step .img-left .donationbox-step-list #step3 {
  position: absolute;
  right: 50px;
  bottom: -330px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .donation-box-step .img-left .donationbox-step-list #step3 {
    bottom: -280px;
  }
}
@media (max-width: 1199px) {
  .donation-box-step .img-left .donationbox-step-list #step3 {
    bottom: -241px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .donation-box-step .img-left .donationbox-step-list #step3 {
    right: 17px;
    bottom: -169px;
  }
}
@media (max-width: 767px) {
  .donation-box-step .img-left .donationbox-step-list #step3 {
    right: 45px;
    bottom: -251px;
  }
}
@media (max-width: 575px) {
  .donation-box-step .img-left .donationbox-step-list #step3 {
    right: 17px;
    bottom: -225px;
  }
}
@media (max-width: 479px) {
  .donation-box-step .img-left .donationbox-step-list #step3 {
    bottom: -165px;
  }
}
@media (max-width: 359px) {
  .donation-box-step .img-left .donationbox-step-list #step3 {
    bottom: -145px;
    right: -10px;
  }
}
.donation-box-step .img-left .donationbox-step-list #step4 {
  position: absolute;
  right: 150px;
  bottom: -470px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .donation-box-step .img-left .donationbox-step-list #step4 {
    bottom: -398px;
    right: 134px;
  }
}
@media (max-width: 1199px) {
  .donation-box-step .img-left .donationbox-step-list #step4 {
    bottom: -341px;
    right: 95px;
  }
}
@media (max-width: 991px) {
  .donation-box-step .img-left .donationbox-step-list #step4 {
    right: 65px;
    bottom: -236px;
  }
}
@media (max-width: 767px) {
  .donation-box-step .img-left .donationbox-step-list #step4 {
    right: 120px;
    bottom: -350px;
  }
}
@media (max-width: 575px) {
  .donation-box-step .img-left .donationbox-step-list #step4 {
    right: 80px;
    bottom: -311px;
  }
}
@media (max-width: 479px) {
  .donation-box-step .img-left .donationbox-step-list #step4 {
    right: 60px;
    bottom: -230px;
  }
}
@media (max-width: 359px) {
  .donation-box-step .img-left .donationbox-step-list #step4 {
    right: 30px;
    bottom: -205px;
  }
}
.donation-box-step .setpall .strip-btn a {
  background: #f3ce2c;
  color: #000;
  text-transform: uppercase;
}
.donation-box-step .setpall .strip-btn a:hover {
  background: #873d89;
  color: #fff;
}

.donation-box-get h3::after {
  background: #198E53;
}
.donation-box-get a::after {
  background: #198E53;
}

/* Donation box page */
.donation-box-video .container:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  bottom: 0px;
  background: url(../../images/side-img-left-green.png);
  width: 2%;
  background-size: 100%;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .donation-box-video .container:before {
    display: none;
  }
}
.donation-box-video .container:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  bottom: 0px;
  background: url(../../images/side-img-right-green.png) repeat-y;
  width: 1.7%;
  background-size: 100%;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .donation-box-video .container:after {
    display: none;
  }
}
.donation-box-video.scrolled .container:before {
  -webkit-animation: slideInLeft 1s ease-in-out 1s forwards;
          animation: slideInLeft 1s ease-in-out 1s forwards;
}
.donation-box-video.scrolled .container:after {
  -webkit-animation: slideInRight 1s ease-in-out 1s forwards;
          animation: slideInRight 1s ease-in-out 1s forwards;
}
.donation-box-video h2.sec-hd {
  color: #198E53;
}
@media (max-width: 991px) {
  .donation-box-video h2.sec-hd {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .donation-box-video h2.sec-hd {
    font-size: 32px;
  }
}

.donation-stories h2.sec-hd {
  color: #198E53;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .donation-stories h2.sec-hd {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .donation-stories h2.sec-hd {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.donation-stories h3::after {
  background: #198E53;
}
.donation-stories a::after {
  background: #198E53;
}

/* Corporate gifting Page */
.corporate-gift h1 {
  margin-bottom: 0px;
}

.shgifting {
  padding: 50px 0 50px;
  background: url(../../images/featured-bg.jpg) center;
  background-size: 100%;
  position: relative;
}
.shgifting::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 80px;
  width: 130px;
  height: 130px;
  background: url(../../images/star.svg) no-repeat;
  transform: rotate(var(--rotateVal));
}
.shgifting h2.sec-hd {
  margin-bottom: 0;
  color: #D8931A;
  font-size: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .shgifting h2.sec-hd {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .shgifting h2.sec-hd {
    font-size: 32px;
  }
}
.shgifting img {
  border-radius: 100px;
  margin-bottom: 15px;
  width: 70%;
}
.shgifting h3 {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  margin-top: 10px;
}
.shgifting h3::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #D8931A;
  margin: 8px auto;
  display: table;
  border-radius: 5px;
}
@media (max-width: 1399px) {
  .shgifting h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .shgifting h3 {
    font-size: 23px;
  }
}
.shgifting p {
  color: #000;
  font-size: 22px;
  margin-bottom: 0;
}
.shgifting a {
  display: table;
  margin: 0px auto 50px;
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 2;
  padding: 2px 12px;
}
.shgifting a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #D8931A;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.shgifting a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.shgifting .bottom-el::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  background: url(../../images/repeat-orange.jpg) center;
  background-size: auto 100%;
  height: 20px;
}

.how-to-start {
  padding: 100px 0 100px;
  background: url(../../images/earn-nandi-banner.jpg) center;
  background-size: cover;
  position: relative;
  color: #D8931A;
  text-align: center;
}
.how-to-start .donationbox-step-img {
  position: relative;
  text-align: left;
}
.how-to-start .donationbox-step-img::after {
  content: "";
  background: url(../../images/step-img-t.png) center;
  background-size: cover;
  position: absolute;
  width: 650px;
  height: 600px;
  left: -90px;
  top: -75px;
}
@media (max-width: 1399px) {
  .how-to-start .donationbox-step-img::after {
    width: 560px;
    height: 520px;
    left: -90px;
    top: -70px;
  }
}
@media (max-width: 1199px) {
  .how-to-start .donationbox-step-img::after {
    width: 480px;
    height: 460px;
    left: -80px;
  }
}
@media (max-width: 991px) {
  .how-to-start .donationbox-step-img::after {
    width: 320px;
    height: 300px;
    left: -37px;
    top: -35px;
  }
}
@media (max-width: 767px) {
  .how-to-start .donationbox-step-img::after {
    width: 480px;
    height: 440px;
    left: -50px;
    top: -45px;
  }
}
@media (max-width: 575px) {
  .how-to-start .donationbox-step-img::after {
    width: 420px;
    height: 380px;
    left: -45px;
    top: -34px;
  }
}
@media (max-width: 479px) {
  .how-to-start .donationbox-step-img::after {
    width: 318px;
    height: 290px;
  }
}
@media (max-width: 359px) {
  .how-to-start .donationbox-step-img::after {
    width: 278px;
    height: 262px;
  }
}
.how-to-start .img-left {
  position: relative;
  margin-top: 50px;
}
.how-to-start .img-left .donationbox-step-list {
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  color: #077237;
}
@media (max-width: 991px) {
  .how-to-start .img-left .donationbox-step-list {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .how-to-start .img-left .donationbox-step-list {
    max-width: 438px;
  }
}
@media (max-width: 479px) {
  .how-to-start .img-left .donationbox-step-list {
    max-width: 340px;
  }
}
@media (max-width: 359px) {
  .how-to-start .img-left .donationbox-step-list {
    max-width: 278px;
  }
}
.how-to-start .img-left .donationbox-step-list #step1 {
  position: absolute;
  top: -15px;
  right: 150px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .how-to-start .img-left .donationbox-step-list #step1 {
    top: -16px;
    right: 135px;
  }
}
@media (max-width: 1199px) {
  .how-to-start .img-left .donationbox-step-list #step1 {
    top: -19px;
    right: 100px;
  }
}
@media (max-width: 991px) {
  .how-to-start .img-left .donationbox-step-list #step1 {
    right: 70px;
    top: -5px;
  }
}
@media (max-width: 767px) {
  .how-to-start .img-left .donationbox-step-list #step1 {
    right: 120px;
    top: 3px;
  }
}
@media (max-width: 575px) {
  .how-to-start .img-left .donationbox-step-list #step1 {
    right: 85px;
    top: 3px;
  }
}
@media (max-width: 479px) {
  .how-to-start .img-left .donationbox-step-list #step1 {
    right: 65px;
    top: -13px;
  }
}
@media (max-width: 359px) {
  .how-to-start .img-left .donationbox-step-list #step1 {
    right: 35px;
  }
}
.how-to-start .img-left .donationbox-step-list #step2 {
  position: absolute;
  right: 50px;
  top: 136px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .how-to-start .img-left .donationbox-step-list #step2 {
    top: 110px;
  }
}
@media (max-width: 1199px) {
  .how-to-start .img-left .donationbox-step-list #step2 {
    top: 88px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .how-to-start .img-left .donationbox-step-list #step2 {
    right: 17px;
    top: 67px;
  }
}
@media (max-width: 767px) {
  .how-to-start .img-left .donationbox-step-list #step2 {
    right: 47px;
    top: 111px;
  }
}
@media (max-width: 575px) {
  .how-to-start .img-left .donationbox-step-list #step2 {
    right: 17px;
    top: 98px;
  }
}
@media (max-width: 479px) {
  .how-to-start .img-left .donationbox-step-list #step2 {
    top: 60px;
  }
}
@media (max-width: 359px) {
  .how-to-start .img-left .donationbox-step-list #step2 {
    top: 50px;
    right: -10px;
  }
}
.how-to-start .img-left .donationbox-step-list #step3 {
  position: absolute;
  right: 50px;
  bottom: -335px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .how-to-start .img-left .donationbox-step-list #step3 {
    bottom: -287px;
  }
}
@media (max-width: 1199px) {
  .how-to-start .img-left .donationbox-step-list #step3 {
    bottom: -245px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .how-to-start .img-left .donationbox-step-list #step3 {
    right: 17px;
    bottom: -172px;
  }
}
@media (max-width: 767px) {
  .how-to-start .img-left .donationbox-step-list #step3 {
    right: 45px;
    bottom: -256px;
  }
}
@media (max-width: 575px) {
  .how-to-start .img-left .donationbox-step-list #step3 {
    right: 17px;
    bottom: -228px;
  }
}
@media (max-width: 479px) {
  .how-to-start .img-left .donationbox-step-list #step3 {
    bottom: -165px;
  }
}
@media (max-width: 359px) {
  .how-to-start .img-left .donationbox-step-list #step3 {
    bottom: -145px;
    right: -10px;
  }
}
.how-to-start .img-left .donationbox-step-list #step4 {
  position: absolute;
  right: 150px;
  bottom: -466px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .how-to-start .img-left .donationbox-step-list #step4 {
    bottom: -398px;
    right: 134px;
  }
}
@media (max-width: 1199px) {
  .how-to-start .img-left .donationbox-step-list #step4 {
    bottom: -341px;
    right: 95px;
  }
}
@media (max-width: 991px) {
  .how-to-start .img-left .donationbox-step-list #step4 {
    right: 65px;
    bottom: -236px;
  }
}
@media (max-width: 767px) {
  .how-to-start .img-left .donationbox-step-list #step4 {
    right: 120px;
    bottom: -353px;
  }
}
@media (max-width: 575px) {
  .how-to-start .img-left .donationbox-step-list #step4 {
    right: 80px;
    bottom: -312px;
  }
}
@media (max-width: 479px) {
  .how-to-start .img-left .donationbox-step-list #step4 {
    right: 60px;
    bottom: -230px;
  }
}
@media (max-width: 359px) {
  .how-to-start .img-left .donationbox-step-list #step4 {
    right: 30px;
    bottom: -205px;
  }
}
.how-to-start .setpall .strip-btn a {
  background-color: #D8931A;
}
.how-to-start .setpall .strip-btn a:hover {
  background: #198E53;
}

.corporate-member h3::after {
  background: #D8931A;
}
.corporate-member p {
  font-size: 22px;
}
.corporate-member a::after {
  background: #D8931A;
}

.corporate-video {
  background: url(../../images/mantor-bg.jpg) no-repeat center;
  padding: 50px 0 100px;
  position: relative;
}
.corporate-video .container:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  bottom: 0px;
  background: url(../../images/side-img-left-orange.png);
  width: 2%;
  background-size: 100%;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .corporate-video .container:before {
    display: none;
  }
}
.corporate-video .container:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  bottom: 0px;
  background: url(../../images/side-img-right-orange.png) repeat-y;
  width: 1.7%;
  background-size: 100%;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .corporate-video .container:after {
    display: none;
  }
}
.corporate-video.scrolled .container:before {
  -webkit-animation: slideInLeft 1s ease-in-out 1s forwards;
          animation: slideInLeft 1s ease-in-out 1s forwards;
}
.corporate-video.scrolled .container:after {
  -webkit-animation: slideInRight 1s ease-in-out 1s forwards;
          animation: slideInRight 1s ease-in-out 1s forwards;
}
.corporate-video .sec-hd {
  color: #24a088;
}

.corporate-strip {
  background: #D8931A;
}
.corporate-strip h3 {
  color: #fff;
}
.corporate-strip .strip-btn {
  color: #d8931a;
}

.corporate-stories {
  padding: 150px 0 150px !important;
}
@media (max-width: 991px) {
  .corporate-stories {
    padding: 40px 0 40px !important;
  }
}
.corporate-stories h2.sec-hd {
  color: #0c7230;
}
.corporate-stories h3::after {
  background: #24a088;
}
.corporate-stories a {
  font-size: 22px;
}
.corporate-stories a::after {
  background: #D8931A;
}
.corporate-stories .bottom-el {
  padding-bottom: 0;
}
.corporate-stories .bottom-el::after {
  background: none !important;
}
.corporate-stories::before {
  position: absolute;
  content: "";
  background: url(../../images/repeat-orange.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-animation: none;
  animation: none;
  z-index: 1;
}
.corporate-stories .container::after, .corporate-stories .container::before {
  display: none;
}

/* Personal Detail Page */
.detail-form {
  padding: 60px 0 50px;
  position: relative;
}
.detail-form::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 50px);
  height: 100px;
  background: #873d89;
  width: 100%;
}
@media (max-width: 767px) {
  .detail-form {
    padding: 40px 0;
  }
}
.detail-form .link-left a.go-back-arrow {
  color: #d13f81;
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 479px) {
  .detail-form .link-left a.go-back-arrow {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .detail-form .link-left a.go-back-arrow {
    font-size: 12px;
  }
}
.detail-form .link-left a.go-back-txt {
  color: #000;
}
.detail-form .link-left a.go-back-txt:hover {
  color: #873d89;
}
.detail-form .link-right {
  text-align: end;
}
.detail-form .link-right a {
  color: #000;
}
.detail-form .link-right a:hover {
  color: #873d89;
}
.detail-form .details {
  border: 3px solid #873d89;
  border-radius: 10px;
  padding: 80px 30px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  background: white;
}
@media (max-width: 767px) {
  .detail-form .details {
    padding: 50px 10px;
  }
}
.detail-form .details label {
  color: #873d89;
  font-weight: 600;
  width: 30%;
  font-size: 30px;
}
@media (max-width: 1399px) {
  .detail-form .details label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .detail-form .details label {
    font-size: 18px;
    vertical-align: middle;
  }
}
@media (max-width: 479px) {
  .detail-form .details label {
    width: 35%;
  }
}
@media (max-width: 359px) {
  .detail-form .details label {
    width: 38%;
  }
}
.detail-form .details .input-box {
  width: 60%;
  border-radius: 10px;
  border: none;
  background-color: #feefff;
  padding: 10px 15px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #d13f81;
}
@media (max-width: 767px) {
  .detail-form .details .input-box {
    width: 67%;
  }
}
@media (max-width: 479px) {
  .detail-form .details .input-box {
    width: 62%;
  }
}
@media (max-width: 359px) {
  .detail-form .details .input-box {
    width: 59%;
  }
}
.detail-form .details .fileupload {
  background-color: #feefff;
  text-align: center;
  border-radius: 10px;
  width: 60%;
  display: inline-flex;
}
@media (max-width: 767px) {
  .detail-form .details .fileupload {
    width: 67%;
  }
}
@media (max-width: 479px) {
  .detail-form .details .fileupload {
    width: 62%;
  }
}
@media (max-width: 359px) {
  .detail-form .details .fileupload {
    width: 59%;
    padding: 0 10px;
  }
}
.detail-form .details .fileupload .file-upload-txt {
  padding: 80px 0 20px;
}
@media (max-width: 1399px) {
  .detail-form .details .fileupload .file-upload-txt {
    padding: 40px 0 20px;
  }
}
@media (max-width: 1199px) {
  .detail-form .details .fileupload .file-upload-txt {
    padding: 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .detail-form .details .fileupload .file-upload-txt {
    padding: 20px 0px;
  }
}
@media (max-width: 479px) {
  .detail-form .details .fileupload .file-upload-txt {
    padding: 50px 0 0;
  }
}
.detail-form .details .fileupload .file-upload-txt p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .detail-form .details .fileupload .file-upload-txt p {
    font-size: 14px;
    padding: 0 10px;
  }
}
.detail-form .details .fileupload .file-upload-txt .file {
  position: relative;
}
.detail-form .details .fileupload .file-upload-txt .file span {
  border: 2px solid #d13f81;
  border-radius: 30px;
  padding: 5px 50px;
  color: #d13f81;
}
@media (max-width: 1399px) {
  .detail-form .details .fileupload .file-upload-txt .file span {
    padding: 5px 35px;
  }
}
@media (max-width: 1199px) {
  .detail-form .details .fileupload .file-upload-txt .file span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .detail-form .details .fileupload .file-upload-txt .file span {
    font-size: 16px;
    padding: 5px 20px;
  }
}
@media (max-width: 359px) {
  .detail-form .details .fileupload .file-upload-txt .file span {
    margin-left: 10px;
  }
}
.detail-form .details .fileupload .file-upload-txt .file input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
}
.detail-form .details .fileupload img {
  height: 78%;
  margin: 20px 10px 0 0;
  background: white;
  padding: 20px;
}
@media (max-width: 1399px) {
  .detail-form .details .fileupload img {
    height: 75%;
  }
}
@media (max-width: 1199px) {
  .detail-form .details .fileupload img {
    height: 50%;
  }
}
@media (max-width: 767px) {
  .detail-form .details .fileupload img {
    height: 80%;
    padding: 10px;
    margin: 15px 10px 0 0;
  }
}
@media (max-width: 575px) {
  .detail-form .details .fileupload img {
    height: 60%;
  }
}
@media (max-width: 479px) {
  .detail-form .details .fileupload img {
    height: 80%;
  }
}
@media (max-width: 479px) {
  .detail-form .details .fileupload .per-img {
    height: 70%;
  }
}
@media (max-width: 359px) {
  .detail-form .details .fileupload .per-img {
    height: 50%;
  }
}
@media (max-width: 479px) {
  .detail-form .details .fileupload.per-fl .file-upload-txt {
    padding: 20px 0 10px;
  }
  .detail-form .details .fileupload.per-fl .file-upload-txt p {
    margin-bottom: 0;
  }
}
.detail-form .details .radio-btn .form-check-input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: baseline;
  border: 2px solid #d13f81;
}
@media (max-width: 767px) {
  .detail-form .details .radio-btn .form-check-input {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}
.detail-form .details .radio-btn .form-check-input:checked {
  background-color: #d13f81;
  border-color: #d13f81;
  box-shadow: none;
}
.detail-form .details .radio-btn .form-check-input:checked[type=radio] {
  background-image: none;
}
.detail-form .details .radio-btn span {
  font-size: 22px;
  margin-right: 30px;
}
@media (max-width: 1399px) {
  .detail-form .details .radio-btn span {
    margin-right: 15px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .detail-form .details .radio-btn span {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .detail-form .details .radio-btn span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.detail-form .details .per-detail-btn {
  text-align: center;
  width: 100%;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .detail-form .details .per-detail-btn {
    margin: 30px auto 0;
  }
}
.detail-form .details .per-detail-btn a {
  color: #fff;
  background: #873d89;
  border-radius: 30px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.detail-form .details .per-detail-btn a:hover {
  background: #d13f81;
}
@media (max-width: 991px) {
  .detail-form .details .per-detail-btn a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .detail-form .details .mob-order {
    order: 1;
  }
}
@media (max-width: 767px) {
  .detail-form .details .mob-order-2 {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .detail-form .details .radio-btn {
    margin-bottom: 25px;
  }
}

.per-dt {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .per-dt {
    padding-bottom: 50px;
  }
}
.per-dt .radio-btn > * {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 479px) {
  .per-dt .radio-btn {
    font-size: 0;
  }
}
@media (max-width: 479px) {
  .per-dt .radio-btn .gen {
    padding-left: 10px;
    width: 130px;
  }
}
@media (max-width: 359px) {
  .per-dt .radio-btn .gen {
    padding-left: 15px;
    width: 135px;
  }
}
.per-dt .radio-btn > label {
  width: 30%;
}
@media (max-width: 479px) {
  .per-dt .radio-btn > label {
    width: 35%;
  }
}
.per-dt .fileupload .file-upload-txt p {
  padding: 0 10px;
}

/* Password Page */
.detail-form .password {
  padding: 100px;
}
@media (max-width: 767px) {
  .detail-form .password {
    padding: 50px 10px;
  }
}
.detail-form .password label {
  font-size: 30px;
  width: 30%;
}
@media (max-width: 1399px) {
  .detail-form .password label {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .detail-form .password label {
    width: 100%;
    font-size: 20px;
  }
}
.detail-form .password .input-box {
  width: 69%;
}
@media (max-width: 991px) {
  .detail-form .password .input-box {
    width: 100%;
  }
}
.detail-form .password input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.detail-form .forgot-pwd {
  text-align: center;
  margin: 30px 0 0;
}
.detail-form .forgot-pwd p {
  font-size: 22px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .detail-form .forgot-pwd p {
    font-size: 18px;
  }
}
.detail-form .forgot-pwd p a {
  color: #000;
  font-size: 28px;
}
.detail-form .forgot-pwd p a:hover {
  color: #873d89;
}
@media (max-width: 767px) {
  .detail-form .forgot-pwd p a {
    font-size: 22px;
  }
}

.pad-120 {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .pad-120 {
    padding-bottom: 50px;
  }
}

.form-otp {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .form-otp {
    padding: 0px 0 50px;
  }
}
.form-otp .send-otp label {
  width: 15%;
}
@media (max-width: 991px) {
  .form-otp .send-otp label {
    width: 100%;
  }
}
.form-otp .send-otp .input-box {
  width: 80%;
}
@media (max-width: 991px) {
  .form-otp .send-otp .input-box {
    width: 100%;
  }
}
.form-otp .send-otp p {
  text-align: center;
}

/* Save Address Page */
.detail-form .text {
  font-size: 20px;
  border-bottom: 3px solid #873d89;
  margin-bottom: 50px;
}
.detail-form .text .link-left a.go-back-txt {
  font-size: 22px;
}
@media (max-width: 767px) {
  .detail-form .text .link-left a.go-back-txt {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .detail-form .text .link-left a.go-back-txt {
    font-size: 16px;
  }
}
.detail-form .text .link-right a {
  font-size: 22px;
}
@media (max-width: 767px) {
  .detail-form .text .link-right a {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .detail-form .text .link-right a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .detail-form .text .link-right a.new-l {
    display: block;
  }
}
.detail-form .no-border-bottom {
  border-bottom: none;
  margin-bottom: 0;
}
.detail-form .saved-address label {
  color: #873d89;
  font-size: 30px;
  font-weight: 600;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
.detail-form .saved-address label span {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: #873d89;
  border-radius: 100px;
  padding: 5px;
}
.detail-form .add-address label {
  color: #873d89;
  font-size: 30px;
  font-weight: 600;
  margin-top: 50px;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
.detail-form .add-address label::before {
  position: absolute;
  content: "";
  background: #873d89;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  right: 0px;
}
.detail-form .add-address label::after {
  position: absolute;
  content: "+";
  right: 7px;
  color: #fff;
  top: 1px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .detail-form .add-address label::after {
    right: 9px;
  }
}
.detail-form .save-add-details {
  padding: 50px;
}
@media (max-width: 767px) {
  .detail-form .save-add-details {
    padding: 30px 10px 50px;
  }
}
.detail-form .save-add-details label {
  width: 40%;
}
@media (max-width: 479px) {
  .detail-form .save-add-details label {
    width: 45%;
  }
}
.detail-form .save-add-details .input-box {
  width: 55%;
  color: #d13f81;
}
@media (max-width: 479px) {
  .detail-form .save-add-details .input-box {
    width: 52%;
  }
}
.detail-form .save-add-details #addresses {
  height: 100px;
  border: none;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.detail-form .save-add-details #addresses option {
  font-size: 30px;
  padding: 10px 10%;
  text-align: center;
  margin-right: 25px;
  margin-left: 25px;
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  color: white;
  background-color: #873d89;
}
@media (max-width: 1399px) {
  .detail-form .save-add-details #addresses option {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .detail-form .save-add-details #addresses option {
    font-size: 22px;
  }
}

.save-add::after {
  display: none;
}

.detail-form.save-add .save-add-details {
  background: #fff;
  position: relative;
  z-index: 0;
}
.detail-form.save-add .save-add-details::before, .detail-form.save-add .save-add-details::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 100px;
  background: #873d89;
  width: 600px;
  transform: translateY(-50%);
  z-index: -1;
  left: auto;
}
.detail-form.save-add .save-add-details::after {
  left: 100%;
  right: auto;
}

/* Bank Detail Page */
.detail-form .save-add-details .fileupload {
  width: 35%;
}
@media (max-width: 767px) {
  .detail-form .save-add-details .fileupload {
    width: 100%;
  }
}
.detail-form .bank-details label {
  width: 30%;
}
@media (max-width: 767px) {
  .detail-form .bank-details label {
    width: 100%;
    font-size: 24px;
  }
}
.detail-form .bank-details .input-box {
  width: 69%;
}
@media (max-width: 767px) {
  .detail-form .bank-details .input-box {
    width: 100%;
  }
}

/* Marketing Material */
.market-banner .linktxt {
  border-bottom: 2px solid #d13f81;
}
.market-banner .linktxt a.go-back-arrow {
  color: #d13f81;
  font-weight: 600;
}
.market-banner .linktxt a.go-back-txt {
  color: #000;
}
.market-banner .linktxt a.go-back-txt:hover {
  color: #873d89;
}
@media (max-width: 1199px) {
  .market-banner .linktxt a.go-back-txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .market-banner .linktxt a.go-back-txt {
    font-size: 16px;
  }
}
.market-banner .linktxt .text-end a {
  color: #000;
}
.market-banner .linktxt .text-end a:hover {
  color: #873d89;
}
@media (max-width: 1199px) {
  .market-banner .linktxt .text-end a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .market-banner .linktxt .text-end a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .market-banner .linktxt > div:nth-child(1) {
    width: 20%;
  }
  .market-banner .linktxt > div:nth-child(2) {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .market-banner .linktxt > div:nth-child(1) {
    width: 25%;
  }
  .market-banner .linktxt > div:nth-child(2) {
    width: 75%;
  }
}
@media (max-width: 479px) {
  .market-banner .linktxt > div:nth-child(1) {
    width: 30%;
  }
  .market-banner .linktxt > div:nth-child(2) {
    width: 70%;
  }
}
@media (max-width: 359px) {
  .market-banner .linktxt > div:nth-child(1) {
    width: 35%;
  }
  .market-banner .linktxt > div:nth-child(2) {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .market-banner .linktxt {
    font-size: 16px;
    display: flex;
    align-items: center;
  }
}

.marketing-material {
  padding: 100px 0;
  align-items: center;
}
@media (max-width: 991px) {
  .marketing-material {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .marketing-material {
    padding: 50px 0 0;
  }
  .marketing-material .mob-1 {
    order: 1;
  }
  .marketing-material .mob-2 {
    order: 2;
  }
}
.marketing-material .left-pink-bg {
  border-radius: 200px 0 0 200px;
  margin: 0 0 0 -42px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
  z-index: 0;
}
.marketing-material .left-pink-bg:before {
  position: absolute;
  content: "";
  background: #d13f81;
  height: 100%;
  width: 600px;
  z-index: -1;
  right: auto;
  left: 100%;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .marketing-material .left-pink-bg:before {
    display: none;
  }
}
@media (max-width: 1399px) {
  .marketing-material .left-pink-bg {
    padding: 50px;
    padding-left: 200px;
    padding-right: 119px;
  }
}
@media (max-width: 991px) {
  .marketing-material .left-pink-bg {
    padding: 30px;
    padding-left: 130px;
    padding-right: 29px;
  }
}
@media (max-width: 767px) {
  .marketing-material .left-pink-bg {
    padding: 30px;
    text-align: center;
    padding-top: 140px;
    border-radius: 200px 200px 0px 0;
    margin: 0;
    margin-top: -120px;
  }
}
.marketing-material .left-pink-bg p {
  color: #fff;
}
.marketing-material .right-pink-bg {
  position: relative;
  background: transparent;
}
@media (max-width: 767px) {
  .marketing-material .right-pink-bg {
    padding: 0;
    z-index: 1;
  }
}
.marketing-material .right-pink-bg figure {
  width: 400px;
  right: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .marketing-material .right-pink-bg figure {
    position: relative;
    margin-bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 240px;
  }
}

.marketing-material-mobile {
  display: none;
}
@media (max-width: 767px) {
  .marketing-material-mobile {
    display: block;
  }
}
.marketing-material-mobile .left-img-mobile figure {
  width: 320px;
  display: inline-block;
  overflow: hidden;
  background: #f3ce2c;
  padding: 15px;
  position: relative;
  border-radius: 100%;
  max-width: 100%;
  bottom: -90px;
}
.marketing-material-mobile .left-img-mobile figure::after {
  content: "";
  background: #873d89;
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  transition: all 1s ease-in-out 0s;
}
.marketing-material-mobile .left-img-mobile figure img {
  z-index: 1;
  position: relative;
  border-radius: 100%;
}
.marketing-material-mobile .right-bg {
  padding: 100px 50px 100px;
  background: #d13f81;
  border-radius: 250px 250px 0 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: -1;
  bottom: 0;
}
.marketing-material-mobile .right-bg .sec-hd {
  font-size: 45px;
}
.marketing-material-mobile .right-bg p {
  font-size: 24px;
}

.marketing-material.mem-learn .left-pink-bg {
  border-radius: 0 200px 200px 0;
  padding-left: 100px;
  margin: 0 -150px 0 0;
}
.marketing-material.mem-learn .left-pink-bg::before {
  left: auto;
  right: 100%;
}
@media (max-width: 1399px) {
  .marketing-material.mem-learn .left-pink-bg {
    padding-left: 50px;
    padding-right: 130px;
  }
}
@media (max-width: 767px) {
  .marketing-material.mem-learn .left-pink-bg {
    padding: 30px;
    padding-top: 30px;
    text-align: center;
    padding-top: 140px;
    border-radius: 200px 200px 0px 0;
    margin: 0;
    margin-top: 0px;
    margin-top: -120px;
  }
}
.marketing-material.mem-learn .right-pink-bg {
  padding: 200px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .marketing-material.mem-learn .right-pink-bg {
    padding: 140px;
  }
}
@media (max-width: 991px) {
  .marketing-material.mem-learn .right-pink-bg {
    padding: 110px;
  }
}
@media (max-width: 767px) {
  .marketing-material.mem-learn .right-pink-bg {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .marketing-material.mem-learn .container::before, .marketing-material.mem-learn .container::after {
    display: block !important;
  }
}

.printing-material {
  background: url(../../images/storiesbg.png) center;
  background-size: 50%;
  border-bottom: 10px solid #f3ce2c;
  padding: 50px 0 150px 0;
}
.printing-material::before {
  background: none;
}
.printing-material h1.sec-hd {
  margin-bottom: 60px;
}
.printing-material h4 {
  color: #873d89;
  text-transform: none;
  margin-bottom: 50px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .printing-material h4 {
    margin-bottom: 30px;
  }
}
.printing-material .download-btn {
  display: inline-flex;
}
.printing-material .download-btn a {
  border-radius: 50px;
  padding: 10px 50px;
  background: #873d89;
  color: #fff;
  margin: 30px 0;
}
.printing-material .download-btn a:hover {
  background: #d13f81;
}
@media (max-width: 991px) {
  .printing-material .download-btn a {
    padding: 10px 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .printing-material .download-btn a {
    padding: 10px 50px;
  }
}
@media (max-width: 767px) {
  .printing-material .download-btn a {
    margin: 20px 0 50px;
  }
}
@media (max-width: 575px) {
  .printing-material .download-btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .printing-material {
    padding: 50px 0 0 0 !important;
  }
}
.printing-material .owl-carousel .owl-nav {
  top: 35%;
  left: 10px;
  right: 10px;
  display: none !important;
}
@media (max-width: 767px) {
  .printing-material .owl-carousel .owl-nav {
    display: flex !important;
    top: 40%;
  }
}
@media (max-width: 479px) {
  .printing-material .owl-carousel .owl-nav {
    left: 0;
    right: 0;
  }
}
@media (max-width: 359px) {
  .printing-material .owl-carousel .owl-nav button {
    width: 14px;
  }
}
@media (max-width: 359px) {
  .printing-material .owl-carousel .shopfor.text-center figure {
    width: 250px;
  }
}

/* Wallet Page */
.wallet-link {
  padding: 50px 0;
}
.wallet-link .bor-bot {
  border-bottom: 3px solid #873d89;
  padding-bottom: 10px;
}
.wallet-link .bor-bot a.go-back-arrow {
  color: #d13f81;
  font-weight: 600;
}
.wallet-link .bor-bot a.go-back-txt {
  color: #000;
}
.wallet-link .bor-bot a.go-back-txt:hover {
  color: #873d89;
}
@media (max-width: 767px) {
  .wallet-link .bor-bot a.go-back-txt {
    font-size: 16px;
  }
}
.wallet-link .bor-bot .text-end a {
  color: #000;
}
.wallet-link .bor-bot .text-end a:hover {
  color: #873d89;
}
@media (max-width: 767px) {
  .wallet-link .bor-bot .text-end a {
    font-size: 16px;
  }
}

.wallet-box {
  padding: 20px 0 100px;
  text-align: center;
}
@media (max-width: 991px) {
  .wallet-box {
    padding: 20px 0;
  }
}
@media (max-width: 359px) {
  .wallet-box {
    padding: 0;
  }
}
.wallet-box .wallet {
  margin-bottom: 50px;
}
.wallet-box .wallet h1 {
  color: #d13f81;
  margin-bottom: 15px;
  font-size: 65px;
}
.wallet-box .wallet p {
  color: #d13f81;
  padding: 0 100px;
}
.wallet-box .wallet-product h2 {
  color: #fff;
  font-size: 45px;
}
.wallet-box .wallet-product h4 {
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ffe108;
  font-weight: 600;
}
.wallet-box .wallet-product span {
  background: #ffe108;
  font-size: 65px;
  padding: 10px 35px;
  border-radius: 100%;
}
.wallet-box .wallet-product p {
  color: #fff;
}
.wallet-box .wallet-product .product-box {
  background-color: #873d89;
  padding: 50px 30px 120px;
  border-radius: 30px;
  position: relative;
}
.wallet-box .wallet-product .product-box::after {
  content: "";
  background: url(../../images/bottom-design.png) center no-repeat;
  background-size: 100%;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
}
.wallet-box .wallet-product .product-box span {
  color: #873d89;
}
.wallet-box .wallet-product .cash-box {
  background-color: #d13f81;
  padding: 50px 30px 120px;
  border-radius: 30px;
  position: relative;
}
.wallet-box .wallet-product .cash-box::after {
  content: "";
  background: url(../../images/bottom-design.png) center no-repeat;
  background-size: 100%;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
}
.wallet-box .wallet-product .cash-box span {
  color: #d13f81;
}
.wallet-box .wallet-product .reward-box {
  background-color: #2AAA8A;
  padding: 50px 30px 120px;
  border-radius: 30px;
  position: relative;
}
.wallet-box .wallet-product .reward-box::after {
  content: "";
  background: url(../../images/bottom-design.png) center no-repeat;
  background-size: 100%;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
}
.wallet-box .wallet-product .reward-box span {
  color: #2AAA8A;
}
.wallet-box .wallet-product .wallet-box-btn {
  margin-top: 40px;
}
.wallet-box .wallet-product .wallet-box-btn a {
  border-radius: 50px;
  padding: 10px 80px;
  background: white;
  color: #873d89;
  text-transform: uppercase;
  font-weight: 600;
}
.wallet-box .wallet-product .wallet-box-btn a:hover {
  background: #f3ce2c;
}

.donationbox-step-title.saathi-ttl {
  position: relative;
  padding: 80px 0 60px;
}
.donationbox-step-title.saathi-ttl::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  background: url(../../images/repeat-orange.jpg) center;
  background-size: auto;
  background-size: auto 100%;
  height: 30px;
  top: 0;
}
@media (max-width: 1366px) {
  .donationbox-step-title.saathi-ttl {
    padding: 60px 0 40px;
  }
}

.donationbox-step-title.corp-ttl {
  padding: 40px 0;
}

.raahi-banner.n-img .carousel-inner .item img {
  max-width: 280px;
}
@media (max-width: 991px) {
  .raahi-banner.n-img .carousel-inner .item img {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .raahi-banner.n-img .carousel-inner .item img {
    max-width: 220px;
  }
}

.card-tracking {
  z-index: 0;
  background-color: #eceff1;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 10px;
}
.card-tracking .top {
  padding-top: 40px;
  padding-left: 13%;
  padding-right: 13%;
}
@media (max-width: 479px) {
  .card-tracking .top {
    padding-left: 9%;
    padding-right: 9%;
  }
}
.card-tracking .order-color {
  color: #d13f81;
}
.card-tracking .d-flex {
  width: auto;
}
.card-tracking .text-sm-right {
  text-align: right;
}
@media (max-width: 479px) {
  .card-tracking .text-sm-right {
    text-align: left;
    width: 100%;
    margin-top: 10px;
  }
}
.card-tracking .text-sm-right p {
  font-size: 18px;
}
.card-tracking .text-sm-right p .font-weight-bold {
  font-weight: bold;
}
@media (max-width: 767px) {
  .card-tracking .text-sm-right p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card-tracking h5 {
    font-size: 16px;
  }
}
.card-tracking #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #455a64;
  padding-left: 0px;
  margin-top: 30px;
  position: relative;
  z-index: 0;
}
.card-tracking #progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}
.card-tracking #progressbar li::before {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  background: #e8b9ce;
  border-radius: 50%;
  margin: auto;
  padding: 0px;
}
.card-tracking #progressbar li::after {
  content: "";
  width: 100%;
  height: 12px;
  background: #c5cae9;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: -1;
  transition: 0.3s;
}
.card-tracking #progressbar li:first-child::after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
  z-index: 0;
}
.card-tracking #progressbar .active::before, .card-tracking #progressbar .active::after {
  content: "";
  background: #d13f81;
}
.card-tracking #progressbar .step0::before {
  position: relative;
  content: "";
  color: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  background: url(../../images/check.svg) #d13f81;
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.card-tracking #progressbar li:nth-child(2)::after, .card-tracking #progressbar li:nth-child(3)::after {
  left: -50%;
  z-index: 0;
}
.card-tracking #progressbar li:last-child::after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
  background: #e8b9ce;
  z-index: -1;
}
.card-tracking .icon-content {
  padding: 0;
  padding-bottom: 0px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .card-tracking .icon-content {
    width: 50%;
  }
}
.card-tracking .icon-content span {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  padding: 0;
}
@media (max-width: 479px) {
  .card-tracking .icon-content span {
    width: 50px;
    height: 50px;
  }
}
.card-tracking .icon-content span svg {
  float: left;
  width: 100%;
}
.card-tracking .icon-content .icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.card-tracking .icon-content .d-flex.flex-column {
  padding: 0;
}
.card-tracking .icon-content .d-flex.flex-column p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 359px) {
  .card-tracking .icon-content .d-flex.flex-column p {
    font-size: 15px;
  }
}

.order-land-main.ord-de.less-margin {
  margin-top: 0;
  padding-top: 0;
}/*# sourceMappingURL=style.css.map */