
body {
  font-family:"co-text";
}


* {
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

h1,h2,h3,h4,h5,h6 {
  font-family:"co-headline";
}

/*// header-area //*/

.wrapper {
  position: relative;
  min-height: 95vh;
}

.header-area {
  background: #E5BC1F;
}

.menu a {
  padding: 19px 15px !important;
  min-width: 135px;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.navbar-nav a:hover {
  color: #51155B;
}

.last3-menu a {
  padding: 19px 15px !important;
  min-width: 135px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}






/*animal-select-area*/

.select-animal-area {
  padding: 103px 40px;
  margin-bottom: 100px;
  position: relative;
}

.select-animal-area > img {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  z-index: -1;
}


.breadcrumb-area {
  position: relative;
}

.breadcrumb-area > img {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  z-index: -1;
}

.back-div a {
  border-radius: 28px;
  background: #4E185B;
  font-size: 16px;
  color: #231f20;
  font-weight: 600;
  padding: 15px 35px;
  color: #fff;

  margin-bottom: 50px;
  display: inline-block;
}

.animal-image img {
  width: 100%;
}

@media (max-width: 500px) {
  .rem-img {
      display: none;
  }

  .table-fixed{
    table-layout: fixed;
  }

  .height-0{
    height: 0px;
  }

  .rem-max{
    display: none;
  }

  .rev-data{
    display: flex;
    flex-direction: column-reverse;
  }

  .select-animal-area{
    padding: 5px 0px !important;
  }

  .margin-max{
    margin-top: -60px !important;
  }

  .navbar-hs{
    background-color: white;
    padding: 0;
  }

  .navbar-hs ul{
    display: flex;
    flex-direction: row;

  }

  .navbar-hs ul li{
    width: 11.4rem;
  }

  .navbar-hoss{
    display: none;
  }

  .change-navbar{
    background-color: #4E185B;
    /* text-decoration: #E5BC1F; */
  }

  .change-navbar a{
    color: #E5BC1F;
  }

  .color-oss{
    color: #E5BC1F;
    letter-spacing: 2px;
  }

  .nav-img-width{
    width: 30%;
  }

  .nav-logo-div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .nav-logo-div button{
    width: auto;
  }

  .show-text{
    font-size: 30px;
    color: #4E185B;
    font-weight: 800;
    text-align: center;
  }

  .rem-text{
    display: none;
  }

  .text-padding{
    padding: 25px 10px 75px 10px;
  }

  .nav-logo-div{
    padding: 20px 10px; 
  }

  .p-sm-0{
    padding: 0px !important;
  }

  .justify-content-center-sm{
    justify-content: center;
  }

  .rem-min{
    display: ruby;
  }

  .a-width-sm a{
    min-width: 0px !important;
  }

  .footer-mr-sm{
    margin-top: -2rem;
  }

  .text-break-small{
    line-break: anywhere;
  }

  .margin-top-sm{
    margin-top: 110px;
  }
  
}

@media (min-width: 500px) {
  .rem-min{
    display: none;
  }

  .show-text{
    display: none;
  }


  .change-navbar{
    display: block !important;
  }

  .display-smsc{
    display: none;
  }

  .nav-img-width{
    display: none;
  }
  
  .remoss{
    display: none;
  }

  .navbar-hs{
    display: none;
    background-color: white;
    padding: 0;
  }

  .navbar-hs ul{
    display: flex;
    flex-direction: row;

  }

  .navbar-hs ul li{
    width: 11.4rem;
  }


}

@media screen and (max-width: 950px) {
  .animal-image .anim-img1 {
    width: 100%;
    padding-bottom: 150px !important;
  }
}

.anm-img {
  position: relative;
}

.anm-img img.grass {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.animal-image h2 {
  font-size: 30px;
  color: #4E185B;
  font-weight: 800;
  text-align: center;
  margin: 20px 0 20px;
  height: 48px;
}

.animal-image p {
  font-size: 15px;
  line-height: 28px;
  color: #231f20;
  font-weight: 400;
}

.animal-image a {
border-radius: 28px;
background-color: #eca842;
font-size: 18px;
color: #4E185B;
font-weight: 600;
padding: 15px 48px;
margin-bottom: 40px;
display: inline-block;
}





.top a {
  font-size: 40px;
  color: #709E41;
  background: #DCE7D1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  position: fixed;
  bottom: 25px;
  right: 25px;
  text-align: center;
  line-height: 55px;
  z-index: 2;
  display: none;
}



/*footer-area*/

.footer-area img {
  width: 100%;
  bottom: 0;
}



/*
================
cart-page
================
*/

.popover-body {
  font-family:"co-text";
  padding: 1rem 1rem;
  background: #212529;
  color: #fff;
}

.cart-amount {
  padding: 50px 0 0 100px;
}

@media screen and (max-width: 1280px) and (min-width: 1180px) {
  .cart-amount {
    padding: 50px 0 0 50px !important;
  }
}


.cart-item {
  display: flex;
  gap: 50px;
  width: 100%;
  align-items: center;
  margin-bottom: 23px;
}

.item-type {
  width: 177px;
  text-align: left;
}

.cart-item .number {
  ! width: calc(100% - 177px);
}

.item-type p {
  font-size: 19px;
  color: #231f20;
  font-weight: 600;
  margin: 0;
}

.item-type p span {
  font-size: 14px;
}

.item-type p img {
  width: 20px;
  margin-top: -20px;
  margin-left: 10px;
  cursor: help;
}

.cart-amount span {cursor:pointer; }

.cart-amount .number{
  text-align: left;
}

.cart-amount .minus, .cart-amount .plus{
  width: 50px;
  height: 50px;
  background: #1FBC42;
  border-radius:50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}

.cart-amount input{
  width: 50px;
  height: 50px;
  background: #fff;
  box-shadow: none;
  border-radius:50%;
  padding:8px 5px 8px 5px;
  text-align: center;
  font-size: 26px;  
  border:none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px
}

.cart-amount button {
  background: #E5BC20;
  border-radius: 55px;
  padding: 15px 43px;
  font-size: 23px;
  letter-spacing: 1px;
  color: #4E185B;
  font-weight: 700;
  border: none;
  margin-top: 10px;
  margin-left: 170px;
}





/*
========================
booking-page
========================
*/

.breadcrumb-area {
  padding: 103px 40px 0;
}

.busket h2 {
  font-size: 56px;
  letter-spacing: -1px;
  color: #4E185B;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}


.booking-area {
  width: 80%;
  margin-left: auto;
}

.booking-top {
  box-shadow: 2px 12px 57px #00000014;
  border-radius: 41px;
  padding: 18px 30px;
  /* margin-top: 20%; */
}

.booking-top h4 {
  font-size: 19px;
  color: #4E185B;
  font-weight: 700;
}

.book-items {
  display: flex;
  justify-content: space-between;
}

.book-items ul {
  padding: 0;
  list-style-type: none;
}

.book-items ul li {
  font-size: 13px;
  color: #4E185B;
  font-weight: 600;
  padding: 8px 9px;
  background: #E2E0DC;
  display: inline-block;
  margin-right: 1px;
  margin-top:2px;
}

.book-items a {
  border-radius: 28px;
  background-color: #55844a;
  padding: 06px 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}

.remove_cart a {
  border-radius: 28px;
  background-color: #55844a;
  padding: 6px 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}

.booking-top p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #4E185B;
  font-weight: 500;
}

.total {
  display: flex;
  justify-content: space-between;
}

.booking-area > a {
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  color: #4E185B;
  padding: 22px 10px;
  font-weight: 700;
  background: #E5BC1F;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin-top: 38px;
}

/*slider-area*/

.slider {
  margin-bottom: 100px;
}

.owl-nav .owl-prev i {
  position: absolute;
  top: calc(50% - 50px);
  left: -50px;
  opacity: 1;
  font-size: 60px !important;
  z-index: 1;
  color: #64982F;
}
.owl-nav .owl-next i {
  position: absolute;
  top: calc(35% - 50px);
  right: -50px;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  color: #8D8A8D;
}
.owl-dots {
  display: none;
}


.slide-anml h3 {
  font-size: 19px;
  color: #4E185B;
  font-weight: 800;
  text-align: center;
  margin: 10px 0 43px;
  height: 24px;
}

.slide-anml p {
  font-size: 15px;
  line-height: 28px;
  color: #231f20;
  font-weight: 400;
  margin: 0;
}

.slide-anml a {
border-radius: 28px;
background-color: #E5BC1F;
font-size: 15px;
color: #4E185B;
font-weight: 600;
padding: 15px 8px;
margin-bottom: 40px;
display: block;
}





/*
========================
order-page
========================
*/

.order-text h2 {
  font-size: 50px;
  letter-spacing: -1px;
  color: #4E185B;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.order-text h3 img {
  width: 35px;
}

.order-text h3 {
  font-size: 30px;
  line-height: 60px;
  color: #eca943;
  font-weight: 700;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 50px;
}

.order-text p {
  font-size: 20px;
  line-height: 50px;
  color: #282728;
  font-weight: 600;
  margin-bottom: ;
}

.order-text p a {
  color: #282728;
  text-transform: uppercase;
  text-decoration: underline;
}


.order-text p.flexdiv {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.order-text p.flexdiv img {
  width: 40px;
}

.order-text h4 img {
  width: 40px;
}

.order-text h4 {
  font-size: 44px;
  line-height: 60px;
  color: #eca943;
  font-weight: 700;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.qr-scan {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 25px;
}


.order-text > a {
  width: 100%;
  font-size: 35px;
  letter-spacing: 1px;
  color: #4E185B;
  padding: 22px 10px;
  font-weight: 700;
  background: #E5BC1F;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.btm-icn img {
  width: 30px !important;
}


.card-img img {
  max-width: 40%;
  margin-bottom: 10px;
  padding: 0 10px;
}


/*checkout page*/

.checkout {
  width: 90%;
  margin-left: 0;
}

.checkout .booking-top {
  box-shadow: none;
  border-radius: 0px;
  padding: 18px 0px;
}



.voucher {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.voucher input {
  height: auto;
  font-size: 18px;
  line-height: 1;
  color: rgba(78, 24, 91, 0.65);
  letter-spacing: 1px;
  border-radius: 33px;
  padding: 24px 30px;
  background: #F1F4DF;
  border: none;
  margin: 0 0 20px;
  width: 80%;
}

::placeholder {
  opacity: 1;
}

.voucher button {
  border-radius: 28px;
  background-color: #E5BC20;
  padding: 10px 16px;
  font-size: 14px;
  color: #4E185B;
  font-weight: 600;
  width: 20%;
  height: 63px;
  border: none;
}

.donate img {
  width: 100%;
}

.booking-top .donate p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #41321a;
  font-weight: 500;
  margin: 32px 0 50px;
}

.donate-box {
  margin-bottom: 46px
}

.donate-box .dnt1 {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 24px;
}

.donate {
  position: relative
}

.donate h3 {
  font-size: 35px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  text-align: center;
  max-width: 327px;
  right: 30px;
  top: 45px;
  transform: rotate(-5deg);
}

.donate-box .dnt1 p {
  width: 36%;

  margin: 0;
}

.donate-box .dnt1 input {
  width: 33%;
  border-radius: 31px;
  background-color: #e2e0dc;
  padding: 12px 5px;
  font-size: 16px;
  color: #b0ada7;
  font-weight: 600;
  border: none;
  text-align: center;
}

.donate-box .dnt1 button {
  width: 30%;
  border-radius: 28px;
  background-color: #E5BC20;
  padding: 10px 20px 12.5px;
  font-size: 17px;
  color: #4E185B;
  font-weight: 600;
  border: none;
}


/*pay custom-checkbox*/

.pay-form .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.pay-form .form-group label {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 15px;
}

.pay-form .form-group label:before {
  content:'';
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0;
  width: 30px;
  height: 30px;
  background: #E2E0DC;
  border-radius: 50%;
}

.pay-form .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 11px;
  width: 8px;
  height: 14px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(39deg);
}

.pay-form .form-group {
  margin: 0 0 12px;
}

.pay-form .form-group label p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #41321a;
  font-weight: 500;

  width: calc(100% - 30px);
}


/*signin-area*/

.signin-area {
  box-shadow: 1px 8px 50px #0000002E;
  border-radius: 41px;
  padding: 51px 46px 5px 42px;
  max-width: 75%;
  margin-left: auto;
  margin-right: 90px;
}

@media screen and (max-width: 1200px) and (min-width: 980px) {
  .sign-form {
    margin: auto !important;
  }
}




.signup-area {
  box-shadow: 1px 8px 50px #0000002E;
  border-radius: 41px;
  padding: 22px 46px 40px 42px;
  max-width: 75%;
  margin-left: auto;
  margin-right: 90px;
}
.dont_account{
  font-size: 19px;
  color: #41321a;
  font-weight: 500;
  text-align: center;
  margin-bottom: 26px;
  display: inline-block;
}
.input1 input {
  border-radius: 55px;
  padding: 14px 15px 14px 70px;
  background: #F1F4E2;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  width: 100%;
  border: none;
  margin-bottom: 40px;
}

.input1 {
  position: relative;
}

.input1 span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F5F7EB;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  position: absolute;
  left: 2px;
  top: 2px;
}

.input1 span img {
  transform: scale(0.5);
}

.signin-area form button {
  border-radius: 55px;
  /*padding: 5px 15px 16px;*/
  padding: 10px;
  background: #55844a;
  font-size: 29px;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
  border: none;
  margin: 30px 0 25px;
  font-weight: bold;
}

.signin-area a.forgot {
  font-size: 19px;
  color: #41321a;
  font-weight: 500;
  text-align: center;
  /*margin-bottom: 80px;*/
  margin-bottom: 26px;
  display: inline-block;
}

.social {
  margin-bottom: 48px;
}

.social p {
  font-size: 17px;
  letter-spacing: 1px;
  color: #eca842;
  font-weight: 500;
  margin-bottom: 43px;
}

.social a {
  margin: 0 0px;
}

.social a img {
  transform: scale(0.7);
}

.signin-area form > p {
  font-size: 22px;
  line-height: 46px;
  color: #41321a;
  font-weight: 500;
  margin-bottom: 5px;
}

.signin-area form > a {
  font-size: 38px;
  letter-spacing: 1px;
  color: #eca842;
  font-weight: 600;
}







/*
-------------
pay-page
-------------
*/

.aside__content {
  max-width: 708px;
  margin: 0 auto;
}

.aside__content h2 {
  font-size: 45px;
  letter-spacing: -1px;
  font-weight: 900;
  text-align: center;
  color: #4E185B;
  margin: 0;
}

.aside__content > p {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #4E185B;
  margin: 38px 0 33px;
}

.aside__content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.aside__content ul li {
  font-size: 17px;
  line-height: 30px;
  color: #958F87;
  font-weight: 500;
  margin-bottom: 15px;
}

.sign__div {
  align-items: center;
}

.donation_text {
  margin: 0 0 60px;
}

.sign__div img {
  margin: 0 20px 0 0;
}

.donation_text h3 {
  font-size: 18px;
  line-height: 25px;
  color: #4E185B;
  font-weight: 900;
  margin: 32px 0 15px;
}

.donation_text p {
  font-size: 15px;
  line-height: 21px;
  color: #958F87;
  font-weight: 400;
  margin: 0 0 20px;
}

.donation_text p a {
  color: #958F87;
  text-decoration: underline;
}

/*-----simple__form-----*/

.simple__form .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  animation: ;
}

.simple__form .form-group label {
  position: relative;
  cursor: pointer;
}

.simple__form .form-group label:before {
  content:'';
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 13px;
  width: 25px;
  height: 25px;
  background: #E2E0DC;
  border-radius: 2px;
}

.simple__form .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 8px;
  height: 16px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(39deg);
}

