@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a{
    font-size: 16px !important;
      font-family: "Inter", serif !important;
      font-weight: 500 !important;
  }
  html,body {
    overflow-x: hidden;
  }
  body{
    font-family: "Inter", serif !important;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  ul,li,a{
    font-family: "Inter", serif !important;
  }
  .card-heading h1 a{
    font-size: 75px !important;
    text-align: center !important;
  
  }
    .rkit-card-slider .card-heading {
      text-align: center;
    }
        // varibles here

// @font-face{
//     font-family: Gilroy;
//     font-style: normal;
//     font-weight: normal;
//     src: url(assets/fonts/gilroy-light-webfont.woff) format('woff');
// }
// @font-face{
//   font-family: Gilroy;
//   font-style: normal;
//   font-weight: normal;
//   src: url(assets/fonts/gilroy-extrabold-webfont.woff) format('woff');
// }

@font-face {
  font-family: 'Gilroy';
  src: url(assets/fonts/gilroy-light-webfont.woff) format('woff');
    font-style: normal;
    font-weight: 300;
}
@font-face {
  font-family: 'Gilroy';
  src: url(assets/fonts/Gilroy-Regular.woff) format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family:'Gilroy';
  src: url(assets/fonts/gilroy-extrabold-webfont.woff) format('woff');
  font-style: normal;
  font-weight: 800;
}
.elementor-heading-title, h1,h2,h3,h4,h5,h6{
  font-family: "Urbanist", sans-serif !important;
  span{
      font-family: "Urbanist", sans-serif !important;
  }
}
  .elementor-icon-box-title{
    font-family: "Inter", serif !important;
    span{
      font-family: "Inter", serif !important;
    }
  }
  // .e-con.e-flex>.e-con-inner , .e-con>.e-con-inner{
  //   max-width: inherit !important;
  // }

  .reading-title h2{
    font-size: 67px !important;
    span{
      font-size: 67px !important;
    }
  }
  

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px !important;
}

.e-con-inner {
    max-width: 1140px !important;
}
.header .e-con-inner{
  max-width: 1360px !important;
}
.footer .e-con-inner{
  max-width: 1360px !important;
  .elementor-icon-list-item{
    a{
      &:hover{
        .elementor-icon-list-text{

          color: #00AD0E;
        }
      }
    }
    &:hover .elementor-icon-list-icon svg{
      fill: #00AD0E !important;
    }
  }
}
.footer .elementor-icon-list-icon{
  display: inline-block !important;
}

.job-details .elementor-icon svg{
  width: 14px !important
}


.form-search {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 65px;
  border-radius: 10px;
  border-width: 1px;
  padding: 20px;
  border-style: solid;
  border-color: #ddd;
  font-family: "Inter", serif !important;
}

.search-elementor {
  position: relative;
  top: -60px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px 1px #ddd;
  width: 1160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  margin: 0 auto;
  padding: 0 30px;
}
.search-elementor .dropdown ul {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  left: 60px;
  top: 58px;
  background-color: #fff;
  padding: 0;
  width: 225px;
  margin-bottom: 0;
  z-index: 9;
}

.search-elementor .dropdown ul li {
  list-style: none;
}
.search-elementor .dropdown ul li:hover a{
  background-color: #efefef;
  color: #006608;
}

.search-elementor .dropdown ul li a {
  padding: 9px 15px;
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #000;
}

.search-input {  
  height: 38px;
  width: 100% !important;
  border: 0 !important;
  font-size: 20px;
}

.search-input:focus {
  outline: 0;
}

.search-button {
  position: relative;
  background-color: #fff !important;
  border: 0 !important;
  width: 300px !important;
  text-align: left;
  padding: 0 40px 0 22px !important;
  color: #0C362F !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-icon {
  position: relative;
  background-color: #00AD0E !important;
  border: 0 !important;
  border-radius: 50% !important;
  padding: 0 !important;
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.job-list .elementor-icon-box-icon{
  margin-top: 10px;
}
.list-tick .elementor-icon-list-icon{
  margin-top: 5px;
}
.list-tick .elementor-icon-box-icon{
  margin-top: 5px;
}
.search-button:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url(assets/images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-color: #fff;
  right: 30px;
  top: 8px;
}
.search-icon:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(assets/images/search-icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  left: 50%;
  top: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
}
.form-search .dropdown {
  position: relative;
}

.search-input::-webkit-input-placeholder, .search-input:-ms-input-placeholder, .search-input::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  color: #272727;
}

@media (max-width: 1199px) and (min-width: 320px) {
  .search-elementor {
      width: 100%;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .form-search .dropdown {
      display: none;
  }
}


//Plant collection

  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-tabs {
    display: flex;
      justify-content: center;
      margin-bottom: 80px;
      .nav-link{
          position: relative;
          margin: 10px 30px;
          padding-bottom: 10px;
          font-size: 25px;
          color: #272727;
          font-weight: 600;
          list-style: none;
          text-decoration: none;
          &.active, &:hover{
              color: #006608;
              &:after{
                  content: "";
                  display: inline-block;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  margin: 0 auto;
                  width: 60px;
                  height: 2px;
                  background-color: #006608;
              }
          }
          
      }
  }
  .container {
      max-width: 1140px;
      margin: 0 auto;
      .row {
          display: flex;
          flex-wrap: wrap;
          margin-right: -15px;
          margin-left: -15px;
      }
      .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
          position: relative;
          width: 100%;
          padding-right: 15px;
          padding-left: 15px;
      }
  }
  .tab-content{
      
      .img-wrap{
          width: 100%;
          max-height: 255px;
          overflow:hidden;
          background-color: #ddd;
          border-radius: 50px 10px 10px 10px;
          img{
              border-radius: 50px 10px 10px 10px;
              width: 100%;
              object-fit: cover;
          }
      }
      h2{
          margin: 20px 0 0;
          font-size: 25px !important;
          font-weight: 500;
          color: #272727;
      }
      p{
          margin: 10px 0 20px;
          font-size: 17px;
          font-weight: 500;
          color: #7A7A7A;
      }
  }


@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
  }
}



