body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: white;


}
:focus {
  border: 0;
  outline: 0;
  }


  body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.82em;
    letter-spacing: 0em;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    overflow-x: hidden;
    word-wrap: break-word;
    background-color: #f7f7fa;


  }

  /* slider  */
  .pxp-hero {
    position: relative;
    background: #fff;
    overflow: hidden;
    /* min-height: 600px; */
  }

  .pxp-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .pxp-hero-has-animation .pxp-hero-bg {
    opacity: 0;
    transform: scale(1.3, 1.3);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }

  .pxp-hero-has-animation.pxp-hero-animate .pxp-hero-bg {
    opacity: 1;
    transform: scale(1, 1);
  }

  .pxp-hero-opacity {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .pxp-hero-props-carousel-1 .pxp-hero-bg:after {
    content: " ";
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .pxp-hero-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
  }

  .pxp-hero-caption.pxp-hero-caption-bottom-left {
    bottom: 100px;
    top: auto;
    transform: none;
    text-align: left;
  }

  .pxp-hero-caption h1 {
    font-weight: 700;
    font-size: 2.8rem;
    text-shadow: 1px 5px 30px rgba(0, 0, 0, 0.3);
  }

  .pxp-hero-has-animation .pxp-hero-caption h1 {
    opacity: 0;
    transform: translateY(50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .pxp-hero-has-animation.pxp-hero-animate .pxp-hero-caption h1 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }

  .pxp-hero-caption form {
    margin: 0 auto;
    width: 60%;
  }

  .pxp-hero-caption.pxp-hero-caption-bottom-left form {
    margin: 0;
    width: 60%;
  }

  .pxp-hero-has-animation .pxp-hero-caption form {
    opacity: 0;
    transform: scale(0.95, 0.95);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .pxp-hero-has-animation.pxp-hero-animate .pxp-hero-caption form {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }

  .pxp-hero-search .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .pxp-hero-search .col,
  .pxp-hero-search .col-1,
  .pxp-hero-search .col-10,
  .pxp-hero-search .col-11,
  .pxp-hero-search .col-12,
  .pxp-hero-search .col-2,
  .pxp-hero-search .col-3,
  .pxp-hero-search .col-4,
  .pxp-hero-search .col-5,
  .pxp-hero-search .col-6,
  .pxp-hero-search .col-7,
  .pxp-hero-search .col-8,
  .pxp-hero-search .col-9,
  .pxp-hero-search .col-auto,
  .pxp-hero-search .col-lg,
  .pxp-hero-search .col-lg-1,
  .pxp-hero-search .col-lg-10,
  .pxp-hero-search .col-lg-11,
  .pxp-hero-search .col-lg-12,
  .pxp-hero-search .col-lg-2,
  .pxp-hero-search .col-lg-3,
  .pxp-hero-search .col-lg-4,
  .pxp-hero-search .col-lg-5,
  .pxp-hero-search .col-lg-6,
  .pxp-hero-search .col-lg-7,
  .pxp-hero-search .col-lg-8,
  .pxp-hero-search .col-lg-9,
  .pxp-hero-search .col-lg-auto,
  .pxp-hero-search .col-md,
  .pxp-hero-search .col-md-1,
  .pxp-hero-search .col-md-10,
  .pxp-hero-search .col-md-11,
  .pxp-hero-search .col-md-12,
  .pxp-hero-search .col-md-2,
  .pxp-hero-search .col-md-3,
  .pxp-hero-search .col-md-4,
  .pxp-hero-search .col-md-5,
  .pxp-hero-search .col-md-6,
  .pxp-hero-search .col-md-7,
  .pxp-hero-search .col-md-8,
  .pxp-hero-search .col-md-9,
  .pxp-hero-search .col-md-auto,
  .pxp-hero-search .col-sm,
  .pxp-hero-search .col-sm-1,
  .pxp-hero-search .col-sm-10,
  .pxp-hero-search .col-sm-11,
  .pxp-hero-search .col-sm-12,
  .pxp-hero-search .col-sm-2,
  .pxp-hero-search .col-sm-3,
  .pxp-hero-search .col-sm-4,
  .pxp-hero-search .col-sm-5,
  .pxp-hero-search .col-sm-6,
  .pxp-hero-search .col-sm-7,
  .pxp-hero-search .col-sm-8,
  .pxp-hero-search .col-sm-9,
  .pxp-hero-search .col-sm-auto,
  .pxp-hero-search .col-xl,
  .pxp-hero-search .col-xl-1,
  .pxp-hero-search .col-xl-10,
  .pxp-hero-search .col-xl-11,
  .pxp-hero-search .col-xl-12,
  .pxp-hero-search .col-xl-2,
  .pxp-hero-search .col-xl-3,
  .pxp-hero-search .col-xl-4,
  .pxp-hero-search .col-xl-5,
  .pxp-hero-search .col-xl-6,
  .pxp-hero-search .col-xl-7,
  .pxp-hero-search .col-xl-8,
  .pxp-hero-search .col-xl-9,
  .pxp-hero-search .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pxp-hero-search .form-group {
    position: relative;
  }

  .pxp-hero-search .custom-select {
    border: 0 none;
    height: 54px;
    padding: .375rem 1.75rem .375rem 1.2rem;
    box-shadow: none;
    background-position-x: calc(100% - 1.2rem);
  }

  .pxp-hero-search .custom-select:focus {
    outline: 0;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
  }

  .pxp-hero-search .form-control {
    border: 0 none;
    box-shadow: none;
    padding: .375rem 1.2rem;
    height: 54px;
    transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out;
  }

  .pxp-hero-search .form-control:focus {
    outline: 0;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
  }

  .pxp-hero-search .form-control.pxp-is-address {
    padding-right: 2.6rem;
  }

  .pxp-hero-search .form-control.pxp-is-address+span {
    position: absolute;
    display: block;
    top: 50%;
    right: 1.2rem;
    color: #333;
    transform: translateY(-50%);
  }

  .pxp-hero-props-carousel-1,
  .pxp-hero-props-carousel-1 .carousel-inner,
  .pxp-hero-props-carousel-1 .carousel-item {
    height: 450px;
  }

  .pxp-hero-props-carousel-1-prices {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    height: 120px;
    z-index: 2;
    transform: scale(0, 1);
    -webkit-transition: transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transform-origin: top right;
  }

  .pxp-hero-props-carousel-1-prices.pxp-price-active {
    transform: scale(1, 1);
  }

  .pxp-hero-props-carousel-1-prices .carousel-inner {
    height: 100%;
  }

  .pxp-hero-props-carousel-1-prices .carousel-item {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    left: calc((100% * 2 - 1140px) / 2 + 15px);
  }

  .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price>span {
    display: block;
    transform: translateY(100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active .pxp-price>span {
    transform: translateY(0);
  }

  .pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active .pxp-price>span {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
  }

  .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-20%, -50%);
    right: 60px;
    opacity: 0;
  }

  .pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active .pxp-cta {
    opacity: 1;
    transform: translate(0, -50%);
  }

  .pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active .pxp-cta {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
  }

  .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:hover {
    color: #fff;
    text-decoration: none;
  }

  .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:after {
    content: " ";
    border-top: 2px solid #fff;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
  }

  .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:hover:after {
    transform: scale(2, 1);
  }

  .pxp-hero-props-carousel-1-prices .pxp-carousel-ticker {
    position: absolute;
    left: calc(100% + 60px);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  .pxp-hero-props-carousel-1-prices.pxp-price-active .pxp-carousel-ticker {
    opacity: 1;
  }

  .pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .pxp-carousel-ticker {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
  }

  .pxp-hero-props-carousel-1-prices .pxp-carousel-ticker>div {
    display: inline-block;
    line-height: 13px;
  }

  .pxp-hero-props-carousel-1-prices .pxp-carousel-ticker .pxp-carousel-ticker-counter {
    overflow: hidden;
    height: 12px;
  }

  .pxp-hero-props-carousel-1-prices .pxp-carousel-ticker .pxp-carousel-ticker-counter>span {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .pxp-hero-props-carousel-1-prices .carousel-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    transform: scale(0, 1);
    transform-origin: 0% 50%;
    -webkit-transition: all 6.4s linear;
    -o-transition: all 6.4s linear;
    transition: all 6.4s linear;
  }

  .pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active:after {
    transform: scale(1, 1);
  }

  .pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active:after {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
  }

  .pxp-hero-props-carousel-1 .pxp-carousel-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    width: 240px;
    height: 120px;
  }

  .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
    cursor: pointer;
    display: block;
    background-color: #fff;
    height: 120px;
    width: 120px;
    position: absolute;
  }

  .pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
    background-color: #000;
  }

  .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev {
    top: 0;
    left: 0;
  }

  .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next {
    top: 0;
    right: 0;
  }

  .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
  }

  .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
  }

  .pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg line,
  .pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg line {
    stroke: #fff;
  }

  @keyframes arrowPCLeft {
    0% {
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }

    25% {
      opacity: 0;
      -webkit-transform: translate(-30%, -50%);
      transform: translate(-30%, -50%);
    }

    50% {
      opacity: 0;
      -webkit-transform: translate(20%, -50%);
      transform: translate(20%, -50%);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }
  }

  @keyframes arrowPCRight {
    0% {
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }

    25% {
      opacity: 0;
      -webkit-transform: translate(30%, -50%);
      transform: translate(30%, -50%);
    }

    50% {
      opacity: 0;
      -webkit-transform: translate(-30%, -50%);
      transform: translate(-30%, -50%);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }
  }

  .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
    -webkit-animation: arrowPCLeft 0.4s ease-in-out;
    -moz-animation: arrowPCLeft 0.4s ease-in-out;
    animation: arrowPCLeft 0.4s ease-in-out;
  }

  .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
    -webkit-animation: arrowPCRight 0.4s ease-in-out;
    -moz-animation: arrowPCRight 0.4s ease-in-out;
    animation: arrowPCRight 0.4s ease-in-out;
  }

  .pxp-hero-props-carousel-1 .carousel-item .pxp-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(calc(-50% - 70px));
    color: #fff;
    z-index: 2;
  }

  .pxp-hero-props-carousel-1 .pxp-caption-prop-title {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }

  .pxp-hero-props-carousel-1 .carousel-item.active .pxp-caption-prop-title {
    opacity: 1;
    transform: translateY(0);
  }

  .pxp-hero-props-carousel-1 .pxp-caption-prop-features {
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .pxp-hero-props-carousel-1 .carousel-item.active .pxp-caption-prop-features {
    opacity: .7;
    transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .pxp-hero-props-carousel-1 .pxp-caption-prop-features>span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
  }

  .pxp-hero-props-carousel-1 .carousel-indicators {
    -ms-flex-pack: left;
    justify-content: left;
    bottom: 126px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pxp-hero-props-carousel-1 .carousel-indicators li {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: .25rem;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    opacity: 1;
    transition: all .6s ease;
    transform: scale(0.85, 0.85);
    overflow: hidden;
    cursor: pointer;
  }

  .pxp-hero-props-carousel-1 .carousel-indicators li.active {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    transform: scale(1, 1);
  }

  .pxp-hero-props-carousel-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  .pxp-hero-props-carousel-2-left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
  }

  .pxp-hero-props-carousel-2-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pxp-hero-props-carousel-2-left .carousel-inner,
  .pxp-hero-props-carousel-2-left .carousel-item,
  .pxp-hero-props-carousel-2-right .carousel-inner,
  .pxp-hero-props-carousel-2-right .carousel-item {
    height: 450px;
  }

  .pxp-hero-props-carousel-2-right .pxp-hero-bg {
    transform: scale(1.1);
    -webkit-transition: all 7s linear;
    -moz-transition: all 7s linear;
    transition: all 7s linear;
  }

  .pxp-hero-props-carousel-2-right .carousel-item.active .pxp-hero-bg {
    transform: scale(1);
  }

  .pxp-hero-props-carousel-2-right .pxp-hero-bg:after {
    content: " ";
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
    position: absolute;
    top: 50%;
    left: calc(100% - 570px + 15px);
    right: 0;
    transform: translateY(calc(-50% - 60px));
    color: #fff;
    z-index: 2;
  }

  .pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .pxp-hero-props-carousel-2-left .carousel-item.active .pxp-caption-prop-title {
    opacity: 1;
    transform: translateX(0);
  }

  .pxp-hero-props-carousel-2-left .pxp-caption-prop-features {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .pxp-hero-props-carousel-2-left .carousel-item.active .pxp-caption-prop-features {
    opacity: .7;
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .pxp-hero-props-carousel-2-left .pxp-caption-prop-features>span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
  }

  .pxp-hero-props-carousel-2-left .pxp-caption-prop-price {
    opacity: 0;
    font-size: 28px;
    line-height: 28px;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .pxp-hero-props-carousel-2-left .carousel-item.active .pxp-caption-prop-price {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    bottom: 138px;
    left: calc(100% - 570px + 15px);
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .pxp-hero-props-carousel-2-left .carousel-item.active .pxp-cta {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta:hover {
    color: #fff;
    text-decoration: none;
  }

  .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta:after {
    content: " ";
    border-top: 2px solid #fff;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
  }

  .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta:hover:after {
    transform: scale(2, 1);
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-controls {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #fff;
    width: 180px;
    height: 100px;
  }

  .pxp-dark-mode .pxp-hero-props-carousel-2 .pxp-carousel-controls {
    background-color: #000;
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-controls.pxp-right {
    left: auto;
    right: calc((100% - 1140px) / 2 + 15px);
    transform: none;
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-controls a {
    cursor: pointer;
    display: block;
    background-color: #fff;
    width: 90px;
    height: 100px;
    position: absolute;
  }

  .pxp-dark-mode .pxp-hero-props-carousel-2 .pxp-carousel-controls a {
    background-color: #000;
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-prev {
    top: 0;
    left: 0;
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-next {
    top: 0;
    right: 0;
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-next svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
  }

  .pxp-dark-mode .pxp-hero-props-carousel-2 .pxp-carousel-controls svg line {
    stroke: #fff;
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
    -webkit-animation: arrowPCLeft 0.4s ease-in-out;
    -moz-animation: arrowPCLeft 0.4s ease-in-out;
    animation: arrowPCLeft 0.4s ease-in-out;
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
    -webkit-animation: arrowPCRight 0.4s ease-in-out;
    -moz-animation: arrowPCRight 0.4s ease-in-out;
    animation: arrowPCRight 0.4s ease-in-out;
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-ticker {
    position: absolute;
    left: 50%;
    bottom: 223px;
    transform: translateX(-50%);
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    z-index: 2;
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-ticker.pxp-right {
    left: auto;
    right: calc((100% - 1140px) / 2 + 15px);
    transform: none;
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-ticker>div {
    display: inline-block;
    line-height: 13px;
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-ticker .pxp-carousel-ticker-counter {
    overflow: hidden;
    height: 12px;
  }

  .pxp-hero-props-carousel-2 .pxp-carousel-ticker .pxp-carousel-ticker-counter>span {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  /*****media QUeries*/

  @media screen and (max-width: 1199px) {

    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
      left: calc((100% * 2 - 960px) / 2 + 15px);
    }

    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
      left: calc((100% * 2 - 960px) / 2 + 15px);
    }

    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
      left: calc((100% * 2 - 960px) / 2 + 15px);
    }

  }

  @media screen and (max-width: 1139px) {

    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
      left: 15px;
      right: 15px;
    }

    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
      left: 15px;
    }

    .pxp-hero-props-carousel-2 .pxp-carousel-controls.pxp-right,
    .pxp-hero-props-carousel-2 .pxp-carousel-ticker.pxp-right {
      right: 15px;
    }

  }

  @media screen and (max-width: 991px) {

    .pxp-hero-caption form {
      width: 100%;
    }

    .pxp-hero-caption.pxp-hero-caption-bottom-left form {
      width: 100%;
    }

    .h2,
    h2,
    h1.pxp-page-header {
      font-size: 1.8rem;
    }

    h1.pxp-page-header {
      line-height: 2rem;
    }

    .pxp-hero-props-carousel-1 .carousel-indicators li {
      width: 60px;
      height: 60px;
    }

    .pxp-hero-props-carousel-1-prices {
      width: calc(100% - 240px);
    }

    .pxp-hero-props-carousel-1-prices .pxp-carousel-ticker {
      display: none;
    }

    .pxp-hero-caption h1 {
      font-size: 2.5rem;
    }

    .pxp-hero-props-carousel-1 .pxp-caption-prop-title {
      font-size: 2.5rem;
      line-height: 1.2;
    }

    .pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
      font-size: 2.5rem;
      line-height: 1.2;
    }

    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
      top: 30%;
      left: calc((100% + 240px - 720px) / 2 + 15px);
    }

    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
      top: 70%;
      left: calc((100% + 240px - 720px) / 2 + 15px);
      right: auto;
    }

    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
      left: calc((100% * 2 - 720px) / 2 + 15px);
    }

    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
      left: calc((100% * 2 - 720px) / 2 + 15px);
    }



  }

  @media screen and (max-width: 767px) {

    .pxp-hero-props-carousel-2-left {
      -webkit-flex: 2;
      -ms-flex: 2;
      flex: 2;
    }

    .pxp-hero-props-carousel-2 .pxp-carousel-controls {
      left: 66.666%;
    }

    .pxp-hero-props-carousel-2 .pxp-carousel-ticker {
      left: 66.666%;
    }

    .pxp-hero-caption h1 {
      font-size: 2rem;
    }

    .pxp-hero-props-carousel-1 .pxp-caption-prop-title {
      font-size: 2rem;
    }

    .pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
      font-size: 2rem;
    }

    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
      left: calc((100% + 240px - 540px) / 2 + 15px);
    }

    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
      left: calc((100% + 240px - 540px) / 2 + 15px);
    }

    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
      left: calc((100% / 2 * 3 - 540px) / 2 + 15px);
    }

    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
      left: calc((100% / 2 * 3 - 540px) / 2 + 15px);
    }

    /* .pxp-hero {
      height: 600px !important;
    } */

    .h2,
    h2,
    h1.pxp-page-header {
      font-size: 1.7rem;
    }

    .pxp-hero-caption.pxp-hero-caption-bottom-left {
      bottom: 60px;
    }

  }

  @media screen and (max-width: 575px) {

    .pxp-hero-caption.pxp-hero-caption-bottom-left {
      right: 0;
      left: 0;
    }

    .pxp-hero-props-carousel-1-prices {
      width: calc(100% - 120px);
    }

    .pxp-hero-props-carousel-1 .pxp-carousel-controls {
      width: 120px;
    }

    .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
      width: 60px;
    }

    .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
      right: 10px;
    }

    .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
      left: 10px;
    }

    .pxp-hero-props-carousel-2 .pxp-carousel-controls {
      bottom: 60px;
    }

    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
      left: 15px;
      font-size: 1.6rem;
    }

    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
      left: 15px;
    }

    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
      bottom: 183px;
    }

    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
      left: 15px;
    }

    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
      left: 15px;
    }

    .h2,
    h2,
    h1.pxp-page-header {
      font-size: 1.6rem;
    }

    .pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
      font-size: 1.6rem;
    }

    .pxp-hero-props-carousel-1-prices {
      height: 80px;
    }

    .pxp-hero-props-carousel-1 .pxp-caption-prop-title {
      font-size: 1.6rem;
    }

    .pxp-hero-props-carousel-1 .pxp-carousel-controls {
      height: 80px;
    }

    .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
      height: 80px;
    }

    /* .pxp-hero {
      height: 560px !important;
      min-height: 560px;
    } */

    .pxp-hero-props-carousel-2 .pxp-carousel-controls {
      width: 160px;
      height: 80px;
    }

    .pxp-hero-props-carousel-2 .pxp-carousel-controls a {
      width: 80px;
      height: 80px;
    }

    .pxp-hero-props-carousel-2 .pxp-carousel-ticker {
      bottom: 150px;
    }

  }

  /* end slider  */
  /* nav-bar=-=-=-=-=-= */
  .top-navbar {

    z-index: 500;
    padding: 0px 106px;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 13%);
  }

  @media only screen and (max-width: 880px) {
    .top-navbar {
      padding: 0px 8px;
    }

    .navbar-light.navbar-nav.nav-link {
      padding: 7px 20px;
    }
  }


  .navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    padding: 19px 13px;
    line-height: 1.46em;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Mulish;
  }

  .top-navbar .navbar-brand img {
    width: 144px;
  }

  /* --=--end-=-=-=-- */
  /* slider--=-=-=-=-==------- */


  .fist-slider {
    position: relative;
    z-index: 500;

  }

  .heading-slider {
    color: #df1e01;
    font-weight: bold;
    font-size: 80px;
    letter-spacing: 8px;
    font-family: 'Cinzel Decorative', cursive;
  }

  .heading-slider-two {
    color: #80be3f;
    font-weight: bold;
    font-family: 'Cinzel Decorative', cursive;
    letter-spacing: -1px;
    font-size: 46px;

  }

  .btn-book {
    width: 55%;
    padding: 9px 0px;

  }

  .btn-book:hover {
    background-color: antiquewhite;
    color: black;
  }

  .slider-btn .btn {
    font-size: 18px;
  }





  .right-delay {
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    animation-delay: .5s;
    animation-fill-mode: backwards;
  }

  .left-left11 {
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    animation-delay: .5s;
    animation-fill-mode: backwards;
  }

  .tt {
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    animation-delay: .5s;
    animation-fill-mode: backwards;
  }


  /* Pop In */
  .right-delay {
    animation-name: animate-pop;
  }

  @keyframes animate-pop {
    0% {
      opacity: 0;
      transform: scale(0.5, 0.5);
    }

    100% {
      opacity: 1;
      transform: scale(1, 1);
    }
  }

  /* Slide In */
  .tt {
    animation-name: animate-slide;
  }

  @keyframes animate-slide {
    0% {
      opacity: 0;
      transform: translate(0, 40px);
    }

    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

  /* Slide Left */
  .left-left11 {
    animation-name: animate-slide-left;
  }

  @keyframes animate-slide-left {
    0% {
      opacity: 0;
      transform: translate(-40px, 0);
    }

    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

  @media only screen and (max-width: 480px) {
    .slider-top {
      padding: 1px 0px;
    }

    .left-left11 {
      background: #f5f5dc7a;
    }
  }


  /* -==-=------FEATURED BOOKS---------- */
  .section-two {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  }

  .book-1 img {
    width: 91%;
  }

  .book-1 {
    transition: all .3s ease-in-out;
    transform-origin: left center 0px;
    transform-style: preserve-3d;
    overflow: hidden;


  }


  .book-1 img::before {
    content: " ";
    z-index: 999;
    display: block;
    width: 20px;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: -12px;
    right: 8px;
    transition: all .25s;
    background-size: 16px;
    background-repeat: no-repeat;
  }

  /*------ background-pic ------*/



  .book-1:hover {
    cursor: pointer;
    transform: rotateY(40deg) scale(1.02);
    background: repeating-linear-gradient(to right, #f5f5f5, #f5f5f5 5px, #aaa 4px, #aaa 6px);
    /* box-shadow: 1px 1px 1px #2d2e39d1, 20px 0px 0 #ced2f2; */


  }

  .best {
    position: relative;
    font-weight: 900;
    margin-bottom: 10px;
    z-index: 1;
    font-size: 40px;
    font-family: 'Cinzel Decorative', cursive;

  }



  .style1 {
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 53px;
    font-family: "Times New Roman", Times, serif;
    font-weight: 900;


  }


  .text-book {
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    animation-delay: .5s;
    animation-fill-mode: backwards;
  }

  .text-book {
    animation-name: animate-slide;
  }

  @keyframes animate-slide {
    0% {
      opacity: 0;
      transform: translate(0, 40px);
    }
  }

  .btn-book-naw {
    padding: 13px 42px;

  }

  .btn-book-naw:hover {
    background-color: rgb(255, 247, 21);
    color: black;
  }

  .text-style-two {
    font-family: 'Cinzel Decorative', cursive;
    font-weight: 800;
    text-transform: uppercase;
  }



  /******** Middle section CSS End *******/
  /***** responsive css Start ******/

   @media (max-width: 767px) {


     .line-title {
       width: 250px;
    }
     .game-section {
       padding: 30px 15px 20px;
    }
     .game-section .item {
       margin: 0 10px 40px;
       width: 200px;
       height: 280px;
    }
     .game-section .item.active {
       width: 270px;
       box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
       -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    }
     .game-section .item-desc {
       padding: 0 14px 5px;
       transform: translateY(calc(100% - 42px));
       -webkit-transform: translateY(calc(100% - 42px));
    }
  }



  /* ------------------------------------------------------------------------------------- */

  /* --------section ford------ */
  .testimo-heading {
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Cinzel Decorative', cursive;
    font-size: 47px;
  }

  /* ---- ------------------------------------------------*/

  .testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
  }

  .testim .arrow {
    display: block;
    position: absolute;
    color: #000000;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
  }

  .testim .arrow:before {
    cursor: pointer;
  }

  .testim .arrow:hover {
    color: #ea830e;
  }


  .testim .arrow.left {
    left: 10px;
  }

  .testim .arrow.right {
    right: 10px;
  }

  .testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
  }

  .testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #343434;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
  }

  .testim .dots .dot.active,
  .testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
  }

  .testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
  }

  .testim .cont {
    position: relative;
    overflow: hidden;
  }

  .testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
  }

  .testim .cont>div.inactive {
    opacity: 1;
  }


  .testim .cont>div.active {
    position: relative;
    opacity: 1;
  }


  .testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
  }

  .testim .cont div h2 {
    color: #000000;
    font-size: 1em;
    margin: 15px 0;
  }

  .testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
  }

  .testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
  }

  .testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
  }

  .testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
  }

  .testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
  }

  .testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
  }

  .testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
  }

  @-webkit-keyframes testim-scale {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
      -webkit-box-shadow: 0px 0px 10px 5px #eee;
      box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
      -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
      box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
      -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
      box-shadow: 0px 0px 0px 0px #ea830e;
    }
  }

  @-moz-keyframes testim-scale {
    0% {
      -moz-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
      -moz-box-shadow: 0px 0px 10px 5px #eee;
      box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
      -moz-box-shadow: 0px 0px 10px 5px #ea830e;
      box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
      -moz-box-shadow: 0px 0px 0px 0px #ea830e;
      box-shadow: 0px 0px 0px 0px #ea830e;
    }
  }

  @-ms-keyframes testim-scale {
    0% {
      -ms-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
      -ms-box-shadow: 0px 0px 10px 5px #eee;
      box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
      -ms-box-shadow: 0px 0px 10px 5px #ea830e;
      box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
      -ms-box-shadow: 0px 0px 0px 0px #ea830e;
      box-shadow: 0px 0px 0px 0px #ea830e;
    }
  }

  @-o-keyframes testim-scale {
    0% {
      -o-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
      -o-box-shadow: 0px 0px 10px 5px #eee;
      box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
      -o-box-shadow: 0px 0px 10px 5px #ea830e;
      box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
      -o-box-shadow: 0px 0px 0px 0px #ea830e;
      box-shadow: 0px 0px 0px 0px #ea830e;
    }
  }

  @keyframes testim-scale {
    0% {
      box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
      box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
      box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
      box-shadow: 0px 0px 0px 0px #ea830e;
    }
  }

  @-webkit-keyframes testim-content-in {
    from {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }

    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @-moz-keyframes testim-content-in {
    from {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
    }

    to {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @-ms-keyframes testim-content-in {
    from {
      opacity: 0;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
    }

    to {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @-o-keyframes testim-content-in {
    from {
      opacity: 0;
      -o-transform: translateY(100%);
      transform: translateY(100%);
    }

    to {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @keyframes testim-content-in {
    from {
      opacity: 0;
      transform: translateY(100%);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @-webkit-keyframes testim-content-out {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    to {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }

  @-moz-keyframes testim-content-out {
    from {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
    }

    to {
      opacity: 0;
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }

  @-ms-keyframes testim-content-out {
    from {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
    }

    to {
      opacity: 0;
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }

  @-o-keyframes testim-content-out {
    from {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }

  @keyframes testim-content-out {
    from {
      opacity: 1;
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(-100%);
    }
  }

  @-webkit-keyframes testim-show {
    from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @-moz-keyframes testim-show {
    from {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
    }

    to {
      opacity: 1;
      -moz-transform: scale(1);
      transform: scale(1);
    }
  }

  @-ms-keyframes testim-show {
    from {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
    }

    to {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }

  @-o-keyframes testim-show {
    from {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
    }

    to {
      opacity: 1;
      -o-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes testim-show {
    from {
      opacity: 0;
      transform: scale(0);
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @-webkit-keyframes testim-hide {
    from {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @-moz-keyframes testim-hide {
    from {
      opacity: 1;
      -moz-transform: scale(1);
      transform: scale(1);
    }

    to {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
    }
  }

  @-ms-keyframes testim-hide {
    from {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1);
    }

    to {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
    }
  }

  @-o-keyframes testim-hide {
    from {
      opacity: 1;
      -o-transform: scale(1);
      transform: scale(1);
    }

    to {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
    }
  }

  @keyframes testim-hide {
    from {
      opacity: 1;
      transform: scale(1);
    }

    to {
      opacity: 0;
      transform: scale(0);
    }
  }

  @media all and (max-width: 300px) {
    body {
      font-size: 14px;
    }
  }

  @media all and (max-width: 500px) {
    .testim .arrow {
      font-size: 1.5em;
    }

    .testim .cont div p {
      line-height: 25px;
    }

  }

  /* ----book open--- */
  .testimunial-img {
    box-shadow: rgb(0 0 0 / 2%) 0px 5px 15px;
    padding: 38px 13px;
  }

  .book-testi img {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 16px;
  }

  .book-testi img {
    transition: all .3s ease-in-out;
    transform-origin: left center 0px;
    transform-style: preserve-3d;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;

  }


  .book-testi img::before {
    content: "";
    z-index: 999;
    display: block;
    width: 20px;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: -12px;
    right: 8px;
    transition: all .25s;
    background-size: 16px;
    background-repeat: no-repeat;
  }

  .book-testi img:hover {
    cursor: pointer;
    transform: rotateY(28deg) scale(1.02);
    box-shadow: 2px 1px 3px #2d2e39d1, 2px 1px 3px #7f808cd1, 2px 1px 3px #848bdad1, 42px 0px 0 #ced2f2;

  }

  /* ---==-=-=--= */
  .price-overlay::before {
    transition: all .25s;
    background-size: 16px;
    background-repeat: no-repeat;
  }

  .price-overlay:hover.mmg {
    cursor: pointer;
    transform: rotateY(28deg) scale(1.02);
    box-shadow: 2px 1px 3px #2d2e39d1, 2px 1px 3px #7f808cd1, 2px 1px 3px #848bdad1, 42px 0px 0 #ced2f2;
    overflow: hidden;
  }

  /* ---==-=-=--= */
  .price-overlay {
    position: absolute;
    top: 40%;
    right: 0px;
    background-color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #FAAB9F;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    width: 50%;
    transition: .2s;
    z-index: 1;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    /* bbkjm */
    transition: all .3s ease-in-out;
    transform-origin: left center 0px;
    transform-style: preserve-3d;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;

  }

  /* --------- */
  .price-overlay:hover {
    background: #55ad00;
  }

  .price-overlay::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #D38D45 transparent transparent transparent;

  }

  .price-overlay img:hover {
    cursor: pointer;
    transform: rotateY(28deg) scale(1.02);
    box-shadow: 2px 1px 3px #2d2e39d1, 2px 1px 3px #7f808cd1, 2px 1px 3px #848bdad1, 42px 0px 0 #ced2f2;

  }

  .SingleProductImage {
    position: absolute;
    z-index: 1;
    background-color: #7ebf3f;
    padding: 14px;
    right: 46px;
    top: 55%;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);

  }

  /* ------section for==------------ */

  .line-in-line::after {
    position: absolute;
    content: '';
    top: 23%;
    left: 114px;
    height: 4px;
    width: 48px;
    margin-top: -1px;
    background-color: #7ebf3f;
  }

  .text-make-tips {
    font-family: system-ui;
    font-style: italic;
  }

  .bg-section-five {
    background-color: white;
    box-shadow: rgb(0 0 0 / 2%) 0px 3px 8px;
  }

  /* --------------------------------------------- */
  .text-heading-11 {
    font-family: 'Philosopher', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: -webkit-xxx-large;
    letter-spacing: 2px;
  }

  .bg-five-line {
    width: 100%;
    background-image: url(/images/bg-images-f.jpg);
    height: 570px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

  }

  .text-fist-1 {
    color: #7ebf3f;
    font-size: 67px;
    font-family: 'Cinzel Decorative', cursive;

  }

  .text-12 {
    margin-left: 75px;
    font-family: 'Cinzel Decorative', cursive;

  }

  .border-linr-bottum {
    text-align: center;
    border-bottom: 3px dashed green;
  }

  .box-box-over {
    position: relative;
    z-index: 500;
    top: -181px;
  }

  .bg-gren1 {
    background-color: #7ebf3f;
    font-family: unset;
  }

  /* ---------------section-seven------------------ */
  .commin-dance {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    padding: 31px 0px;
  }

  .bg-banner-therd {
    width: 100%;
    background-image: url(/images/Rohit\ Merit\ 16.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

  }

  .over-color {
    background-color: #4c4c4cbf;
    padding: 64px 0px;
    opacity: 0.99;
  }

  .bahuba-fluid {
    width: 100%;
    height: 579px;
    position: relative;
    right: -30px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;

  }

  @media only screen and (max-width: 780px) {
    .bahuba-fluid {
      right: -0px;
    }
  }


  /* -----footer------------------ */
  .logo-footer {
    width: 50%;
  }

  .footer-heading {
    font-family: 'Cinzel Decorative', cursive;
  }

  .bg-footer {
    color: #ffffff;
    background-color: #045c4a;
  }

  .footer-link li {
    list-style: none;
    padding: 6px 12px;

  }

  .footer-link li a {
    border-bottom: 1px dashed;
    text-decoration: none;
    color: #ffffff;
    padding: 3px 0px;
  }

  .footer-blog-img {
    width: 20%;
  }

  .call-phone a {
    text-decoration: none;
    color: black;

  }

  .px-wig {
    font-size: x-large;
    color: #55ad00;
    padding: 8px 8px;

  }

  /* ----pages model------------------------ */

  .modal.modal-left .modal-dialog,
  .modal.modal-right .modal-dialog {
    max-width: 380px;
    min-height: calc(100vh - 0px);
  }

  .modal.modal-left.show .modal-dialog,
  .modal.modal-right.show .modal-dialog {
    transform: translate(0, 0);
  }

  .modal.modal-left .modal-content,
  .modal.modal-right .modal-content {
    height: calc(100vh - 0px);
    overflow-y: auto;
  }

  .modal.modal-left .modal-dialog {
    transform: translate(-100%, 0);
    margin: 0px auto 0 0;
  }

  .modal.modal-right .modal-dialog {
    transform: translate(100%, 0);
    margin: 0px 0 0 auto;
  }

  .modal-full {
    min-width: 100%;
    margin: 0;
  }

  .modal-full .modal-content {
    min-height: 100vh;
  }

  /* --------section -=---------*/
  /* --------about-------------------------------------------- */
  .adout-boder-1 {
    border-bottom: 1px solid #7ebf3f;
    padding: 34px 5px;
  }

  .about-img-section {
    width: 100%;
    transition: .2s;
    margin: 0;
  }

  .about-img-section:hover {
    transform: rotatey(28deg) scale(1.02);
    background-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .sale-ff {
    position: absolute;
    content: '';
    left: 8%;
    width: 70px;
    left: 15px;
    top: 24px;
    overflow: hidden;
    z-index: 300;

  }

  .sale-ff-11 {
    padding: 7px 13px;
    font-size: 19px;
    background-color: #55ad00;
    color: white;
    border-left: 4px solid #55ad00;
  }

  .heading-about-aa {
    font-family: 'Cinzel Decorative', cursive;
  }

  .p-ptag {
    font-family: 'Cinzel Decorative', cursive;
  }

  .bg-success111 {
    background-color: #7fc040;
  }

  /* ---------about- end------------ */

  /* -----contact pages------------------------ */
  .call-text {
    text-decoration: none;
    color: #55ad00;
    font: 16px;
  }

  .contact-icone {
    font-size: 34px;
    color: #55ad00;
    padding: 0px 10px;
  }



  .li-section li a {
    text-decoration: none;
    font-size: 18px;
    color: #55ad00;
    text-align: center;
  }

  #form-group11 {
    height: 45px;
  }

  #buttan-buttan {
    width: 50%;
    height: 45px;
  }

  .contact-icone-form li {
    list-style: none;
    padding: 9px 9px;
  }

  /* -----contact pages------------------------ */

  /* SIMPLE PAGE */

  .simple-heading {
    text-align: center;
    position: relative;
    font-weight: 900;
    margin-bottom: 10px;
    z-index: 1;
    font-size: 40px;
    font-family: 'Cinzel Decorative', cursive;
  }

  .simple-add-card a {
    font-size: 20px;
    color: black;
  }

  .btn-card {
    padding: 11px 90px;
    background-color: #55ad0000;

  }

  #form-id {
    height: 50px;
  }

  /* shop----- */
  .shop-book11 {
    transition: all .3s ease-in-out;
    transform-origin: left center 0px;
    transform-style: preserve-3d;
    overflow: hidden;
  }

  .shop-book11 img::before {
    content: " ";
    z-index: 999;
    display: block;
    width: 100%;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: -12px;
    right: 8px;
    transition: all .25s;
    background-size: 16px;
    background-repeat: no-repeat;
  }


  /*------ background-pic ------*/



  .shop-book11:hover {
    cursor: pointer;
    transform: rotateY(30deg) scale(1.02);
    background: repeating-linear-gradient(to right, #f5f5f5, #f5f5f5 5px, #aaa 4px, #aaa 6px);



  }
  .shop-card a {
    text-decoration: none;
  }

  .footer-shop li a {
    border-bottom: 1px dashed;
    text-decoration: none;
    color: #55ad00;

  }

  .footer-shop li {
    list-style: none;

  }

  .shop-header {
    background-image: url(/images/shop_header.jpg);
    background-repeat: no-repeat;
    padding: 59px 0px;
    background-position: center;
    background-size: cover;

  }

  #form-Default {
    height: 55px;

  }

  /* -----blog-pages */
  .blog-heading {
    font-family: 'Cinzel Decorative', cursive;
    font-weight: bold;
    font-size: 35px;
    color: rgb(0, 0, 0);
    position: relative;
    display: inline-block;
    padding: 0 40px;
    margin-bottom: 0;
    z-index: 10;
  }

  .blog-bg-text:before {
    position: absolute;
    content: '';
    bottom: 8%;
    left: 0;
    right: 0;
    opacity: 0.6;
    height: 4%;
    background-color: #ddd;
    background-image: radial-gradient(circle at 100% 150%, #ddd 24%, white 25%, white 28%, #ddd 29%, #ddd 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #ddd 24%, white 25%, white 28%, #ddd 29%, #ddd 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, white 10%, #ddd 11%, #ddd 23%, white 24%, white 30%, #ddd 31%, #ddd 43%, white 44%, white 50%, #ddd 51%, #ddd 63%, white 64%, white 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, white 5%, #ddd 6%, #ddd 15%, white 16%, white 20%, #ddd 21%, #ddd 30%, white 31%, white 35%, #ddd 36%, #ddd 45%, white 46%, white 49%, transparent 50%, transparent), radial-gradient(circle at 0 50%, white 5%, #ddd 6%, #ddd 15%, white 16%, white 20%, #ddd 21%, #ddd 30%, white 31%, white 35%, #ddd 36%, #ddd 45%, white 46%, white 49%, transparent 50%, transparent);
    background-size: 50px 25px;
  }

  .blog-best-titel {
    background: #f7f7fa;
    position: absolute;
    bottom: 107px;
    content: "";
    padding: 19px 35px;
    left: 13px;
    z-index: 99;
  }

  .boder-titel-blog {
    border-bottom: 2px dashed green;
    padding: 5px 0px;
  }

  @media only screen and (max-width: 730px) {
    .blog-heading {
      font-family: 'Cinzel Decorative', cursive;
      font-weight: bold;
      font-size: 22px;
      padding: 0 1px;
      margin-bottom: -15px;

    }

  }

  .blog-button-red a {
    font-size: 22px;
    text-decoration: none;
  }

  .top-header-blog {
    border-bottom: 2px solid green;
    padding: 9px 0px;
  }

  .blog-heading a {
    text-decoration: none;
  }

  /* ------ */


  /* page singhl blog */
  .single-blog-header {
    background-image: url(/images/blog-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;

  }

  .single-blog {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 50px;
    font-weight: bold;
    color: #55ad00;
  }

  .text-dark111 a {
    text-decoration: none;
  }

  /*=-====--book single------form------------*/
  .bg-box-singel {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
    background: #fff;
  }

  .form-bg-group {
    text-align: center;
  }

  .book-forms {
    display: inline-flex;
    background: #fff;
    height: 100px;
    width: 600px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    padding: 20px 15px;


  }

  @media only screen and (max-width: 780px) {
    .book-forms {
      width: 330px;
    }
  }

  .book-forms .option {
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
  }

  .book-forms .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
  }

  .book-forms .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #22dba8;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }

  input[type="radio"] {
    display: none;
  }

  #option-1:checked:checked~.option-1,
  #option-2:checked:checked~.option-2 {
    border-color: #22dba8;
    background: #22dba8;
  }

  #option-1:checked:checked~.option-1 .dot,
  #option-2:checked:checked~.option-2 .dot {
    background: #fff;
  }

  #option-1:checked:checked~.option-1 .dot::before,
  #option-2:checked:checked~.option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
  }



  .book-formswrapper .option span {
    font-size: 20px;
    color: #808080;
  }

  #option-1:checked:checked~.option-1 span,
  #option-2:checked:checked~.option-2 span {
    color: #fff;
  }

  /* ---SIZE----- */
  #option-11:checked:checked~.option-11,
  #option-33:checked:checked~.option-33,
  #option-22:checked:checked~.option-22 {
    border-color: #22dba8;
    background: #22dba8;
  }

  #option-11:checked:checked~.option-11 .dot,
  #option-33:checked:checked~.option-33 .dot,
  #option-22:checked:checked~.option-22 .dot {
    background: #fff;
  }

  #option-11:checked:checked~.option-11 .dot::before,
  #option-33:checked:checked~.option-33 .dot::before,
  #option-22:checked:checked~.option-22 .dot::before {
    opacity: 1;
    transform: scale(1);

  }



  .book-formswrapper .option span {
    font-size: 20px;
    color: #808080;
  }

  #option-11:checked:checked~.option-11 span,
  #option-22:checked:checked~.option-22 span,
  #option-33:checked:checked~.option-33 span {
    color: #fff;
  }


  /* ----MRP---- */

  #option-30:checked:checked~.option-30,
  #option-31:checked:checked~.option-31,
  #option-32:checked:checked~.option-32 {
    border-color: #22dba8;
    background: #22dba8;
  }

  #option-30:checked:checked~.option-30 .dot,
  #option-31:checked:checked~.option-31 .dot,
  #option-32:checked:checked~.option-32 .dot {
    background: #fff;
  }

  #option-30:checked:checked~.option-30 .dot::before,
  #option-31:checked:checked~.option-31 .dot::before,
  #option-32:checked:checked~.option-32 .dot::before {
    opacity: 1;
    transform: scale(1);

  }



  .book-formswrapper .option span {
    font-size: 20px;
    color: #808080;
  }

  #option-30:checked:checked~.option-30 span,
  #option-31:checked:checked~.option-31 span,
  #option-32:checked:checked~.option-32 span {
    color: #fff;
  }

  /* -------CANGUAGE==--BOOK */
  #option-41:checked:checked~.option-41,
  #option-42:checked:checked~.option-42,
  #option-43:checked:checked~.option-43 {
    border-color: #22dba8;
    background: #22dba8;
  }

  #option-41:checked:checked~.option-41 .dot,
  #option-42:checked:checked~.option-42 .dot,
  #option-43:checked:checked~.option-43 .dot {
    background: #fff;
  }

  #option-41:checked:checked~.option-41 .dot::before,
  #option-42:checked:checked~.option-42 .dot::before,
  #option-43:checked:checked~.option-43 .dot::before {
    opacity: 1;
    transform: scale(1);

  }



  .book-formswrapper .option span {
    font-size: 20px;
    color: #808080;
  }

  #option-30:checked:checked~.option-30 span,
  #option-31:checked:checked~.option-31 span,
  #option-32:checked:checked~.option-32 span {
    color: #fff;
  }

  .btn-book {
    padding: 7px 0px;
    font-size: 23px;
    border-bottom: 5px solid #7fc04000;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    width: 78%;

  }
  .img-img12 img{
 width: 100%;
  }
  .coppyright{
   text-align: center;
     background: #004a3b;
     padding: 11px 0px;
     font-size: 15px;
     color: white;
  }
  .coppyright a{
   color: white;
   text-decoration: none;
  }



  @media screen and (max-width: 1199px) {
     .navbar-light .navbar-nav .nav-link {
 padding: 10px 0px;
     }
   }
   .sticky.is-sticky {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     z-index: 1000;
     width: 100%;
   background-color: rgb(183 218 255);
 }
.img-gallery{
    border: 2px solid #00a583;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.img-gallery img{
 height: 300px;
}
.sticky-side {
    position: sticky;
    position: -webkit-sticky;
    top: 104px;
    padding-bottom: 150px;
}
.product-pp
{
    position: absolute;
    top: 0;
    width: 100%;
    font-weight: bold;
    color: #fff;
    border: 1px solid #00dfe7;
    background-color: #002c8b;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 1px 1px 1px #00767a;
}
.product-pp .price{
    font-size: 1.5rem;
}
/* button animation effect  */
.btn-modal-enquiry{
    background-color: #002c8b;
    color: white;
}
.btn-anim{
    position: relative;
    display: inline-block;
    padding: 8px 8px;
    color: cyan;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 2px;
    overflow: hidden;
}


.btn-anim span{
    position: absolute;
    display: block;
}
.btn-anim:hover{
  background:#002c8b;
  color:#ffffff;
  box-shadow:
    0 0 5px #1960f8be,
    0 0 40px #1960f8be,
    0 0 80px #1960f8be ;
}

.btn-anim span:nth-child(1){
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent, cyan);
  animation: animate1 1s linear infinite;
}
.btn-anim span:nth-child(2){
  position:absolute;
  right: 0%;
  bottom:0;
  transform: rotate(-180deg);
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent, cyan);
  animation: animate2 1s linear infinite;
      animation-delay: 0.50s;
}
.btn-anim span:nth-child(3){
  position:absolute;
  left:0;
  bottom:0;
  width: 2px;
  height: 100%;
  background: linear-gradient(0deg,transparent,cyan);
  animation: animate3 1s linear infinite;
  animation-delay: 0.75s;
}
.btn-anim span:nth-child(4){
  position:absolute;
  right:0;
  top:0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg,transparent,cyan);
  animation: animate4 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