.simple__form .form-group {
  margin: 0 0 12px;
}

.input-area {
  /*! gap: 20px; */
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px 0 0;
}

.simple__form .form-group label span {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #4E185B;
  vertical-align: 0px;
  width: calc(100% - 25px);
}

.simple__form .input-area input.main_input,
.simple__form .input-area select,
.date_input input, .simple__form textarea {
  height: auto;
  font-size: 18px;
  line-height: 1;
  color: rgba(78, 24, 91, 0.65);
  letter-spacing: 1px;
  border-radius: 33px;
  padding: 24px 30px;
  background: #F1F4DF;
  border: none;
  width: 100%;
  margin: 0 0 20px;
}

.simple__form .input-area select {
  position: relative;
  width: 100%;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(images/select.png);
  background-repeat: no-repeat;
  background-position: 83% 50%;
  background-size: 12px;
  padding: 24px 0 24px 30px;
}

.simple__form .input-area .pson_div span {
  position: absolute;
}

.simple__form .pson_div {
  width: 21%;
  position: relative;
}

.simple__form .text_input {
  width: 39%;
}

.input-area > div {
  padding-right: 20px;
}

.input-area .text_input3 {
  width: 100% !important;
}

.sam__content {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  color: rgba(78, 24, 91, 0.65);
  vertical-align: top;
  font-weight: 400;
}