.hm-plants-counts {
  display: flex  ;
  align-items: center;
  justify-content: center;
  height: 208px;
  position: absolute;
  bottom: 10px;
  // width: 100%;
  right: -10px;
  left: -10px;
  .plants-status {
    &:first-child{
      &::before{
        display: none;
      }
    }
  }
}

.hm-plants-counts:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 208px;
  background: #0C362F;
  opacity: 0.6;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.plants-status {
  padding: 0 35px;
  position: relative;
  z-index: 9;
  top: -10px;
}

.plants-status:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 124px;
  background: rgba(217, 217, 217, 0.46);
  opacity: 0.6;
  left: 0;
  right: 0;
  top: 0%;
  z-index: 1;
  /* border-left: 3px solid rgba(217, 217, 217, 0.46); */
}

.plants-status p {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
  color: #fff;
  max-width: 180px;
  margin-top: 0;
  min-height: 46px;
}

.plants-status span {
  font-size: 60px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  margin-top: 32px;
  display: block;
}

.banner-section {
  position: relative;
}

.banner-section img {
  width: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
#playVideo{
  cursor: pointer;
}
// .overlay:target {
//   visibility: visible;
//   opacity: 1;
// }
.overlay.show {
  visibility: visible;
  opacity: 1;
}

.popup {
 
  margin: 70px auto;
  // padding: 20px;
  // background: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 900px;
  position: relative;
  transition: all 5s ease-in-out;
}

// .popup h2 {
//   margin-top: 0;
//   color: #333;
//   font-family: Tahoma, Arial, sans-serif;
// }

// .popup .close:hover {
//   color: #06D85F;
// }
.popup .content {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  
}
.popup .close {
  position: absolute;
  top: -50px;
  right: -100px;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  border: 1px solid #fff;
  margin: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  line-height: 44px;
  padding: 16px 20px 20px;
  display: flex;
  cursor: pointer;
      align-items: center;
      justify-content: center;
}

.popup .close:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
  width: 44px
}

// .popup .close {
//   width: 44px;
//   text-align: center;
//   padding-right: 0;
//   top: 0;
//   right: 0
// }
.popup .content iframe{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}
.sub-menu .elementskit-submenu-panel{
  min-width: 200px !important;
  padding: 10px 5px !important;
}
.sub-menu .elementskit-submenu-panel li a{
  padding:8px 20px !important;
  color: #7A7A7A !important;
  font-size: 17px !important;
  font-weight: 500 !important;
}
.sub-menu .ekit-menu-dropdown-toggle i{
  margin-top: 5px !important;
}
.sub-menu .elementskit-submenu-panel li a:hover{
  color: #00AD0E !important;
}
@media (min-width: 1200px){
  .sub-menu .elementskit-submenu-panel{
    left: -35% !important;
    border-radius: 5px !important;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .plants-status {
      padding: 0 22px;
      top: -9px;
      min-width: 200px;
  }
  .popup .close {
    position: absolute;
    top: -100px;
    right: 0;
  }

  .plants-status span {
      font-size: 44px;
  }

  .plants-status p {
      font-size: 18px;
  }
  .card-heading h1 a {
    font-size: 45px !important;
    margin-top: 40px;
    display: block;
    text-align: center !important;
}
}

@media (max-width: 991px) and (min-width: 768px) {
  .card-heading h1 a {
    font-size: 40px !important;
    margin-top: 40px;
    display: block;
}
  .hm-plants-counts {
      height: 163px;
  }
  .plants-status:before {
      height: 108px;
  }
  
  .plants-status {
      padding: 0 19px;
      min-width: 136px;
  }

  .plants-status span {
      font-size: 38px;
      margin-top: 15px;
  }

  .plants-status p {
      font-size: 14px;
      line-height: 18px;
  }
 
}


@media (max-width: 767px) and (min-width: 320px) {
  .card-heading h1 a {
    display: block;
    margin-top: 40px;
    font-size: 24px !important;
    line-height: normal !important;
}
  .hm-plants-counts {
      display: block;
      height: auto;
      bottom: 0;
      right: 0;
      left: 0;
      position: relative;
      background-color: #1c351b;
      padding: 25px 20px;
  }

  .plants-status {
      padding: 0 20px;
      position: relative;
      z-index: 9;
      top: 0;
      border-bottom: 2px solid rgba(217, 217, 217, 0.46);
  }
  .plants-status:last-child {
      border-bottom: 0;
  }


  .plants-status p {
      font-size: 14px;
      margin-top: 18px;
      min-height: initial;
      max-width: 100%;
  }

  .plants-status span {
      font-size: 32px;
      margin-top: 12px;
      margin-bottom: 26px;
  }
  .plants-status:before, .plants-status:after{
      display: none;
  }
}



.booking-form{
  // padding: 30px;
  width: 100%;
  background-color: #4B6762;
  border-radius: 15px;
  font-family: "Inter", serif !important;
}
.booking-form  .form-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -10px;
      margin-left: -10px;
}
.booking-form  .form-row  [class*="col-"] {
      padding-right: 10px;
      padding-left: 10px;
  }

.booking-form  .form-row .col-6 {
      position: relative;
      width: 100%;
      flex: 0 0 50%;
      max-width: 50%;
  }

.booking-form  .form-row  .col-12 {
      flex: 0 0 100%;
      max-width: 100%;

  }
.booking-form  .form-row  label {
      display: inline-block;
      margin-bottom: 5px;
      font-size: 15px;
      color: #fff;
      font-weight: 500;
  }
    
.booking-form  .form-row  label.error{
    font-size: 14px;
    color: #FF4D4D;
    margin-top: -15px !important;
    font-weight: 500;
  }
   .mandatory{
    color: #FF4D4D;
   } 
   .booking-form  .form-row  span.error{
    font-size: 14px;
    color: #FF4D4D;
    font-weight: 500;
    margin-bottom: 10px;
  }
.booking-form  .form-row #keyverification-error{
    margin: 15px;
  }

