/* ================================================ */
/* Universal css for page reset setting start */
/* ================================================ */

*,
::after,
::before {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

/* ================================================ */
/* Universal css for page reset setting end */
/* ================================================ */

/* ============================== */
/* website basic css start */
/* ============================== */

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", "Lato", "Raleway", "Pacifico";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  user-select: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.modal-body::-webkit-scrollbar {
  display: none;
}

/* ============================== */
/* website basic css end */
/* ============================== */

/* =================================== */
/* website custom classes start */
/* =================================== */

.font-poppins {
  font-family: "Poppins" !important;
}

.font-lato {
  font-family: "Lato" !important;
}
.font-Pacifico {
  font-family: "Pacifico", "cursive" !important;
}

.font-raleway {
  font-family: "Raleway" !important;
}

.font-pacifico {
  font-family: "Pacifico" !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.f-error {
  position: absolute;
  font-size: 1.4rem;
  left: 1px;
  bottom: -18px;
  color: red;
}

.threelinetruncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.title {
  font-family: "Poppins";
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.subtitle {
  font-family: "Raleway";
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 75px;
}

.basetitle {
  font-family: "Poppins";
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.someproject,
.beforeafter,
.weoffering {
  margin: 35px 0px;
  padding: 35px 0px;
}

.bg-orange {
  background-color: #f48d42;
}

.text-orange {
  color: #f48d42;
}

.defaultshadow {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.ls-1 {
  letter-spacing: 1px;
}

.text-blue {
  color: #174a7c;
}

/* =================================== */
/* website custom classes end */
/* =================================== */

/* ========================== */
/* website Header start */
/* ========================== */

header {
  padding: 20px 30px;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.navbar-brand {
  font-family: "Poppins";
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.navbar-brand img {
  width: 35px;
}

.nav-item {
  margin: 0px 20px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 60px;
}

.dropdown-menu li:not(:last-child) {
  border-bottom: 0.8px solid #aeaeae;
}

.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link::before {
  content: " ";
  position: absolute;
  bottom: 5px;
  left: 0;
  top: auto;
  height: 0.8px;
  background-color: #ffffff;
}

.navbar-nav .nav-link.active::before {
  right: 0;
  width: 100%;
}

.navbar-nav .nav-link.dropdown-toggle:hover:before,
.navbar-nav .nav-link.dropdown-toggle.active:before,
.navbar-nav .nav-link.dropdown-toggle.active:hover:before,
.navbar-nav .nav-link.dropdown-toggle.active.show:hover:before {
  animation: headernavhover1 0.4s ease-in-out forwards;
  -webkit-animation: headernavhover1 0.4s ease-in-out forwards;
}

.navbar-nav .nav-link.active:hover:before {
  animation: none;
  -webkit-animation: none;
}

.navbar-nav .nav-link.dropdown-toggle.show::before {
  right: 0;
  width: 125%;
}

.navbar-nav .nav-link.dropdown-toggle.show:hover::before {
  animation: none;
  -webkit-animation: none;
}

.navbar-nav .nav-link:hover::before {
  animation: headernavhover 0.4s ease-in-out forwards;
  -webkit-animation: headernavhover 0.4s ease-in-out forwards;
}

@keyframes headernavhover {
  0% {
    right: auto;
    width: 0%;
  }

  100% {
    right: 0;
    width: 100%;
  }
}

@keyframes headernavhover1 {
  0% {
    right: auto;
    width: 0%;
  }

  100% {
    right: 0;
    width: 125%;
  }
}

.headerbtn {
  padding: 0px 40px;
}

.headerbg {
  box-shadow: 0px 0px 10px #285a43;
}

.mainheaderbg {
  background-color: #285a43 !important;
  box-shadow: 0px 0px 10px #285a43 !important;
}

/* ========================== */
/* website Header end */
/* ========================== */

/* ========================== */
/* website footer start */
/* ========================== */

.webfooter {
  background-color: #285a43;
  padding: 80px 0px 0px 0px;
}

.footerimg {
  position: absolute;
  bottom: 0;
  width: 350px;
  z-index: 0;
}

.footerimg.left {
  left: 0;
}

.footerimg.right {
  right: 0;
}

.socialfooter svg {
  color: #ffffff;
  margin: 0px 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 13px;
  width: 25px;
  height: 25px;
}

.footernavs li a {
  font-family: "Raleway";
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  margin: 0px 30px 50px 30px !important;
  display: block;
}

.footerbottom {
  font-family: "Raleway";
  background-color: #000000;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

/* ========================== */
/* website footer end */
/* ========================== */

/* ========================== */
/* Hero Banner start */
/* ========================== */

.herobanner {
  height: 100vh;
  background-image: linear-gradient(
      180deg,
      rgba(18, 56, 39, 0.34) 0%,
      rgba(40, 90, 67, 0.34) 47.92%,
      rgba(40, 90, 67, 0.102) 100%
    ),
    url("../img/homeherobanner.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}

.bannertitle {
  font-family: "Lato";
  color: #ffffff;
  font-size: 5.5rem;
  font-weight: 700;
  text-align: center;
}

.bannersubtitle {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

/* ========================== */
/* Hero Banner end */
/* ========================== */

/* =============================== */
/* Someproject section start */
/* ============================== */

.malicardscontainer .cardparent {
  height: 380px;
  cursor: pointer;
}

.malicardscontainer {
  -webkit-perspective: 1200;
  -moz-perspective: 1200;
  perspective: 1200;
}

.cardparent {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.4s ease;
}

.card-front,
.card-back {
  height: 100%;
  width: 100%;
  position: absolute;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}

.card-back {
  transform: rotateY(179.9deg);
  -moz-transform: rotateY(179.9deg);
  -webkit-transform: rotateY(179.9deg);
  -ms-transform: rotateY(179.9deg);
  -o-transform: rotateY(179.9deg);
}

.cardparent:hover {
  transform: rotateY(179.9deg);
  -webkit-transform: rotateY(179.9deg);
  -moz-transform: rotateY(179.9deg);
  -ms-transform: rotateY(179.9deg);
  -o-transform: rotateY(179.9deg);
}

.malicardscontainer .card-body {
  z-index: 0;
  background: #eaeaea;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-top: -30px;
  position: relative;
  padding-top: 50px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

.malicardscontainer .malicard img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.malicard.card-back .card-body {
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/malicard1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}

.malicard.back1 .card-body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/malicard2.png");
}

.malicard.back2 .card-body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/malicard3.png");
}

.malicard.back3 .card-body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/malicard4.png");
}

/* =============================== */
/* Someproject section end */
/* ============================== */

/* ========================================================== */
/* Before After Comparison Section end */
/* ========================================================== */

.beforeafter .comparisonimg img {
  width: 100%;
  display: block;
  border: 5px solid #338a43;
  position: relative;
}

.beforeafter .comparisonimg .label {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #338a43;
  border: 5px solid #ffffff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 120px;
  padding: 5px 0px;
  text-align: center;
}

.beforeafter .basetitle::before,
.beforeafter .basetitle::after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #338a43;
}

.beforeafter .basetitle::before {
  height: 1px;
  width: 100px;
  bottom: -4px;
}

.beforeafter .basetitle::after {
  height: 2px;
  width: 100px;
  bottom: -8px;
}

/* ========================================================== */
/* Before After Comparison Section end */
/* ========================================================== */

/* ================================= */
/* What We offer to you start */
/* ================================= */

.offeringproducts .card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.offeringproducts img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.offeringproducts .card .card-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.makefavourateicon {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
}

.makefavourateicon input[type="checkbox"] + label {
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.makefavourateicon input[type="checkbox"] + label svg {
  font-size: 1.6rem;
  color: #285a43;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.makefavourateicon input[type="checkbox"] + label svg.blank {
  opacity: 1;
}

.makefavourateicon input[type="checkbox"]:checked + label svg.blank {
  opacity: 0;
}

.makefavourateicon input[type="checkbox"] + label svg.fill {
  opacity: 0;
}

.makefavourateicon input[type="checkbox"]:checked + label svg.fill {
  opacity: 1;
}

/* ================================= */
/* What We offer to you end */
/* ================================= */

/* ================================= */
/* Login/Signup page css start */
/* ================================= */

.loginpage header {
  background-color: #ffffff;
}

.loginlogo {
  width: 250px;
  display: block;
  margin-left: auto;
}

.loginform {
  margin: 65px 25px 50px 25px;
  padding: 65px 0px 50px 0px;
}

.loginform label {
  color: #686868;
}

.loginform input,
.loginform select,
.loginform input::placeholder {
  color: #444444;
}

.loginpage .input-group-text {
  background-color: #c4c4c450;
  border: none;
  font-size: 1.3rem;
}

.loginpage .form-check-label {
  font-size: 1.6rem;
}

.loginform hr {
  width: 45%;
}

.languagedrop {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}

.languagedrop::after {
  content: url("../img/blockarrow.svg");
}

/* ================================= */
/* Login/Signup page css end */
/* ================================= */

/* ================================= */
/* Login/signup in modal css start */
/* ================================= */

.modal-backdrop.customdrop {
  background-color: #ffffff;
  opacity: 1;
  background-image: url("../img/loginpupupbg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.skycircle {
  position: absolute;
  width: 45px;
  bottom: 100px;
}

.orangecircle {
  position: absolute;
  width: 120px;
  bottom: 0;
  left: 70%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.bluecircle {
  position: absolute;
  width: 80px;
  right: 0;
  top: 0;
}

#LoginModal .modal-dialog,
#SignUpModal .modal-dialog {
  max-width: 90vw;
  width: 90vw;
}

#LoginModal #websiteheader1,
#SignUpModal #websiteheader1 {
  position: static;
  z-index: auto;
  padding: 15px 80px 20px 30px;
}

#LoginModal .loginlogo,
#SignUpModal .loginlogo {
  margin: 0 0 0 0;
  width: 150px;
}

#LoginModal label,
#SignUpModal label {
  color: #686868;
}

#LoginModal input,
#LoginModal select,
#LoginModal input::placeholder,
#SignUpModal input,
#SignUpModal select,
#SignUpModal input::placeholder {
  color: #444444;
}

#LoginModal .input-group-text,
#SignUpModal .input-group-text {
  background-color: #c4c4c450;
  border: none;
  font-size: 1.3rem;
}

#LoginModal .form-check-label,
#SignUpModal .form-check-label {
  font-size: 1.6rem;
}

#LoginModal hr,
#SignUpModal hr {
  width: 45%;
}

#LoginModal .modal-body,
#SignUpModal .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}

#SignUpModal .formbottomnav {
  position: relative;
}

.formbottomnav .orangecircle {
  bottom: -10px;
}

/* ================================= */
/* Login/signup in modal css end */
/* ================================= */

/* ================================= */
/* Our key feature section start */
/* ================================= */

.keyfeature {
  margin: 45px 0px;
  padding: 45px 0px;
}

.keyfeature .keyfeatureimg {
  width: 45%;
}

.keycardimg {
  width: 100px;
  display: block;
}

.keyfeature .card small {
  display: block;
  font-family: "Raleway";
  font-size: 1.6rem;
  font-weight: 500;
}

/* ================================= */
/* Our key feature section start */
/* ================================= */

/* ================================= */
/* Our Gallery section start */
/* ================================= */

.mygalleryimg {
  display: flex;
}

.mygalleryimg > img {
  display: block;
  width: 35%;
}

.mygalleryimg .imgbox {
  display: flex;
  flex-wrap: wrap;
}

.mygalleryimg .imgbox img {
  width: 48.91%;
  display: block;
}

.ourgallery {
  margin: 40px 0px;
  padding: 35px 0px;
}

/* ================================= */
/* Our Gallery section end */
/* ================================= */

/* ================================= */
/* Our testimonial section start */
/* ================================= */

.testimonial {
  margin: 40px 0px;
  padding: 35px 0px;
}

.testimonialcards .card {
  border: none;
  padding: 20px 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background-color: #f3f3f3;
  width: 85%;
  margin: 0 auto;
  height: 320px;
  /*box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);*/
}

.testi1 {
  background-image: url("../img/testibg1.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: bottom right;
}

.testi2 {
  background-image: url("../img/testibg2.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: bottom right;
}

.testi3 {
  background-image: url("../img/testibg3.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: bottom right;
}

/* ================================= */
/* Our testimonial section end */
/* ================================= */

/* ================================= */
/* Semi info banner start  */
/* ================================= */

.sminfobanner {
  padding: 100px 0px;
  background: url("../img/semiinfobanner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sminfobanner .basetitle {
  font-size: 3rem;
  line-height: 40px;
}

.sminfobanner input {
  background-color: transparent;
  border: 2px solid #ffffff !important;
}

.sminfobanner input:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  outline: 0;
  box-shadow: none;
}

.sminfobanner input::placeholder {
  color: #ffffff;
}

/* ================================= */
/* Semi info banner end  */
/* ================================= */

/* ====================================== */
/* Introductory videos section start */
/* ====================================== */

.introvideos {
  margin: 100px 0px 80px 0px;
}

.videoslidercontainer {
  padding: 0px 100px 20px 100px;
}

.videoslidercontainer .card {
  width: 85% !important;
}

.videoslidercontainer::after {
  content: " ";
  position: absolute;
  background-color: #285a43;
  width: 100%;
  height: 350px;
  left: 0;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
  z-index: -1;
}

.youtubeiocn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 50px;
}

/* ====================================== */
/* Introductory videos section end */
/* ====================================== */

/* ================================================ */
/* Customer count section (service page) start */
/* ================================================ */

.customcount img {
  width: 80px;
  display: block;
  margin: 20px auto;
}

.customcount {
  background-color: #285a43;
  margin: 40px 0px;
  padding: 35px 0px 55px 0px;
}

.maintbook {
  margin: 40px 0px;
  padding: 35px 0px;
}

.bronz {
  font-family: "Raleway";
  color: #512712;
  font-weight: bold;
  font-size: 50px;
  background-color: #efefef;
  border-left: 2px solid #c4d4ff;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
}

.priceviewer {
  background-color: #ffedff;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  padding: 35px 30px 35px 20px;
}

.priceviewer.reverse {
  background-color: #ffedff;
  border-top-left-radius: 500px !important;
  border-bottom-left-radius: 500px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding: 35px 30px 35px 20px;
}

.priceviewer.reverse .bronz {
  border-right: 2px solid #c4d4ff;
  border-left: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.priceviewer a {
  color: #0048ff;
  border: 2px solid #0048ff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  text-decoration: none;
  padding: 2px 10px;
  margin-top: 10px;
  display: inline-block;
}

/* ================================================ */
/* Customer count section (service page) end */
/* ================================================ */

/* ======================================== */
/* Service hero banner section start */
/* ======================================== */

.serviceherobanner {
  background-image: linear-gradient(
    180deg,
    rgba(18, 56, 39, 0.5) 0%,
    rgba(40, 90, 67, 0.5) 48.96%,
    rgba(40, 90, 67, 0.335) 100%
  );
  padding: 100px 0px 20px 0px;
}

.servicegardningcheckbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.servicegardningcheckbox input[type="checkbox"] + label {
  color: #ffffff;
  font-size: 1.8rem;
  border: 2px solid #ffffff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 15px 0px 15px 0px;
  line-height: 20px;
  text-align: center;
  position: relative;
  width: 23%;
}

/* .servicegardningcheckbox input[type="checkbox"]+label:not(:last-child) {
            margin-right: 40px;
        } */

.servicegardningcheckbox input[type="checkbox"]:checked + label {
  background-color: #4893c1;
  color: #ffffff;
}

.servicegardningcheckbox input[type="checkbox"] + label img {
  width: 30px;
  display: block;
  /*margin-left: 10px;*/
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.servicegardningcheckbox input[type="checkbox"]:checked + label img {
  display: block;
}

.servicebannerfilter {
  background-color: #315e38;
  padding: 20px 0px;
}

.servicebannerfilter p {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 500;
}

.servicebannerfilter .languagedrop {
  background-color: #f48d42;
  color: #ffffff;
  padding: 10px 50px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin: 5px 0px;
  display: inline-block;
}

.servicebannerfilter .languagedrop::after {
  content: url("../img/servicedropwhite.png");
}

/* ======================================== */
/* Service hero banner section end */
/* ======================================== */

/* =============================================== */
/* Service Page service we provide section start */
/* =============================================== */

.introservice {
  margin: 100px 0px 80px 0px;
}

.weprovideservice img {
  height: 80px;
  display: block;
  margin: 0 auto;
}

.weprovideservice .card {
  box-shadow: 0px -4px 4px 0px #40a628;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px 15px 20px 15px;
}

.weprovideservice {
  padding: 0px 100px 20px 100px;
}

.weprovideservice::after {
  content: " ";
  position: absolute;
  background-color: #285a43;
  width: 100%;
  height: 200px;
  left: 0;
  right: 0;
  top: 80%;
  transform: translateY(-50%);
  z-index: -1;
}

/* =============================================== */
/* Service Page service we provide section end */
/* =============================================== */

/* ==================================================== */
/* Service Page providing discrtiption section start */
/* ==================================================== */

.providedtails {
  margin-top: 120px;
  margin-bottom: 120px;
}

.providinglist li {
  padding-left: 25px;
}

.providinglist li::before {
  content: " ";
  padding: 5px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #000000;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.maliaccordion .accordion-item {
  border: none !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.maliaccordion .accordion-button {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.06);
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.maliaccordion .accordion-button::after {
  background-image: url("../img/accordionarrow.svg");
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.maliaccordion .accordion-body {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.06);
  margin-top: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* ==================================================== */
/* Service Page providing discrtiption section end */
/* ==================================================== */

/* ======================================== */
/* Delivery Page Header section start */
/* ======================================== */

.deliverypage header {
  background: linear-gradient(
    180deg,
    rgba(18, 56, 39, 0.5) 0%,
    rgba(40, 90, 67, 0.5) 48.96%,
    rgba(40, 90, 67, 0.335) 100%
  );
}

.deliverystepcontainer {
  padding: 100px 0px 100px 0px;
  margin: 20px 0px 300px 0px;
}

.deliverystepcontainer .accordion-item:not(:last-child) {
  margin-bottom: 25px;
}

.deliverystepcontainer .accordion-item {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 20px 20px 10px 20px;
}

.numbering {
  font-size: 2.5rem;
  font-weight: 600;
  margin-right: 10px;
}

.stepname {
  font-size: 2.5rem;
  font-weight: 600;
}

.malibadge {
  background-color: rgba(23, 74, 124, 0.08);
  color: #939393;
  font-weight: normal;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0px 5px;
  display: inline-block;
}

/* .numbering input[type='radio'] {
            accent-color: #FF7400;
        } */

a[href="#collapseinaccordion"] {
  background-color: transparent;
  border: none;
  text-decoration: none;
  color: #3065f4;
  display: block;
  width: 100%;
}

.numbering.withinput label::after {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #ff7400;
  left: 44%;
  top: 42%;
  transform: translate(-50%, -50%);
}

.numbering.withinput label::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #ff7400;
  left: 44%;
  top: 42%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.numbering.withinput input[type="radio"]:checked + label::before {
  opacity: 1;
}

.numbering.withinput::before #dstep2 .accordion-body,
.numbering.withinput::before #dstep3 .accordion-body,
.numbering.withinput::before #dstep4 .accordion-body {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 25px 35px;
}

#dstep2 .numbering input[type="radio"] + label::after,
#dstep4 .numbering input[type="radio"] + label::after {
  top: 5px;
  left: -15px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

#dstep2 .numbering.withinput input[type="radio"] + label::before,
#dstep4 .numbering.withinput input[type="radio"] + label::before {
  top: 9px;
  left: -11px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  width: 7px;
  height: 7px;
}

#dstep2 .accordion-body,
#dstep3 .accordion-body,
#dstep4 .accordion-body {
  background-color: #ededed;
  padding: 20px 30px;
}

#dstep2 .stepdetails,
#dstep4 .stepdetails {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #979797;
}

.addaddressbtn {
  background-color: #ededed;
  margin: 15px 0px 10px 0px;
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px 30px;
  color: #3065f4;
  border: none;
}

a[href="#collapseinaccordion"]:not(.collapsed) i,
a[href="#collapseinaccordion"]:not(.collapsed) svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

#GSTYESNO + label {
  color: #000000;
  font-weight: 500;
  font-size: 1.6rem;
  margin-left: 20px;
}

#GSTYESNO + label::after {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #ff7400;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#GSTYESNO + label::before {
  content: url("");
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #ff7400;
  opacity: 0;
}

#GSTYESNO:checked + label::before {
  opacity: 1;
}