.tbl {
  /*! margin: 0 auto; */
  /*! width: 77%; */
  width: 100%;
  margin: 0 0 40px;
}

.tbl tr td {
  width: 50%;
  padding: 5px 0;
}

.provide_content p {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1px;
  color: rgba(65, 50, 26, 0.65);
  margin: 0 0 40px;
}

.date_input input {
  width: auto !important;
}

.date_input label span {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  color: rgba(65, 50, 26, 0.65);
  margin: 0 20px 0 0;
}

.provide_content small {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: rgba(65, 50, 26, 0.65);
  margin: 6px 0 40px;
  display: inline-block;
}

.inr-provide label span {
  color: #958F87 !important;
}

.inr-provide > span {
  font-size: 17px;
  line-height: 30px;
  color: #958F87;
  margin: 20px 0 0;
  display: inline-block;
}

.taxpayer .form-group label::before {
  background: #AFB776;
  width: 26px !important;
  margin: 8px 0px 0 0;
}

.taxpayer .form-group input:checked + label::after {
  top: 12px !important;
}

.taxpayer {
  background: #A3B72A80;
  box-shadow: 1px 8px 50px #0000002E;
  padding: 36px;
  border-radius: 40px;
  margin: 60px 0 0;
}

.taxpayer .form-group label {
  display: flex;
  gap: 15px;
}

