:root {
  --c1: #256724;
  /* --c1:#b70100; */
  --c2: #C6DCC6;
  --c3: #929090;
  --c4: #142b3b;
  --bg: #f3f1fe;

}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.bg {
  background-color: var(--bg);
}

/* .c5{
  color: var(--c5) !important;
} */
.w {
  color: #fff !important;
}

a .w {
  color: #000 !important;
}

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

p {
  color: #282828;
  /* line-height: 1.8rem; */
  font-size: 15px;
}

.js {
  text-align: justify !important;
}

.btn-success {
  background: #31ce36 !important;
  border-color: #31ce36 !important;
}

@font-face {
  font-family: 'CormorantInfant';
  src: url(../CormorantInfant-Regular.ttf);
}

@font-face {
  font-family: 'Roboto';
  src: url(../RobotoCondensed.ttf);
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url(../Poppins-Regular.ttf);
}

@font-face {
  font-family: 'Merriweather-Bold';
  src: url(../Merriweather-Bold.ttf);
}

@font-face {
  font-family: 'Merriweather-BoldItalic';
  src: url(../Merriweather-BoldItalic.ttf);
}

@font-face {
  font-family: 'Lato-Regular';
  src: url(../Lato-Regular.ttf);
}

.hf {
  font-family: 'CormorantInfant' !important;
}

html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: 'Lato-Regular' !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: #fdfdfd !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather-BoldItalic' !important;
}

* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top {
  background-color: var(--c2);
  /* position: relative; */
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
}

.first-bx-img {
  width: 28px;
}

.top-nv-soc-img {
  width: 20px;
}

.get-help {
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.cus-img {
  width: 20%;
}

.cus-text {
  text-align: start;
}

/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon {
  width: 40px;
}

.icon-top-count {
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav {
  display: none !important;
}

.navbar {
  transition: all .5s;
  /* background-color: var(--c1); */
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  /* border-bottom: 2px solid var(--c1); */

}

.logo {
  width: 145px;
  /* height: 69px; */

}

.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;

}

.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background-color: #ffffff !important;
  /* background: #ffffff !important; */
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  animation: mymove .5s;
  /* border-bottom: 1px solid var(--c1); */
  /* display: unset !important; */
}

.home-d-nav {
  display: unset !important;
}

/* .newnav .nav-link{
  color: #fff;
} */
@keyframes mymove {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translatey(0%);
  }
}

.dropdown-item {
  color: black !important;
}

.search-bx {
  width: 40%;
}

.serc-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.nav-item {
  padding: 0px 10px;
}

.nav-link {
  /* color: #ffff !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  font-family: Lato-Regular !important;
}

.nav-active {
  /* background-color: var(--c1) !important; */
  border-bottom: 2px solid var(--c1) !important;
  color: var(--c1) !important;
  font-weight: bold !important;
}

/* .newnav .nav-link:hover{
  color: #ffff !important;
} */
.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 40px;
}

/* .icon-div img{
width: 50px;
} */
.icon-div i {
  font-size: 20px;
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item {
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}

.dropdown-item i {
  margin-right: 6px;

}

.dropdown-menu {
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}

.dropdown-item:hover {
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}

.navbar .dropdown-menu {
  min-width: 220px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1);
}

/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover>.dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}

.navbar .dropdown-item {
  font-size: 14px;
}

/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 116% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}

.navbar .dropdown-item:hover {
  transform: unset;
  background-color: #f1f8ff !important;
  color: var(--c1) !important;
  transition: all .5s;
}

.nv-fl {
  position: relative;
  overflow: hidden;
}

.nav-flower {
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}

/* .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black !important;
} */
/* .newnav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff !important;
} */
.dropdown-toggle:focus {
  color: unset !important;
}

/* .newnav .clr-nav-tog{
  color: #fff !important;
} */
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.btn-search {
  background-color: var(--c2) !important;

}

.nav-gift {
  width: 20px;
}