.booking-form  .form-row .form-control {
    display: block;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    color: #7A7A7A;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 400;
    
}
.booking-form  .form-row select.form-control{
  appearance: none;
  background-image: url(assets/images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 15px;
}

select option:hover {
  box-shadow: 0 0 10px 100px green inset !important;
  color:#272727;
}
select option:checked{
  box-shadow: 0 0 10px 100px green inset !important;
  }
.booking-form  .form-row .form-control:focus{
    border: 1px solid #D9D9D9;
    outline: none;
    color: #7A7A7A !important;
}
.booking-form  .form-row input[type="time"]{
  background-image: url(assets/images/time.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 15px;

}
.booking-form  .form-row select.select-time{
  appearance: none;
  background-image: url(assets/images/time.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  cursor: pointer;

}
.booking-form  .form-row .date-picker{
  // display: inline-block;
  background-image: url(assets/images/date.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 15px;
  cursor: pointer;

}
.booking-form  .form-row input[type="date"]{
  display: inline-block;
  background-image: url(assets/images/date.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 15px;

}
.booking-form  .form-email {
  padding-right: 150px !important;
}

.otp-input-fields {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 10px 0 ;
}
.otp-input-fields p{
  margin-bottom: 0;
    margin-left: 15px;
}
.otp-box p{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
  .otp-input-fields  input {
    height: 40px;
    padding: 0 !important; 
    width: 40px !important;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #fff !important;
    text-align: center;
    outline: none;
    font-size: 16px;
  }
  .otp-input-fields  input::-webkit-outer-spin-button,
  .otp-input-fields  input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    }

    /* Firefox */
    .otp-input-fields  input[type="number"] {
      -moz-appearance: textfield !important;
      color: #fff;
    }
    .otp-input-fields  input:focus {
      border-width: 2px;
      border-color: darken(#2f8f1f, 5%);
      font-size: 20px;
    }
    .booking-form .btn{
      position: absolute;
      right: 15px !important;
      top: 28px !important;
      padding: 10px 20px !important;
      min-width: 130px;
      border-radius: 5px;
      height: 40px;
      margin: 0;
      min-height: 40px;
      color: #fff !important;
      cursor: pointer;
      font-size: 15px !important;

    }
    .booking-form .btn-verify[disabled]{
      background-color: #B7B7B7 !important;
      cursor: not-allowed;
  }
  .booking-form .btn-verify[disabled]:hover{
    background-color: #B7B7B7 !important;
  }
  
  .booking-form .btn-verify{

  background-color: #0C362F !important;
  }
  .booking-form .btn-verify:hover{
    background-color: #000 !important;
  }
  .booking-form  .btn-resend{
    background: #00AD0E !important;
    border: none;
    color: white;
    cursor: pointer;
    text-align: center;
    display: flex;
    // top: 29px !important;
    align-items: center;
    justify-content: center;
 }
 .booking-form  .btn-resend.resend_otp{
   top: 28px !important;
 }
 .booking-form  .btn-resend .check{
   margin-top: -2px;
 }
 .booking-form .tooltip-wrap{
  position: absolute;
  right: 0;
  top: 0px;
 }
    .booking-form .relative{
        position: relative;
    }
    .booking-form .check {
        display: inline-block;
    transform: rotate(45deg);
    height: 16px;
    width: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-right: 12px;
}
.booking-form .verified-email .form-control{
    background-color: #D9D9D9;
    pointer-events: none;
}
.booking-form .verified-email  .btn{
    color: #00AD0E !important;
    right: 0px !important;
    top: 29px !important;
    cursor: default;

}
.booking-form .verified-email .check{
    border-bottom: 2px solid #00AD0E;
    border-right: 2px solid #00AD0E;
}


.booking-form  .tooltip {
    // position: relative;
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    // margin-right: 40px;
    cursor: pointer;
    opacity: 1;
}


.booking-form  .tooltipText {
    background-color: #fff;
    position: absolute;
    bottom: 20%;
    right: 10px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 12px;
    opacity: 1;
    transform: translateY(-10px);
    white-space: nowrap;
    color: #000;
    transition: all .5s;
}


.booking-form  .tooltipText::after {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 40%;
    margin-left: 5%;
}



// .booking-form  .tooltip:hover .tooltipText{
//     opacity: 1;
//     transform: translateY(-10px);
// }
.iti{
  height: 46px;
}
.iti  .form-control{
  margin-bottom: 20px !important;
}
.booking-form .iti label.error{
  margin-top: 10px !important;
}
/* HTML: <div class="loader"></div> */
.btn-loader-wrap{
  padding: 0 30px;
}
.btn-loader {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
    0%  {box-shadow: 20px 0 #fff, -20px 0 #fff2;background: #fff }
    33% {box-shadow: 20px 0 #fff, -20px 0 #fff2;background: #fff2}
    66% {box-shadow: 20px 0 #fff2,-20px 0 #fff; background: #fff2}
    100%{box-shadow: 20px 0 #fff2,-20px 0 #fff; background: #fff }
}
.date{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(assets/images/date.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
   opacity: 0;
   cursor: pointer;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
   opacity: 0;
   cursor: pointer;
}
    
.booking-form  .form-row  textarea{
    height: 140px;
    resize: none;

}
  

.booking-form button {
      margin: 20px 0 10px;
      padding: 15px 30px 15px 30px !important;
      background: #00AD0E !important;
      border: none;
      min-width: 130px;
      min-height: 56px;
      color: white;
      font-size: 17px;
      border-radius: 20px;
      cursor: pointer;
  }
  .booking-form button:hover{
    background:#006608 !important;
  }
  .booking-form button:disabled{
    background: #B7B7B7 !important;
    cursor: not-allowed;
  }
/* new css */

.digital-resources .tab-content .img-wrap {
  border-radius: 3px 3px 0 0;
}
.digital-resources .tab-content .img-wrap img {
  border-radius: 0;
}
.publications .img-wrap{
  height: 280px;
}
.publications .img-wrap img{
  height: 100%;
  object-fit: cover;
}
.publications-details {
  display: block;
  width: 100%;
  height: auto;
  min-height: 294px;
  background-color: #47645f;
  padding: 20px 40px;
  border-radius: 0 0 3px 3px;
  color: #fff;
}
.publications-details h3, .publications-details h2, .publications-details p{
  line-height: 27px !important;
  text-align: left;
  color: #fff !important;
}
.publications-details h3{
  display: flex;
  padding-left: 12px;
  font-size: 17.6px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 30px;
}
.publications-details h2{
  font-size: 25px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 30px;
}
.publications-details p{
  font-size: 17.6px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}
.mb-40{
  margin-bottom: 40px;
}
.articles-wrap{
  display: flex;
  align-items: center;
}
.articles h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  letter-spacing: 0.11em;
  text-align: left;
  margin-bottom: 25px;
  text-transform: uppercase;
  color:#006608 !important;
}
.articles h2 {
  font-size: 56px !important;
  font-weight: 700 !important;
  line-height: 56px !important;
  letter-spacing: 0.03em !important;
  text-align: left;
  margin-bottom: 20px;
  max-width: 402px;
  color: #25253D !important;
}   
.articles p{
  font-size: 17.6px !important;
  font-weight: 500 !important;
  line-height: 27px;
  letter-spacing: 0.03em;
  text-align: left;
}
@media (max-width: 991px) and (min-width: 768px) {
 
  .articles h3 {
      font-size: 18px; 
  }
  .articles h2 {
      font-size: 35px !important;
      line-height: 40px !important;
  }
  .articles p {
      font-size: 16px;
  }
  .publications-details h2 {
      font-size: 22px !important;
      line-height: 26px !important;
  }
  .publications-details p {
      font-size: 16px !important;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .articles h3 {
      font-size: 18px; 
  }
  .articles h2 {
      font-size: 35px !important;
      line-height: 40px !important;
  }
  .articles p {
      font-size: 14px;
  }
  .nav-tabs {
      margin-bottom: 12px;
  }
  .nav-tabs .nav-link {
      margin: 10px 10px 22px;
      display: block;
      font-size: 20px;
  }
  .order-one{
      order: 1;
  }
  .order-two{
      order: 2;
  }
}

.calender-icon {
  display: flex;
  width: 21px;
  height: 21px;
  background-image: url("assets/images/calender-icon.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  right: 11px;
  top: 2px;
  position: relative;
}

/* new css */

.select-box .dropdown ul {
  padding-left: 0;
  margin: 0;
}

.select-box .dropdown {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  left: 0;
  right: 0;
  top: 86px;
  background-color: #fff;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 9;
}

.select-box .dropdown ul li {
  list-style: none;
}

.select-box .dropdown ul li:hover a {
  background-color: #efefef;
  color: #006608;
}

.select-box .dropdown ul li a {
  padding: 15px;
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #000;
}

.select-box{
  position: relative;
}
.booking-form .col-xl-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .booking-form .col-xl-6 {
      flex: 0 0 100%;
      max-width: 100%;
  }   
}
.table-container{
  table{
    tr{
      th, td{
        text-align: left;
        background-color: #fff !important;
        &:nth-child(3)
        {
          width: 15%;
        }
        &:nth-child(4)
        {
          width: 15%;
        }
        &:nth-child(5)
        {
          width: 15%;
        }
      }
    }
  }
  &.plant-table{
    tr{
      th{
        padding: 20px;
        background-color: #03B06E !important;
        color: #fff;
        border-left: 1px solid #FEFBFB !important ;
        border-right: 1px solid #FEFBFB !important ;
        &:first-child{
          width: 5%;
        }
        &:nth-child(2)
        {
          width: 15%;
        }
        &:nth-child(3)
        {
          width: 25%;
        }
        &:nth-child(4)
        {
          width: 25%;
        }
        &:nth-child(5)
        {
          width: 20%;
        }
        &:nth-child(6)
        {
          width: 10%;
        }
      }
      td{
        padding: 15px 20px;
      }
    }
  }
}
.btn-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  margin: 50px 0;
}
.load-more{
    margin: 0 auto;
    padding: 15px 35px !important;
    background-color: #FFFFFF !important;
    fill: #7A7A7A;
    color: #7A7A7A !important;
    border-style: solid;
    border: 1px solid #7A7A7A !important;

}

  /* new css */



.resorts-section .img-wrap img {
    border-radius: 10px 10px 0 0;
}

.resorts-details {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
    background-color: #47645f;
    padding: 20px 30px;
    border-radius: 0 0 10px 10px;
    color: #fff;
}

.resorts-details h3,
.resorts-details h2,
.resorts-details p {
    text-align: left;
    color: #fff !important;
}

.resorts-details h3 {
    display: flex;
    padding-left: 0px;
    font-size: 30px !important;
    font-weight: 400 !important;
    margin: 0px 0 15px;
}

.resorts-details p {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 27px;
    letter-spacing: 0.03em !important;
    margin-top: 0;
}
.resorts{
  margin-bottom: 30px;
  border-radius: 10px 10px 0 0;
}
.resorts img {
    width: 100%;
    object-fit: cover;
    height: 100% !important;
    border-radius: 10px 10px 0 0 !important;
}

.resorts-section .img-wrap {
    height: 260px;
    border-radius: 10px 10px 0 0;
}

.explore {
    position: absolute;
    right: 18px;
    top: 24px;
    font-size: 17px;
    font-weight: 600;
    line-height: 20.57px;
    text-align: left;
    text-decoration: none;
    color: #006608;
    display: flex;
}

.explore-icon {
    display: flex;
    width: 21px;
    height: 21px;
    background-image: url(assets/images/explore.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    right: 16px;
    top: 0px;
    position: relative;
}

@media (max-width: 991px) and (min-width: 768px) {

    .resorts-section .img-wrap {
        height: 176px;
    }

    .resorts-details h2 {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    .resorts-details p {
        font-size: 14px !important;
        line-height: 23px;
    }

    .resorts-details h3 {
        font-size: 24px !important;
        line-height: 35px !important;
        margin-bottom: 10px;
    }
}


@media (max-width: 1199px) and (min-width: 992px) {
    .resorts-section .img-wrap {
        height: 240px;
    }
    .card-banner {
      margin-top: 40px;
    }
}


@media (max-width: 767px) and (min-width: 320px) {
    .resorts {
        margin: 15px 0;
    }
    .table-container{
      overflow: auto;
      width: 100%;
    }
    
.booking-form  .form-row .col-6 {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

/* new css */

//plpant nursery


.plant-type {
  display: flex;
  position: relative;
  margin: 0 22px;
  gap: 30px;
}
.plant-type .item, .plant-type .item-main {
background-color: #f1f1f1;
margin: 0px;
padding: 0;
font-size: 30px !important;
border-radius: 10px;
position: relative;
}

.plant-type h3 {
font-size: 15px !important;
font-weight: 500;
line-height: 29px;
letter-spacing: 0.04em;
text-align: left;
margin: 0;
color: #7a7a7a !important;
}

.plant-type h2 {
font-size: 35px !important;
font-weight: 400;
line-height: 54px;
letter-spacing: -0.02em;
text-align: left;
margin: 0 0px 20px;
color: #272727;
}

.plant-type img {
position: absolute;
}

.plant-type .item-main img {
bottom: -4px;
width: 300px;
right: -16px;
}


.plant-type .item-main {
height: 426px;
width: 30%;
}
.plant-type .item-wrap .item{
height: 200px;
}
.plant-type .item-wrap .item:nth-child(1), .plant-type .item-wrap .item:nth-child(2) {
// width: 47%;
flex:1;
}
.plant-type .item-wrap .item:nth-child(3) {
width: 100%;
}
.plant-type .item-wrap .item:nth-child(1) img {
bottom: -7px;
right: 0;
}
.plant-type .item-wrap .item:nth-child(2) img {
bottom: -35px;
right: -35px;
}
.plant-type .item-wrap .item:nth-child(3) img {
bottom: 0;
right: 50px;
}
.type {
display: block;
border-radius: 10px;
padding: 25px 20px;
margin: 0px;
}

.type button {
background-color: #014E37;
width: 120px;
padding: 5px !important;
height: 40px;
border-radius: 5px;
font-size: 15px !important;
font-weight: 600;
line-height: 29px;
text-align: center;
color: #fff;
text-transform: uppercase;
border: 1px solid #014E37;
}
.item-wrap {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  // width: 70%;
  gap: 30px;
}
.garden-btn .elementor-button-icon svg{
  width: 40px !important;
}
.garden-btn .elementor-button-content-wrapper{
  align-items: center;
}
.position-relative{
  position: relative !important;
}
.card-container{
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 225px;
  height: 100%;
}
.card-banner{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 225px;
  right: 0px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 200px;
  z-index: 999;
}
.card_link {
  // background: #fff;
  border-radius: 10px;
  padding: 0;
  text-decoration: none;
  color: #0C362F !important;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
z-index: 999; }
  // .card_link:hover {
  //   transform: scale(1.01); }
  .card_link span {
    display: inline-block;
    width: 31px;
    height: 22px;
    margin: 0 13px 0 0; }

.visit-card_link span {
  background-image: url(assets/images/visit-card-img.svg); }

.invitation_link {
  padding: 0; }
  // .invitation_link:Hover{
  //   transform: scale(1.01);
  // } 
  .invitation_link span {
    background-image: url(assets/images/invitation.svg);
    width: 23px;
    height: 26px; }
.address-box a{
  color: #272727 !important;
}
.address-box a:hover{
  color: #000 !important;
}


.post-slider{
  .rkit-card-slider{
    margin-top: -100px;
  }
  .rkit-card-slider .card-heading {
    text-align: left;
  }
  .rkit-cardslider-bullet {
    width: 30px !important;
    aspect-ratio: 8 / 1;
  }
  .rkit-card {
    display: flex;
    .card-image{
      width: 50%;
      img{
        height: 500px;
        width: 100%;
        border-radius: 5px 5px 50px 5px;
        object-fit: cover;
      }
    }
    .card-body{
      width: 50%;
      padding-top: 160px;
    }
  }
  .rkit-cardslider-pagination{
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: inherit !important;
    margin: 85px !important
  }
}
@media (min-width:1200px) and (max-width: 1700px) {
  .card-banner .visit-card_link{
    margin-top: -60px;
  }
  .card-banner img{
    max-height: 150px;
  }
}
@media (max-width:1199px) {
  .card-container{
    position: relative !important;
    width: 100%;
    right: 0;
  }
  .card-banner {
    position: relative !important;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* width: 400px; */
    /* height: 257px; */
    right: 10px;
    left: 10px;
     flex-direction: row; 
    display: flex
  ;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 999;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
.plant-type h2 {
    font-size: 24px;
}
.plant-type .item-wrap .item:nth-child(1), .plant-type .item-wrap .item:nth-child(2) {
    width: 47.5%;
}
.plant-type .item-main img {
    width: 220px;
}
.plant-type .item-wrap .item:nth-child(1) img {
    width: 120px;
}
.plant-type .item-wrap .item:nth-child(2) img {
    bottom: -16px;
    right: -18px;
    width: 138px;
}
.plant-type .item-wrap .item:nth-child(3) img {
    bottom: 0;
    right: 10px;
    width: 245px;
}
.table-container.plant-table{
  overflow: auto;
  width: 100%;
}

}
@media (max-width: 992px) and (min-width: 768px) {
.plant-type{
  flex-wrap: wrap;
}
.plant-type .item-main {
    height: 230px;
    width: 100%;
}
.item-wrap {
    width: 100%;
}
.card-banner {
  position: relative !important;
  top: 0;
  bottom: 0;
  /* width: 400px; */
  /* height: 257px; */
  right: 10px;
  left: 10px;
   flex-direction: row; 
  display: flex
;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 999;
  margin-top: 40px;
}
}
@media (max-width: 767px) and (min-width: 320px) {
.plant-type h3 {
  font-size: 14px;
  }
  .card-banner {
    position: relative !important;
    top: 0;
    bottom: 0;
    /* width: 400px; */
    /* height: 257px; */
    right: 10px;
    left: 10px;
    flex-direction: row; 
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 999;
    margin-top: 40px;
}

.card-banner  .card_link{
  width: 40% !important;
}
.plant-type {
    flex-wrap: wrap;
}
.item-wrap {
    width: 100%;
}
.plant-type .item-main {
    width: 100% !important;
    height: 365px;
}
.plant-type .item-main img {
    width: 236px;
}
.plant-type .item-wrap .item:nth-child(1), .plant-type .item-wrap .item:nth-child(2) {
    width: 100%;
}
.plant-type .item-wrap .item:nth-child(1) img {
      width: 120px;
}
.plant-type .item-wrap .item:nth-child(2) img {
    bottom: -16px;
    right: -18px;
    width: 138px;
}
.plant-type .item-wrap .item:nth-child(3) img {
  bottom: 6px;
  right: 6px;
  width: 150px;
}
.plant-type h2 {
  font-size: 24px;
  line-height: 32px;
}
.type button {
  width: 100px;
  height: 36px;
  font-size: 14px;
}
}

.plant-list{
  h2{
    margin: 0 !important;
    font-size: 30px !important;
    font-family: "Inter", serif !important;
  }
  .type{
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 2px 10px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    background-color: #00AD0E;
  }
  p{
    font-size: 20px !important;
  }
  h3{
    font-size: 25px !important;
    font-family: "Inter", serif !important;
  }
  .content{
    border: 1px solid #C7C5C5;
    padding: 20px;
    border-radius: 4px;
  }
  img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.col-lg-4{
  margin-bottom: 20px;
}
}
//end plant




.filter-resort .select-box .dropdown ul {
  padding-left: 0;
  margin: 0;
}

.filter-resort .select-box .dropdown {
  display: none;
  position: absolute;
  border: 1px solid #d9d9d9 !important;
  left: 0;
  right: 0;
  top: 86px;
  background-color: #fff;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 9;
}
.filter-resort .select-box input {
  background-image: url(dropdown-arrow.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 19px;
}
.filter-resort .select-box .dropdown ul li {
  list-style: none;
  border-bottom: 1px solid #d9d9d9;
}
.filter-resort .select-box .dropdown ul li:last-child {
  border-bottom: 0;
}
.filter-resort .select-box .dropdown ul li:hover a {
  background-color: #efefef;
  color: #006608;
}

.filter-resort .select-box .dropdown ul li a {
  padding: 15px;
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #000;
}

.filter-resort .select-box {
  position: relative;
}

.filter-resort {
  position: absolute;
  z-index: 9;
  top:-100px;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  font-family: "Inter", serif !important;
  display: flex;
  width: 100%;
  max-width: 1160px;
  height: auto;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 1px solid #eee;
  margin: 0 auto;
}
.filter-resort .form-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
.filter-resort button {
    position: relative;
    height: 50px;
    padding: 10px 30px !important;
    background: #00AD0E;
    border: none;
    color: white;
    font-size: 17px;
    border-radius: 17px;
    cursor: pointer;
    min-width: 190px;
    margin-left: 8px;
    top: 30px;
    display: block;
  }
  .filter-resort .form-control {
    display: block;
    margin-bottom: 0px;
    border-radius: 5px;
    border: 1px solid #D9D9D9 !important;
    box-sizing: border-box;
    background-color: #fff !important;
    width: 100%;
    color: #7A7A7A;
    font-size: 20px;
    padding: 15px;
    font-weight: 400;
    max-height: 55px;
  }
.filter-resort .form-control:focus {
    border: 1px solid #D9D9D9;
    outline: none;
    color: #7A7A7A !important;
  
  }
.filter-resort label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #242424;
    font-weight: 600;
  }



@media (max-width: 991px) and (min-width: 768px) {

  .popup .close {
    position: absolute;
    top: -100px;
    right: 0;
  }
  .filter-resort {
      height: auto;
      position: static;

  }
  .width-one {
      width: 50% !important;
      margin-bottom: 20px;
  }
  .width-two {
      width: 50% !important;
      margin-bottom: 20px;
  }
  .post-slider .rkit-cardslider-pagination{
      position: absolute;
      bottom: 0;
      z-index: 999;
      left: inherit !important;
      margin: 5px 80px !important;
    
  }
  
}


@media (max-width: 767px) and (min-width: 320px) {
  .width-one {
      width: 100% !important;
      margin-bottom: 20px;
  }
  .popup .close {
    position: absolute;
    top: -100px;
        right: 0;
  }
  .width-two {
      width: 100% !important;
      margin-bottom: 20px;
  }
  .filter-resort {
      padding: 30px 15px;
      position: static;
  }
  .filter-resort button {
      top: 20px !important;
  }
  .post-slider{
    .rkit-card-slider{
      margin-top: -100px;
    }
    .rkit-cardslider-bullet {
      width: 30px !important;
      aspect-ratio: 8 / 1;
    }
    .rkit-card {
      display: block;
      .card-image{
        width: 100%;
        img{
          height: 500px;
          width: 100%;
          border-radius: 5px 5px 50px 5px;
          object-fit: cover;
        }
      }
      .card-body{
        width: 100%;
        padding-top: 60px;
      }
    }
    .rkit-cardslider-pagination{
      position: absolute;
      bottom: 0;
      z-index: 999;
      left: inherit !important;
      margin: 0px !important
    }
  }

}
@media (max-width: 1199px){

  .filter-resort .select-box .dropdown {
      display: none;
  }
  .filter-resort button{
      width: 100%;
      top: 35px;
  } 
  .header .elementskit-nav-logo img{
    max-width: 160px !important;
    margin-left: 10px;
  }
  .header .elementor-widget-image .elementor-widget-container a{
    display: inline-block;
  }
  .header .elementor-widget-image img{
    width: 90% !important;
  }
}




.width-one{
  width: 80%;
  padding: 0 10px;
}
.width-two{
  width: 20%;
  padding: 0 10px;
}


.loader{
  animation: spin 3s linear 0s infinite;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}

.about-plants{
  position: static !important;
  .hm-plants-counts:after {
   display: none;
  }
}

.amazone{
  .elementor-icon{
    svg{
      width: 200px !important;
    }
  }
}
.success{
  margin: 10px 0;
  align-items: center;
  display: flex;
  .tick{
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin-right: 10px;
    background-image: url(assets/images/success.png);
    background-repeat: no-repeat;
    background-position: 0;
  }
  p{
    margin: 0;
    font-size: 20px;
    color: #fff;
  }
}
.error{
  // margin: 10px 0;
  align-items: center;
  display: flex;
  .tick{
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin-right: 10px;
    background-image: url(assets/images/error.png);
    background-repeat: no-repeat;
    background-position: 0;
  }
  p{
    margin: 0;
    font-size: 20px;
    color: #fff;
  }
}

.elementskit-menu-close, .elementskit-menu-hamburger{
  border-radius: 0 !important;
}













//slider

.theme-slider-container{
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  max-width: 1160px;
  margin-top: 50px !important;

}
 .theme-slider-container .content-block{
  margin-top: 20px;
}
.theme-slider-container h3 {
    color: #272727 !important;
    font-size: 25px !important;
   font-weight: 700;
}
.theme-slider h2{
  color: #7A7A7A !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  font-family: "Inter", serif !important;
}
.theme-slider h2 span{
  font-weight: 500 !important;
  font-family: "Inter", serif !important;
}
.theme-slider-container .content{
  display: flex;
  position: relative;
}
.slider-thumb-img{
  width: 150px;
  padding: 50px 20px;
  background-color: #0C362FB0;
  position: absolute !important;
  top: 0;
  bottom: 8px;
  border-radius: 0 15px 15px 0;
  right: 0;
  display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px;

}
// .slider-main-img .slick-slide{
//   width: 100% !important;
// }
.slick-prev {
  left: 0 !important;
  z-index: 9;
  top: 30px !important;
  transform: rotate(180deg) !important;
  background-color: transparent !important;
  border: 0 !important;
  font-size: 0 !important;
  padding: 0 !important;

}
.slick-next {
  right: 0 !important ;
  top: 15px !important;
  z-index: 9;
  background-color: transparent !important;
  border: 0 !important;
  font-size: 0 !important;
  padding: 0 !important;
}
.slider-thumb-img .thumb-img{
  padding: 5px 0;
}
.slider-thumb-img .thumb-img img{
  // padding: 5px 0;
  max-height: 100px;
  width: 100%;
  height: 100px !important;
  object-fit: cover;
}
.slider-thumb-img .slick-prev{
  transform: rotate(180deg) !important;
  top: 20px !important;
    left: 0 !important;
    right: 0 !important;
  }
  .slider-thumb-img .slick-next{

    bottom: 30px !important;
    left: 0 !important;
    top: auto !important;
    transform: rotate(0deg) !important;
}
.custom-prev{
  display: inline-block;
  background-image: url(assets/images/next-thumb.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
}
.slider-thumb-img .slick-prev::before{
  background-image: url(assets/images/next-thumb.svg);
  width: 30px;
  height: 20px;
}
.slider-thumb-img .slick-next::before{
  background-image: url(assets/images/next-thumb.svg);
  width: 30px;
  height: 20px;
}
.slick-next:before{
  content: "" !important;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(assets/images/next.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-prev:before{
  content: "" !important;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(assets/images/next.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.slider-nav{
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  margin-bottom: 40px;
}

.theme-slider img{
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin: 0 auto;
}
.theme-slider .box{
  padding: 0 5px !important;
  // display: inline-block;
  text-align: center;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.theme-slider .slick-current .box{
  border-bottom: 3px solid #006608;
}
.theme-slider .slick-current  h2{
  
  color: #006608 !important;
}
.slick-current .box img{
  filter: hue-rotate(325deg);
  -webkit-filter: hue-rotate(325deg);
}

.theme{
  margin: 0 auto;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}
.theme-star{
  background-image: url(assets/images/theme-star.svg);
}
.slick-current .box .theme-star{
  background-image: url(assets/images/theme-star-hover.svg);
}
.theme-vegitable{
  background-image: url(assets/images/theme-2.svg);
}
.slick-current .box .theme-vegitable{
  background-image: url(assets/images/theme-2-hover.svg);
}
.theme-pepper{
  background-image: url(assets/images/theme-3.svg);
}
.slick-current .box .theme-pepper{
  background-image: url(assets/images/theme-3-hover.svg);
}
.theme-palms{
  background-image: url(assets/images/theme-4.svg);
}
.slick-current .box .theme-palms{
  background-image: url(assets/images/theme-4-hover.svg);
}
.theme-kadali{
  background-image: url(assets/images/theme-kadali.svg);
}
.slick-current .box .theme-kadali{
  background-image: url(assets/images/theme-kadali-hover.svg);
}
.theme-aquatic{
  background-image: url(assets/images/theme-6.svg);
}
.slick-current .box .theme-aquatic{
  background-image: url(assets/images/theme-6-hover.svg);
}
.theme-malabar{
  background-image: url(assets/images/theme-malabar.svg);
}
.slick-current .box .theme-malabar{
  background-image: url(assets/images/theme-malabar-hover.svg);
}
.theme-bamboo{
  background-image: url(assets/images/theme-8.svg);
}
.slick-current .box .theme-bamboo{
  background-image: url(assets/images/theme-8-hover.svg);
}
.theme-sacred{
  background-image: url(assets/images/theme-sacred.svg);
}
.slick-current .box .theme-sacred{
  background-image: url(assets/images/theme-sacred-hover.svg);
}
.theme-xerophytes{
  background-image: url(assets/images/theme-xerophytes.svg);
}
.slick-current .box .theme-xerophytes{
  background-image: url(assets/images/theme-xerophytes-hover.svg);
}
.theme-butterfly{
  background-image: url(assets/images/theme-butterfly.svg);
}
.slick-current .box .theme-butterfly{
  background-image: url(assets/images/theme-butterfly-hover.svg);
}

.theme-sleeping{
  background-image: url(assets/images/theme-sleeping.svg);
}
.slick-current .box .theme-sleeping  {
  background-image: url(assets/images/theme-sleeping-hover.svg);
}
.theme-rheedianum{
  background-image: url(assets/images/theme-rheedianum.svg);
}
.slick-current .box .theme-rheedianum  {
  background-image: url(assets/images/theme-rheedianum-hover.svg);
}
.theme-seasonal{
  background-image: url(assets/images/theme-seasonal.svg);
}
.slick-current .box .theme-seasonal  {
  background-image: url(assets/images/theme-seasonal-hover.svg);
}
.slider-main-img{
  overflow: hidden;
  width: 100% !important;
}
.slider-main-img .slick-slide{
  padding: 0;
}
.slider-main-img .img-wrap {
  border-radius: 15px;
}
.slider-main-img .img-wrap img{
  max-height: 580px;
  border-radius: 15px;
  min-height: 580px;
  width: 100%;
  object-fit: cover;
}



.visit-list a{
    color: #00ad0e !important;
    display: inline-block !important;
    width: auto !important;
}
.visit-list a:hover{
  color: #006608 !important;
}


@media  (min-width: 1301px){
  .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a{
    font-size: 16px !important;
      font-family: "Inter", serif !important;
      font-weight: 500 !important;
      padding: 0px 12px 0px 12px !important;
  }
}
@media  (min-width: 1024) and (max-width: 1300px){
  .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a{
    font-size: 12px !important;
      font-family: "Inter", serif !important;
      font-weight: 500 !important;
      padding: 0px 10px 0px 10px !important;
  }
}

@media (max-width: 1199px)   {
.theme-slider .box{
  display: block
}
}


@media (max-width: 767px) and (min-width: 320px) {
 
  .slider-thumb-img {
    width: 100px;
    padding: 30px 10px;
  }
  .slider-main-img .img-wrap img {
    max-height: 400px;
    border-radius: 15px;
    min-height: 400px;
  }
  .thumb-img{
    height: 60px;
  }
  .slider-thumb-img .thumb-img img{
    height: 60px !important;
  }
  .thumb-img img{
    object-fit: cover;
  }
  .theme-slider h2{
    font-size: 14px !important;
  }
  .theme-slider  .box{
    padding: 0 !important;
  }
}



.datepicker-days table tbody>tr:nth-child(odd)>td, .datepicker-days table tbody>tr:nth-child(odd)>th {
  background-color: #fff !important;
  text-align: center;
}

.datepicker-days table tbody>tr:nth-child(odd)>td.day.active, .datepicker-days table tbody>tr:nth-child(odd)>th {
  background-color: #00ad0e !important;
}

.datepicker .day:hover, .datepicker .month:hover, .datepicker .year:hover, .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover {
  background-color: #00ad0e !important;
  color: #ffffff !important;
  cursor: pointer;
}

.day.disabled, .month.disabled, .year.disabled, .start-date-active.disabled {
  cursor: not-allowed !important;
  box-shadow: none;
  opacity: .65;
  color: #000 !important;
}

.day.disabled:hover, .month.disabled:hover, .year.disabled:hover, .start-date-active.disabled:hover {
  cursor: not-allowed !important;
  background-color: #fff !important;
  box-shadow: none;
  opacity: .65;
  color: #000 !important;
}

.resv_input_outer i {
	position: absolute;
	top: 9px;
	right: 0;
	font-size: 16px;
	z-index: 3;
  
}
.datepicker-months .month, .datepicker-years .year {
  background-color: #fff !important;
  color: #000 !important;
  text-align: center;
}

.datepicker .today {
  color: #000 !important;
}

.datepicker-decades span.decade, .datepicker-centuries span.century {
  margin: 7px;
  display: inline-block;
}
.datepicker table tbody tr:hover>td, .datepicker table tbody tr:hover>th{
  background-color: #fff !important;
}
.datepicker  table tbody tr th, .datepicker  table tbody tr td{
  background-color: #fff !important;
  
}
// .datepicker table{
//   min-width: 230px;
// }
.datepicker td, .datepicker th{
  padding: 7px !important;
}
.day.active, .start-date-active {
  color: #fff !important;
  background-color: #00ad0e !important;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 232px;
  padding: 5px 0;
  margin: 4px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.pl-0{
  padding-left: 0 !important;
}


@media (max-width: 1300px) and (min-width: 1200px) {  
  header .menu {
    gap: 15px 10px !important;
  }
}
@media (max-width: 1035px) and (min-width: 1025px) {  
  header .menu {
    gap: 15px 10px !important;
  }
}

@media (max-width: 1024px) and (min-width: 900px) {  
  .career-img1{
    margin-top: 20px;
  }
  .career-img2{
    margin-top: 20px;
  }
}

.image-box{
    .box{
        position: absolute;
        bottom: 93px;
        z-index: 999;
        cursor: pointer;
    }
    .popup{
        max-width: 500px !important; 
        .close {
            top: 80px !important;
            right: -80px !important;
           z-index: 100;
        }
    }
    .content {
        overflow: initial !important;
        padding-top: 0 !important;
        height: 100% !important;
        margin-top: 8px !important;
        img{
            max-height: 575px;
            margin: 0 auto;
            display: block;
            object-fit: cover;
        }
        a{
            color: #dcdfdc !important;
            text-align: center !important;
            display: block;
            padding: 3px 0 6px;
            text-decoration: underline;
            font-size: 10px;
            &:hover{
                color: #00ad0e !important;
            }
        }
    }
} 


@media (min-width: 1400px) {
    .image-box{
        .popup{
            max-width: 730px !important; 
            .close {
                right: 0px !important;
            }
        }
        .content {
            img{
                max-height: 775px;
            }
        }
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .image-box {
        & .popup {
            .close {
                // top: -13px !important;
                // right: -83px !important;
            }
        }
    }
}
@media (min-width: 320px) and (max-width: 1199px){
    .image-box {
        .box {
            position: relative;
            bottom: -27px;
            right: 0;
            left: 0;
            margin: 0 auto;
            max-width: 160px;
        }
    }
}
@media (min-width: 320px) and (max-width: 767px){
    .image-box {
        & .popup {
            width: 92% !important;
            .close {
                top: -13px !important;
                right: -21px !important;
            }
        }
    }
}

// new
// .updated-home{
//   background-color: #25253D !important;
//   .btn-section {
//       display: flex;
//       flex-wrap: wrap;
//       justify-content: space-between; 
//       .btn {
//           flex: 1 1 22%; 
//           margin: 10px;
//           padding: 20px;
//           background-color: lightblue;
//           text-align: center;
//           border: 1px solid #ccc;
//       }
//   }   
//   .home-updated-activities {
//       display: flex;
//       flex-wrap: wrap;
//       justify-content: space-between;
//       .activity {
//           flex: 1 1 22%; 
//           margin: 10px;
//           padding: 20px;
//           background-color: #efefef;
//           text-align: center;
//           border: 1px solid #ccc;
//       }
//   } 
   
// }


// new home