@keyframes animate2{
   0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}
@keyframes animate3{
   0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}
@keyframes animate4{
   0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
/* end button animation  */

/* success and error animation */
.alert-container {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    height: 250px;
}
.alert-container h1 {
    font-size: 0.9em;
    font-weight: 100;
    letter-spacing: 3px;
    padding-top: 9px;
    color: #fcfcfc;
    padding-bottom: 5px;
    text-transform: uppercase;
    cursor: pointer;
}
.alert-container .green {
    color: #4ec07d;
}
.alert-container .red {
    color: #e96075;
}
.alert-container .alert {
    font-weight: 700;
    letter-spacing: 5px;
}
.alert-container p {
    margin-top: -11px;
    font-size: 0.8em;
    font-weight: 100;
    color: #fbff00;
    letter-spacing: 1px;
    text-shadow: 0px 1px 9px black;
}
.alert-container button, .dot {
    cursor: pointer;
}
.alert-container #success-box {
    left: 0;
    display: block;
    width: 271px;
    height: 100%;
    background: linear-gradient(to bottom right, #b0db7d 40%, #99dbb4 100%);
    margin: 0px auto;
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgb(0 0 0);
    perspective: 40px;
}
.alert-container #error-box {
    display: block;
    width: 35%;
    height: 100%;
    background: linear-gradient(to bottom left, #ef8d9c 40%, #ffc39e 100%);
    margin: 0px auto;
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgb(0 0 0);
    perspective: 40px;
}
.alert-container .dot {
    width: 8px;
    height: 8px;
    background: #fcfcfc;
    border-radius: 50%;
    position: absolute;
    top: 4%;
    right: 6%;
}
.alert-container .dot:hover {
    background: #c9c9c9;
}
.alert-container .two {
    right: 12%;
    opacity: 0.5;
}
.alert-container .face {
    position: absolute;
    width: 22%;
    height: 22%;
    background: #fcfcfc;
    border-radius: 50%;
    border: 1px solid #777;
    top: 21%;
    left: 37.5%;
    z-index: 2;
    animation: bounce 1s ease-in infinite;
}
.alert-container .face2 {
    position: absolute;
    width: 22%;
    height: 22%;
    background: #fcfcfc;
    border-radius: 50%;
    border: 1px solid #777;
    top: 21%;
    left: 37.5%;
    z-index: 2;
    animation: roll 3s ease-in-out infinite;
}
.alert-container .eye {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #777;
    border-radius: 50%;
    top: 40%;
    left: 20%;
}
.alert-container .right {
    left: 68%;
}
.alert-container .mouth {
    position: absolute;
    top: 43%;
    left: 41%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.alert-container .happy {
    border: 2px solid;
    border-color: transparent #777 #777 transparent;
    transform: rotate(45deg);
}
.alert-container .sad {
    top: 49%;
    border: 2px solid;
    border-color: #777 transparent transparent #777;
    transform: rotate(45deg);
}
.alert-container .shadow {
    position: absolute;
    width: 21%;
    height: 3%;
    opacity: 0.5;
    background: #777;
    left: 40%;
    top: 43%;
    border-radius: 50%;
    z-index: 1;
}
.alert-container .scale {
    animation: scale 1s ease-in infinite;
}
.alert-container .move {
    animation: move 3s ease-in-out infinite;
}
.alert-container .message {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 19%;
    top: 43%;
}
.alert-container .button-box {
    position: absolute;
    background: #fcfcfc;
    width: 50%;
    height: 15%;
    border-radius: 20px;
    top: 73%;
    left: 25%;
    outline: 0;
    border: none;
    box-shadow: 2px 2px 10px rgba(119, 119, 119, .5);
    transition: all 0.5s ease-in-out;
}
.alert-container .button-box:hover {
    background: #efefef;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}
@keyframes bounce {
    50% {
        transform: translateY(-10px);
   }
}
@keyframes scale {
    50% {
        transform: scale(0.9);
   }
}
@keyframes roll {
    0% {
        transform: rotate(0deg);
        left: 25%;
   }
    50% {
        left: 60%;
        transform: rotate(168deg);
   }
    100% {
        transform: rotate(0deg);
        left: 25%;
   }
}
@keyframes move {
    0% {
        left: 25%;
   }
    50% {
        left: 60%;
   }
    100% {
        left: 25%;
   }
}

input,textarea,select
{
    border: 1px solid #f1dbdb !important;
    box-shadow: 1px 0px 3px 0px black;
}
#basicModal .forms-inputs span{
    color: #002c6e;
    text-shadow: 1px 0px 0px #000204;
}

/* //////////// */
.heading-pp{
    position: relative;
    text-transform: uppercase;
    border-bottom: 3px double #002c8b;
    bottom: 20px;
}
.similar-product-outer{
 background-image: url('/images/bg.jpg');
}
.theme-bg {
    background-color: #0e61b9;
}