.stepfooterbutton {
  background-color: #ededed;
  margin: 15px 0px 10px 0px;
  width: 100%;
  display: block;
  text-align: left;
  padding: 20px 30px;
}

.stepfooterbutton a {
  color: #3065f4;
  text-decoration: none;
}

.pmethimg {
  width: 20px;
  display: inline-block;
  margin-right: 10px;
}

.numbering.withinput label[for="finalpayment"]::after {
  top: 50px;
}

.numbering.withinput label[for="finalpayment"]::before {
  top: 50px;
}

.paymethodlist .stepdetails img {
  width: 50px;
  margin-right: 30px;
  margin-left: 15px;
}

.productimageslide img {
  width: 120px !important;
  height: 140px;
  object-fit: cover;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 15px;
}

.productimageslide .slick-dots li button:before,
.productimageslide .slick-dots li.slick-active button:before {
  color: transparent;
  background-color: #aaa8a8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.productimageslide .slick-dots li button {
  width: 12px;
  height: 12px;
}

.productimageslide .slick-dots li button:before {
  width: 12px;
  height: 12px;
}

.productimageslide .slick-dots {
  bottom: -40px;
  text-align: left;
  padding: 0px 0px 0px 18px;
}

.counter button {
  border: none;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 5px 0px;
  width: 30px;
  margin: 0px 15px;
}