.taxpayer .form-group label span {
  color: #41321A;
  font-size: 15px !important;
  line-height: 20px !important;
  letter-spacing: -0.23px;
  width: calc(100% - 26px);
}


.pay_btn a {
  max-width: 70%;
  font-size: 30px;
  letter-spacing: 1px;
  color: #fff;
  padding: 22px 35px;
  font-weight: 700;
  background: #55844a;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin: 80px auto;
}











/*
========================
New pages - 2nd round
========================
*/

.gift2 {
  margin-top: -150px;
}

.extra-anml, .discount-anml {
  max-width: 832px;
  margin-left: auto;
}

.gift2 img {
  width: 100%;
  border-radius: 20px;
}

.gift2 .slide-anml {
  padding: 0 10px;
}

.gift2 P {
  font-size: 19px;
  color: #4E185B;
  font-weight: 800;
  text-align: center;
  margin: 10px 0 43px;
}


.gift2-book .booking-top {
  border-radius: 20px;
  padding: 18px 23px;
}

.gift2-book.booking-area > a {
  width: 226px;
  padding: 17px 10px;
  display: inline-block;
  text-align: center;
  margin-top: 80px;
}


.busket h2 {
  font-size: 56px;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  padding: 0 20px 0;
  display: inline-block;
}


/*
===============
gift1-page
===============
*/