.btn-log {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.mob-s-nav .ab-lgo-bx {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.mob-s-nav .ab-lgo-bx img {
  width: 50%;
}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}

.phn {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.grow {
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.user-nav-btn {
  background-color: #e8e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 55px;
  height: 55px;
}

.nav-user-img {
  width: 30px;

}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.nav-bx-ser {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.nav-text-ser {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: all 2s;
}

.nav-text-ser .i {
  font-size: 14px;
}

.nav-bx-ser::before {
  content: '';
  height: 100%;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  /* display: none; */
  transition: all .5s;
}

.nav-bx-ser:hover::before {
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  transition: all .8s;
}

.nav-bx-ser:hover .nav-text-ser {
  color: #fff;
  transition: all .5s;
}

.nav-bx-ser::after {
  content: '';
  height: 100%;
  width: 0%;
  background-color: var(--c1);
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  /* display: none; */
  transition: all 1s;
}

.nav-bx-ser:hover::after {
  content: '';
  width: 100%;
  z-index: -1;
  /* display: none; */
  transition: all .5s;
}

.active-nav-bx-ser {
  background-color: var(--c1);
  position: relative;
}

.active-nav-bx-ser::before {
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
}

.active-nav-bx-ser .nav-text-ser {
  color: #fff;
}


/* navbar dropdown */
/* .dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
transform: unset;
  background-color: #f9dede !important;
  color: var(--c1) !important;
  transition: all .5s;
} */

/* --- mega menu ----- */
.custom-mega-menu {
  position: static;
}

.custom-mega-menu .custom-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  padding: 0;
  margin: 0;
  display: none;
  /* Hide by default */
}

.custom-mega-menu-container {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}

.custom-mega-menu-column {
  flex: 1 1 25%;
  padding: 1rem;
  box-sizing: border-box;
}

.custom-dropdown:hover .custom-dropdown-menu,
.custom-dropdown.show .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-submenu {
  position: relative;
}

.custom-dropdown-submenu:hover .custom-dropdown-menu,
.custom-dropdown-submenu.show .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-submenu .custom-dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  /* Hide by default */
}

.small-p {
  font-size: 14px;
  margin-bottom: 2px;
}

.custom-dropdown-submenu a {
  color: #000;
}

.custom-dropdown-menu {
  margin-left: 10%;
  margin-top: 1.5rem;
}

/* .custom-dropdown-item {
  width: 100%;
} */
.in-drop:hover {
  background-color: #70b6e2;
  margin-top: 1.5rem;
}

.sub-dropdown-item:hover {
  background-color: #70b6e2 !important;
  width: 100%;
}

.new-add-menu {
  left: 5% !important;
  top: 100% !important;
}

.mega-in .nav-link {
  color: #000 !important;
}

.mega-in .nav-link:hover {
  color: var(--c1) !important;
}

@media (max-width: 992px) {
  .custom-mega-menu-column {
    flex: 1 1 50%;
  }

  .custom-dropdown-menu {
    margin-left: 10%;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .custom-mega-menu-column {
    flex: 1 1 100%;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

}

/* ============ desktop view .end// ============ */

.treat-you-main {
  position: relative;
}

.treat-you-left {
  /* position: absolute; */
}

.treat-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.tret-you-right p {
  font-size: 14.5px;
}

/* ============ mobile view ============ */
@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

.menu {
  width: 50px;
}

.notify-btn {
  border: unset;
  background-color: unset;
}

.nav-notification-icon {
  width: 30px;
}

/* --------- */
.nav-menus {
  display: flex;
  align-items: unset !important;
  justify-content: unset;

}

.nav-link {
  /* color: var(--c3) !important; */
  font-size: 15px !important;
  font-weight: normal !important;
}

.navbar .nav-item {
  border-bottom: 1px solid #dbd7d7 !important;
}

.offcanvas {
  width: 30% !important;
}

/* .navbar .dropdown{
padding-left: 0% !important;
padding-right: 0% !important;
} */
.dropdown-item {
  white-space: unset !important;
  font-size: 16px;

  /* border-bottom: 1px solid var(--c1) !important;
min-height: 56px; */
}

.dropdown-menu {
  border: unset !important;
  box-shadow: unset !important;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-8%);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.menu {
  width: 52px;
}

.offcanvas-header {
  background-color: var(--c1);
}

.nav-active {
  background-color: unset !important;
  color: var(--c1) !important;
  font-weight: bold !important;
  border-bottom: unset !important;
}

.navbar .nav-item {
  min-height: 56px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.dropdown:hover .dropdown-menu {
  margin-top: 2rem !important;
}

.home-nav .nav-link {
  color: unset !important;
}

/* ---------- */


/* ---------------- service card design ----------------- */
.main-section-card {
  min-height: 100vh;
}

.ser-card {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.ser-crd-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ser-glass {
  position: absolute;
  bottom: 5%;
  left: 5%;
  max-width: 80%;
  background: rgba(32, 31, 31, 0.7);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(10.5px);
  -webkit-backdrop-filter: blur(10.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ser-glass-txt {
  color: #FFF !important;
  font-size: 12px;
  letter-spacing: 1px;
}

/* -------- new ------- */
.green-gr-bg {
  position: fixed;
  top: 0%;
  left: 0%;
  /* background-color: var(--c1); */
  background-image: url(../images/grad-green.svg);
  background-size: cover;
  background-position: center;
  height: 35%;
  z-index: -3;
}

.new-home-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/* .fix-end{
  width: 40px;
  height: 40px;
  background-color: var(--c1);
  opacity: 0.2;
  position: absolute;
  right: -5%;
  bottom: -8%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
} */
.new-home-icons {
  width: 46px;
}

/* =----- botom bar ----------------- */
.botom-new-bar {
  position: fixed;
  bottom: 0%;
  background-color: #fff;
  box-shadow: 0 -2px 5px -5px #333;
}

.botom-bar-icons {
  width: 20%;
}

.botom-txt {
  font-size: 16px;
  color: #000;
}

.botom-txt-active {
  color: var(--c1);
}

.bot-round {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #000; */
  position: relative;
  overflow: hidden;
  margin-top: -35%;
}

.bot-round::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url(../images/round.jpg);
  background-position: right;
  position: absolute;
  z-index: -1;
  animation: rotate 4s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.in-bot-round {
  width: 85%;
  height: 85%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

/*  ---------- log in page ------------- */
/* Hide the default checkbox */
.custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom checkbox appearance */
.custom-checkbox+.form-check-label {
  display: inline-flex;
  align-items: center;
}

/* Custom circle before label */
.custom-checkbox+.form-check-label::before {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-color: #C6DCC6;
  border-radius: 50%;
  border: 2px solid #C6DCC6;
  margin-right: 8px;
  transition: background-color 0.3s, border-color 0.3s;
  justify-content: center;
  align-items: center;
}

/* Checked state for custom checkbox */
.custom-checkbox:checked+.form-check-label::before {
  background-color: var(--c1);
  border-color: var(--c1);
  color: white;
  content: '✔';
  font-size: 14px;
}

.form-check {
  padding-left: unset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #d8e6dd inset;
  box-shadow: 0 0 0px 1000px #d8e6dd inset;
  background-color: transparent !important;
}

.log-in-main-div {
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.log-in-main-div {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.log-leaf {
  position: absolute;
  bottom: -5%;
  left: 0%;
  width: 150px;
  z-index: -1;
}

.log-left {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 50%;
  z-index: -1;
}

.log-right {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 50%;
  z-index: -1;
}

.log-desk-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.log-img-div {
  height: 100%;
}

.log-leaf-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.log-in-box {
  /* min-height: 60vh; */
  /* position: absolute; */
  /* bottom: 0%; */
  /* left: 0%; */
  /* z-index: 2; */
  background-color: #ffff;
  border-radius: 40px 40px 0px 0px;
  transition: all .5s;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.log-tab .nav-link {
  color: #000;
}

.log-tab .active {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.log-input-box {
  height: 48px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
  overflow: hidden;
}

.log-input {
  /* border-radius: 0px 8px 8px 0px !important; */
  height: 100%;
  background-color: #d8e6dd !important;
  color: #036c39 !important;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.log-input::placeholder {
  color: #036c39 !important;
}

.log-input:focus {
  border: unset !important;
  box-shadow: unset !important;
}

.filter-input-box {
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
}

.filter-input {
  /* border-radius: 0px 8px 8px 0px !important; */
  height: 100%;
  color: #495057;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.15) !important;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.filter-input-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #495057;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px 0px 0px 8px !important;
}
.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {
  border: 2px solid rgba(0, 0, 0, 0.15) !important;
}

.filter-input::placeholder {
  color: #036c39 !important;
}

.filter-input:focus {
  border: unset !important;
  box-shadow: unset !important;
}

.btn-c1 {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 0% !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.frm-icon {
  width: 40px;
}

.log-check {
  border: 1px solid var(--c1) !important;
}

.log-check:checked {
  background-color: var(--c1) !important;
  border-color: var(--c1) !important;
}

.log-input-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d8e6dd !important;
  color: #036c39 !important;
  /* border-radius: 8px 0px 0px 8px; */
}


.pass-input {
  border-radius: 0% !important;
}

.pass-show-hide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d8e6dd !important;
  color: #036c39 !important;
  /* border-radius: 0px 8px 8px 0px !important; */
}

.sm-f {
  font-size: 13px;
}

/* --------- live harvest page -------------- */
.live-harvest-box {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.live-harvest-box::before {
  content: '';
  height: 80px;
  width: 80px;
  border-radius: 100%;
  position: absolute;
  bottom: -25%;
  right: -10%;
  background-color: var(--c1);
  opacity: 0.2;
}

.harvest-man {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top center;
}


/* ----------------- new farm onboding page ----------- */
.on-input {
  border-radius: 0% !important;
  height: 45px;
  color: #495057;
  background-color: #fff;
  border-radius: 8px !important;
  border: 2px solid rgba(0, 0, 0, 0.15) !important;
}

.on-input::placeholder {
  color: 2px solid rgba(0, 0, 0, 0.15) !important;
}

.on-input:focus {
  border: 1px solid var(--c1) !important;
  box-shadow: unset !important;
}

.onboard-card {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-top: 3px solid var(--c1);
  border-radius: 8px;
}

.on-b-p {
  font-size: 14px;
}

.call-on-b {
  width: 35px;
}

.call-on-b-icon {
  width: 100%;
}

.edit-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  font-size: 14px;
}

.delete-btn {
  background-color: red !important;
  color: #fff !important;
  font-size: 14px;
}

.add-more-icon {
  width: 60px;
}

.frm-map {
  width: 100%;
  height: 400px;
}

/* ---------------- fertilizer page --------------------- */
.fert-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-top: 3px solid var(--c1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fet-video {
  width: 100%;
}

/* =========================================================================================================================== */

/* --------------------------------------make it responsive------------------------ */
@media screen and (max-width:1400px) {
  .full-img-div {
    width: 100%;
    height: 208px;
  }

  .nav-link {
    font-size: 15px !important;
  }


}

@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
            width: 77px;
        } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  /* .nav-link{
            color: #000 !important;
        } */
  .offcanvas {
    width: 85% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }

  /* .offcanvas-header{
          background-color: var(--c2);
        } */

}

@media screen and (max-width:1200px) {}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    height: 43px;
  }

  .nav-link {
    font-size: 15px !important;
  }


}

@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {
  .green-gr-bg {
    height: 28%;
  }

  .sm-js {
    text-align: justify !important;
  }

  .min-hight {
    min-height: 105vh;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
      width: 77px;
  } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    /* color: var(--c3) !important; */
    font-size: 15px !important;
    font-weight: normal !important;
  }

  /* .newnav .nav-link{
    color: var(--c1) !important;
  } */
  .offcanvas {
    width: 85% !important;
  }

  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
  }

  /* .offcanvas-header{
    background-color: black;
  } */

  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }

  .navbar .nav-item {
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
  }

  .home-nav .nav-link {
    color: unset !important;
  }


  /* footer */
  .f-first {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ft-main {
    border-top: 1px solid #fff;
  }

  /* hero section */
  .hero {
    min-height: 60vh;
    background-image: linear-gradient(68deg, #FFFFFFCC 56%, #02010100 71%);
  }

  .ht {
    font-size: 30px;
  }

  /* --- service card design ----------------- */
  .ser-card {
    width: 100%;
    height: 200px;
  }



  /* ------ log in page -------- */


  .log-img-div {
    height: 80%;
  }

  .log-in-main-div {
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: fixed;
    overflow: hidden;
    background-image: unset;
  }

  .log-in-box {
    min-height: 60vh;
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 2;
    background-color: transparent;
    border-radius: 40px 40px 0px 0px;
    transition: all .5s;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .otp-log-bx {
    justify-content: center;
  }

}


@media screen and (max-width:720px) {}



@media screen and (max-width:660px) {
  .menu {
    width: 32px;
  }

  .logo {
    width: 110px;
    height: unset;
  }

  .sm-js {
    text-align: justify !important;
  }

  /* --- service card design ----------------- */
  .ser-card {
    width: 100%;
    height: 190px;
  }

  /* --- botom box ---------- */
  .botom-bar-icons {
    width: 20%;
  }

  .botom-txt {
    font-size: 12px;
  }

  /* log in page */
  .log-in-box {
    min-height: 60vh;
  }

}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {
  .log-in-box {
    min-height: 65vh;
  }
}

@media screen and (max-width:320px) {}

@media screen and (min-width:321px) and (max-width:425px) {}