/* ======================================== */
/* Delivery Page Header section end */
/* ======================================== */

/* ======================================== */
/* Added to cart Page start */
/* ======================================== */

.addedtocartpage header {
  background: linear-gradient(
    180deg,
    rgba(18, 56, 39, 0.5) 0%,
    rgba(40, 90, 67, 0.5) 48.96%,
    rgba(40, 90, 67, 0.335) 100%
  );
}

.delivery-titalheader .stepname {
  font-size: 3rem;
}

.delivery-titalheader .malibadge {
  font-size: 1.6rem;
  padding: 3px 10px;
}

.delivery-titalheader {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
}

.shopcartsecion {
  padding: 100px 20px 100px 20px;
}

.shopcartsecion .productimageslide .slick-dots {
  text-align: center;
  padding: 0;
  bottom: -40px;
}

.shopcartsecion .productimageslide img {
  padding: 0px;
}

.cardwishbuttons a {
  border-bottom: 1px solid transparent;
}

.cardwishbuttons a:hover {
  border-color: #000000;
}

.cardwishbuttons a.text-danger:hover {
  border-color: #dc3545;
}

.table-responsive .table-caption {
  font-family: "Lato";
  font-size: 1.8rem;
  color: #174a7c;
  font-weight: 600;
}

/* ======================================== */
/* Added to cart Page end */
/* ======================================== */