.giftvoucher-img img {
  width: 100%;
  padding: 6px;
  display: inline-block;
  border-radius: 25px;
}

.giftvoucher-img {
  padding-left: 50px;
  display: flex;
}

.giftvoucher.back-div a {
  padding: 15px 18px;

}

.giftvoucher-text {
  padding-left: 60px;
}
.giftvoucher-text h3 {
  font-size: 15px;
  color: #ECA943;
  line-height: 1.8;
}

.giftvoucher-text p, .giftvoucher-text ul li {
  font-size: 15px;
  color: #4E185B;
  line-height: 1.8;
}

.giftvoucher-text ul {
  padding-left: 14px;
}

.voucher-inpt input.main_input {
  width: 55% !important;
  position: relative;
  padding: 24px 30px 24px 40px !important;
  font-size: 16px !important;
}


.voucher-inpt span {
  position: absolute;
  left: 26px;
  top: 49%;
}

.voucher-inpt {
  position: relative;
}

.voucher-form .cart-amount input {
  font-size: 18px;
}


.voucher-form button {
  max-width: 300px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #4E185B;
  padding: 17px 32px;
  font-weight: 700;
  background: #E5BC1F;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin-top: 38px;
  border: none;
}



/*experience1*/

.animal-image a.grn-btn {
  background: #55844A;
  color: #fff;
  margin-top: -18px;
  margin-bottom: 60px;
}

.experience1-area .animal-image a {
    width: fit-content !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  
    padding: 15px 10px;
}