/* ============================= */
/* All products page start */
/* ============================= */

.ourproductcollectiion {
  margin: 35px 0px;
  padding: 35px 0px;
}

.allproductpage header {
  background-image: linear-gradient(
    180deg,
    rgba(18, 56, 39, 0.5) 0%,
    rgba(40, 90, 67, 0.5) 48.96%,
    rgba(40, 90, 67, 0.335) 100%
  );
}

.subheaderwithsearch {
  margin-top: 94px;
  padding: 20px 30px 20px 30px;
  background-color: #285a43;
}

.subheaderwithsearch .input-group {
  border: 1px solid #93989f;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.subheaderwithsearch .input-group-text {
  background-color: #ffffff;
  border: none;
  font-size: 1.8rem;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.subheaderwithsearch .input-group input + .input-group-text img {
  width: 20px;
}

.subheaderwithsearch .form-control:focus,
.subheaderwithsearch .form-control {
  color: #000000;
  background-color: #ffffff;
  border-color: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}

.subheaderwithsearch .subheaderwithsearch input {
  background-color: #ffffff;
}

.pcardpagination {
  display: flex;
}

.pgnext,
.pgprev {
  display: block;
  background-color: #ffffff;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0px 5px 21px 0px #3b3a3a61;
  margin: 0px 20px;
}

.pcardpagination button {
  background-color: #ffffff;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #000000;
  margin: 0px 10px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  opacity: 0.5;
}

.pcardpagination button:hover,
.pcardpagination button.active:hover,
.pcardpagination button.active {
  opacity: 1;
}

.allproductpage .slick-prev,
.allproductpage .slick-next,
.Productdeatilpage .slick-prev,
.Productdeatilpage .slick-next {
  background-color: #ffffff !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  box-shadow: 0px 24px 32px rgba(59, 59, 59, 0.32) !important;
}

.allproductpage .slick-next,
.Productdeatilpage .slick-next {
  right: 20px !important;
  top: 60% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
}

.allproductpage .slick-prev,
.Productdeatilpage .slick-prev {
  left: 20px !important;
  top: 60% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
}

.allproductpage .slick-next:before,
.Productdeatilpage .slick-next:before {
  content: " " !important;
  background-image: url("../img/slickarrowicon.svg") !important;
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: 45% 50%;
  background-size: 30%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.allproductpage .slick-prev:before,
.Productdeatilpage .slick-prev:before {
  content: " " !important;
  background-image: url("../img/slickarrowicon.svg") !important;
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: 45% 50%;
  background-size: 30%;
}

.ourtproductscontent {
  margin: 40px 0px;
  padding: 35px 0px;
}

.bannercard {
  height: 230px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: block !important;
}

.bannercard img {
  width: 100%;
  height: 210px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  object-fit: cover;
}

.collectionproducts .card {
  border: none;
  box-shadow: 0px 5px 10px 0px #4893c159;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.collectionproducts .card img {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  object-fit: cover;
}

.catfilter {
  padding: 35px 30px 20px 30px;
  background-image: linear-gradient(
    180deg,
    rgba(18, 56, 39, 0.5) 0%,
    rgba(40, 90, 67, 0.5) 48.96%,
    rgba(40, 90, 67, 0.335) 100%
  );
  overflow-y: hidden;
  overflow-x: auto;
}

.catfilter::-webkit-scrollbar {
  display: none;
}

.cattegoryforfilter {
  display: block;
  margin-right: 40px;
  text-decoration: none;
}

.cattegoryforfilter img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
}

.filcatbanner .slick-list.draggable {
  padding: 0px !important;
}

.filcatbanner h1 {
  font-size: 6rem;
  position: absolute;
  top: 100px;
  left: 35%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* ============================= */
/* All products page end */
/* ============================= */

/* ============================= */
/* Product Details page start */
/* ============================= */

.Productdeatilpage header {
  background-image: linear-gradient(
    180deg,
    rgba(18, 56, 39, 0.5) 0%,
    rgba(40, 90, 67, 0.5) 48.96%,
    rgba(40, 90, 67, 0.335) 100%
  );
}

.Productdeatilpage .productimageslide .slick-dots {
  text-align: center;
}

.Productdeatilpage .productimageslide img {
  width: 250px !important;
  height: 280px;
}

.Productdeatilpage .slick-dots {
  margin-top: 50px;
  bottom: -65px;
  padding: 0px;
}

.prodiscription {
  margin: 40px 0px;
  padding: 35px 0px;
}

.imgandname img {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
}

.customerreview,
.sIMMilarProducts {
  margin: 40px 0px;
  padding: 35px 0px;
}

.sIMMilarProducts .card {
  border: none;
  box-shadow: 0px 5px 10px 0px #4893c159;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.sIMMilarProducts .card img {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  object-fit: cover;
}

aside {
  position: absolute;
  left: -9px;
  width: 80px;
  height: 29px;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50px;
  background-color: #315e38;
}

aside::before {
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0;
  bottom: 0;
  right: -20px;
  border-color: #315e38 transparent;
  border-width: 16px 20px 14px 0px;
}

aside::after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  top: -9px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.price {
  font-size: 40px;
  position: absolute;
  left: 60px;
  top: 15px;
  color: white;
}
.layout-price {
  font-size: 34px;
  position: absolute;
  left: 42px;
  top: 12px;
  color: white;
}

.input-image {
  object-fit: contain;
  height: 15px;
  width: 15px;
}
.input-image-prject {
  object-fit: contain;
  height: 25px;
  width: 25px;
}
.custom-form-input {
  position: absolute;
  padding-right: 10px;
  margin: 10px;
  border-right: 1px solid #d0d0d0;
}
.custom-form-input-prject {
  position: absolute;
  padding-right: 12px;
  margin: 10px;
  padding: 6px;
  top: 21px;
  border-right: 1px solid #d0d0d0;
}
.maintaince-input {
  padding-left: 50px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #a8a7a7;
  border-radius: 5px;
}
.maintaince-input-prject {
  padding-left: 60px;
  height: 100px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #a8a7a7;
  border-radius: 5px;
}
/* ============================= */
/* Product Details page end */
/* ============================= */