/*experience3-area*/

.experience3-area .back-div a {
  padding: 15px 24px;

}
.experience3-area .animal-image {
  padding: 0px 54px;

}

.experience3 h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #ECA943;
  margin-bottom: 20px;
  font-weight: 600;
}
.experience3 h2 {
  color: #ECA943;
}
.experience3 ul li {
  font-size: 13px;
}

.experience3  {
  padding-left: 0;
}

.experience3 .cart-amount .exp-form {
  display: flex;
  gap: 80px;
}

.exp3-left {
  width: 50%;
}

.exp3-left .cart-item {
  gap: 0px;
}

.exp3-left .cart-item input {
  width: 40px;
  height: 40px;
  font-size: 20px;
  margin: 0 3px;
}

.exp3-left .cart-item .minus, 
.exp3-left .cart-item .plus
{
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.simple__form .frm-grp label {
  display: flex;
  /*! align-items: center; */
}

.simple__form .frm-grp label:before {
  content:'';
  margin-top: 3px;
}

.exp-form .form-group label span
{
  font-size: 15px;
  line-height: 1.5;
}

.exp3-left.input-area {
  margin-top: 0;
}

.experience3 .cart-amount button {
  font-size: 15px;
  padding: 25px 58px;
  margin-left: 0;
}

.exp-form .input-area input.main_input {
  font-size: 14px;
  text-align: left;
}

.simple__form .form-group.supprot-check {
  margin-top: 90px;
}



/*adoption-page*/

.giftvoucher-text h3 {
  font-weight: 700;
}

.adoption-form .input-area input.main_input {
  width: 55%;
  font-size: 17px;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding: 0 35px 0 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #4E185B;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 100%;
    background: #F1F4DF;
    vertical-align: middle;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #ECA943;
    position: absolute;
    top: 2px;
    right: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/*education - page*/

.experience3-area .edctn-image {
  padding: 0px 26px;
}

.edctn-image h2 {
  font-size: 22px;
}

.education-area .cart-amount .exp-form
{
  display: flex;
  gap: 20px;
}


.wd-70 {
  width: 80%;
}

.wd-90 {
  width: 90%;
  gap: 10px;
}


.note-wrapp .exp3-left {
  width: 40%;
}

.note-wrapp .note {
  width: 20%;
}

.giftvoucher-text .note p{
  font-size: 9.5px;
}

.simple__form .edu-num input.main_input {
  padding: 17px 20px;
  width: 79px;
  margin: 0 0 20px 10px;
  text-align: center;
}

.simple__form .edu-num label {
  font-weight: bold;
  font-size: 14px;
  color: #6b3e76;
}

/*.simple__form label span {*/
/*  color: #FE6B6B;*/
/*}*/

.education-area .simple__form .form-group label::before
{
  border-radius: 3px;
}


.edu-radio label {
  margin-bottom: 80px;
  padding-left: 0 !important;
}

.edu-radio label[for=edu1] {
  margin-right: 80px;
}

.edu-radio label small {
  font-size: 13px;
  color: #896591;
  position: absolute;  
  width: 110%;
  line-height: 1.8;
}

.simple__form .edu-num select {
  width: 67%;
  padding: 22px 0 22px 20px;
  margin-left: 10px;
}

.education-area h2 {
  font-size: 18px;
  color: #55844A;
  font-weight: 600;
  margin-bottom: 34px;

}

.exp-submit p {
  font-size: 16px;
  color: #41321A;
  font-weight: bold;
  margin-bottom: 0;
  width: 80%;
}


.exp-submit button {
  background: #55844A;
  margin-left: 20px;
  color: #fff;
}

.exp-submit {
  display: flex;
  gap: 20px;
  align-items: center;
}





/*pricing-key*/

.pricing-key {
  display: flex;
  gap: 28px;
  max-width: 450px;
  margin: 50px auto 0;
}

.pricing-key > div {
  width: 25%;
  text-align: left;
  font-weight: 500;
}

.pricing-key > div span {
  width: 50px;
  height: 40px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.pricing-key > div span.high-p {
  background: #ECA943;
}

.pricing-key > div span.mid-p {
  background: teal;
}

.pricing-key > div span.low-p {
  background: #4E185B;
}




.cart-p-size{
  font-size: 14px !important;
  font-weight: normal;
}


.cart-amount-member button {
  background: #E5BC20;
  border-radius: 55px;
  padding: 15px 58px;
  font-size: 23px;
  letter-spacing: 1px;
  color: #4E185B;
  font-weight: 700;
  border: none;
  margin-top: 100%;
}


.booking-area-member > a {
  width: 30%;
  font-size: 20px;
  letter-spacing: 1px;
  color: #4E185B;
  padding: 10px 10px;
  font-weight: 700;
  background: #E5BC1F;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin-top: 38px;
  margin-left: 70%;
}

.pay_btn_member a{
  max-width: 100%;
}

.order-area-member > a {
  width: 30%;
  font-size: 20px;
  letter-spacing: 1px;
  color: #4E185B;
  padding: 10px 10px;
  font-weight: 700;
  background: #E5BC1F;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin-top: 38px;
}

.adoption{
  margin:0;
  padding:0;
}

.order-text-adoption h4 {
  font-size: 24px;
  color: #eca943;
  font-weight: 700;
  display: flex;
}


.input-adoption{
  justify-content: left;
  margin:0;
}

.simple__form .form-group label.adop:before {
  border-radius: 50px !important;
  background: #fadaab;
}

.cart-amount button.adop {
  margin-left: 0px !important;
}
  .calendar-date p {
    font-size: 15px;
    letter-spacing: 0px;
    color: #4E185B;
    font-weight: bold;
    margin-bottom: 50px;
  }

  .pointer{
    cursor: pointer;
  }


.time-select {
  max-width: 450px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.time-select li {
  width: 40%;
  font-size: 20px;
  letter-spacing: 1px;
  color: #4E185B;
  padding: 22px 10px;
  font-weight: 700;
  background: #E5BC1F;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  box-shadow: 0px 0px 25px #ddd;
  cursor: pointer;
}

.time-select li.time2 {
  background: #fff;
}


.booking-heading {
  font-size: 19px;
  color: #4E185B;
  font-weight: 800;
  text-align: center;
  margin: 10px 0 43px;
}

.booking-area .checkout-btn{
    width: 100%;
    font-size: 20px;
    letter-spacing: 1px;
    color: #4E185B;
    padding: 22px 10px;
    font-weight: 700;
    background: #E5BC1F;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin-top: 38px;
  border:none !important;
}

.pay_btn button {
  max-width: 70%;
  font-size: 30px;
  letter-spacing: 1px;
  color: #fff;
  padding: 22px 35px;
  font-weight: 700;
  background: #55844a;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin: 80px auto;
}

/*testing*/

#form-button {
  padding: 0px;
}
#form-button button {
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  color: #4E185B;
  padding: 22px 10px;
  font-weight: 700;
  background: #E5BC1F;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin-top: 38px;
  border:0px;
}
.btn_signup{
  border-radius: 55px;
  padding: 15px;
  background: #55844a;
  font-size: 29px;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
  border: none;
  font-weight: bold;
  display: inline-block;
}
.btn_signup:hover{
  color: #ffffff;
}

.btn-red{
  background-color: #c12b3c !important;
}

.purple_color{
    color: #ECA943 !important;
}
.theme_purple_color{
  color: #4E185B;
}
.signup_margin_bottom{margin-bottom: 43px;}
.calendar-date .caption{    text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;}
.experience_more_btn{    width: 36% !important;}

.membership_field{
  border-radius: 55px !important;
  padding: 14px 15px 14px 70px !important;
  background: #F1F4E2 !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  color: #000 !important;
  width: 100% !important;
  border: none;
  margin-bottom: 40px;
  text-align: left !important;
}
.gj-datepicker-md [role=right-icon] {
  top: 12px !important;
  right: 14px !important;
}
.booking-order-note{
  font-size: 19px;
  color: #4E185B;
  font-weight: 700;
}

textarea:-moz-placeholder, /* Firefox 18- */
textarea::-moz-placeholder, /* Firefox 19+ */
textarea:-ms-input-placeholder, /* IE 10+ */
textarea::-webkit-input-placeholder, /* Webkit based */
textarea::placeholder { /* Modern browsers */
  color: #4E185B !important;
}

textarea::placeholder {
  color: #4E185B !important;
}

::placeholder {
  color: #4E185B !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #4E185B !important;
}



.order-note-textarea{color: #4E185B;}
