
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --body-bg: #ffffff;
  --theme-color: #ffd800;
  --secondary-color: #0c7735;
  --body-color: #555555;
  --title-color: #000000;
  --smoke-color: #f1f5f4;
  --light-color: #f8f9fa;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #bfbfbf;
  --title-font: "Fredoka", sans-serif;
  --body-font: "DM Sans", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1290px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}
body{
  font-family: "Nunito Sans", sans-serif;
  }
  h2{
    font-family: "Poppins", sans-serif !important; 
  }
/* header start------------------------------- */
.navr {
  background-image: url(../images/header-bg.png);
  padding: 29px 0 17px;
}
.logo img {
  width: 25%;
}
a{
  text-decoration: none;
}
.scl-l .d-flex img{
  width: 20px;
}
.sc-l img{
  width: 17px;
}
.navb {
  z-index: 999999;
  background-color: #00002800;
}
.navb-menu-new {
  left: 0 !important;
}
.navb-menu {
       height: 100vh;
        left:-100%;
        z-index: 999999999;
        width: 100%;
        transition: all .5s;
        padding: 0px;
}
.inner-ul {
    background-color: #000028 !important;
    transition: .5s;
}
.inner-ul-new {
  margin-left: 0 !important;
}
 
/*.ul {*/
/*  top: 50%;*/
/*  left: 10%;*/
/*  transform: translate(0, -50%);*/
/*  list-style: none;*/
/*}*/
/*.ul li a {*/
/*  color: #fff;*/
/*  font-size: 30px;*/
/*  line-height: 62px;*/
/*}*/
.close {
  top: 5px;
  right: 20px;
  align-items: center;
}
.close img {
  width: 50px;
  margin-top: 0rem;
  margin-right: 0rem;
}
.rig-toggle img {
  width: 48px;
}
.newnavb {
  background-color: #000028;
}
.navbars {
  padding: 0px;
  box-shadow: black 0px 5px 6px -8px;
  position: fixed;
  width: 100%;
  z-index: 99999;
  transition: all 5s ease-in-out;
}
.quo-bt a {
    padding: 9px 22px !important;
    background-color:#000028;
    border-radius: 30px;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px !important;
    letter-spacing: 2px;
    font-weight: 400;
}
.sc-l {
  height: 30px;
  width: 30px;
  background-color: #4d8e2f;
  border-radius: 50%;
  position: relative;
  transition:all .3s;
}
.sc-l:hover{
     background-color: #000;
}

.sc-l img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  filter: brightness(0)invert(1);
}
.ffgt li{
  list-style-type: none;

}
.ffgt{
  display:flex;
  align-items:center;
  gap: 50px;
  margin: 0;
}
.ffgt li a {
  color: #ffffff;
  letter-spacing: 0.55px;
  font-size: 18px;
  padding: 1rem 0;
}

.book a {
  padding: 8px 20px !important;
  background-color: rgb(255, 255, 255);
  color: #31a33c;
  border: 1px solid #31a33c;
  border-radius: 30px;
}

.book a{
  position: relative;
}
.book a::after{
  position: absolute;
  content: "";
  background-color: rgba(0, 128, 0, 0.068);
  background-size: contain;
  height: 160%;
  width: 115%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)scale(0.5);
  z-index: -1;
  border-radius: 30px;
  animation: animate 1.1s infinite;
}
@keyframes animate{
  0%{
    transform: translate(-50%,-50%)scale(0.9);
  }
  100%{
    transform: translate(-50%,-50%)scale(1.05);
  }
}





/* image gallery */
.gl11 {
  position: relative;
  border-radius: 10px 10px 0 0;
  }
  .gl11 img{
  border-radius: 10px 10px 0 0;
  }
  .gl11 img {
    height: 250px;
    object-fit: cover;
}
.rans img {
  height: 249px;
  object-fit: cover;
}
.view-image {
  position: fixed;
  inset: 0;
  z-index: 500;
  padding: 3%;
  display: flex;
  flex-direction: column;
  animation: view-image-in 300ms;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 999999999999999 !important;
}
  .gl-img{
      border-radius: 10px;
  }
  .gl11::before {
      position: absolute;
      content: "";
      background-color: #ffffff50;
      background-size: contain;
      height: 0%;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 9;
      transition: all .5s;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
  .gl11::after {
      position: absolute;
      content: "";
      background-color: #ffffff50;
      background-size: contain;
      height: 0%;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 9;
      transition: all .5s;
      clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  
  .gl-img {
  box-shadow: black 0px 0px 11px -5px;
  }
  .gl-img:hover .gl11::before,.gl-img:hover .gl11::after {
  height: 75%;
  }
  .gl-btn p {
  font-size: 15px;
  color: #ffffff;
  }
.dq {
    padding: 10px 10px 10px;
    transition: all .3s;
    background-color: #49852c;
    color: #fff;
    border-radius: 0 0 10px 10px;
}
  .mm a{
  text-decoration: none;
  }
  .glrx-h img {
  width: 100%;
  border-radius: 9px;
  }
.ppl {
    bottom: 44px;
    padding: 5px 8px;
    background: linear-gradient(90deg, #49852c, transparent);
    /* background-color: gray; */
    width: 186px;
    display: flex;
    gap: 7px;
    z-index: 999;
    align-items: center;
}
  .ppl p{
      color:#fff;
      margin:0;
  }
  .ppl img{
      width:16px;
  }
  .dq p{
      font-size:18px;
      letter-spacing:0.55px;
  }
  
  /* image gallery */
  



  /* BANNER START------------------------ */


.bannerfirst {
    width: 100%;
    height: 100%;
    border: 4px solid #267f00;
}
.top-rightnav{
        height: 65vh !important;
    background-color: lightgray;
    border: 4px solid #267f00;
}
.bannerfirst .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63.9vh;
}
.slid-img img{
  height: 100%;
}
.left-banner{
  /* background-color: #e6e6e7; */
  position: relative;
}
.left-banner::after{
  position: absolute;
  content: "";
  background-image: url(../images/as.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.left-banner::before {
  position: absolute;
  content: "";
  background-image: url(../images/sde.png);
  background-size: cover;
  height: 300px;
  width: 300px;
  top: 46%;
  left: 63%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.2;
}
  .bannerfirst .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-dt{
    position:absolute;
  }
.swiper-dt {
    bottom: -11%;
    left: 0;
    width: 100%;
}
.productlist img {
    width: 49% !important;
    margin: auto;
    margin-top: -10%;
}
.slid-img{
  background-color:#fff;
}


.bannerfirst .swiper-horizontal>.swiper-pagination-bullets,.bannerfirst .swiper-pagination-bullets.swiper-pagination-horizontal,.bannerfirst .swiper-pagination-custom,.bannerfirst .swiper-pagination-fraction {
  bottom: initial;
  left: 5%;
  width: fit-content;
  top: 50%;
  display: grid;
  gap: 17px;
}

.nm {
  top: 22%;
  right: 2%;
  transform: translate(-50%);
  writing-mode: tb-rl;
}
.swiper-dt h3 {
    font-size: 22px;
    letter-spacing: 0.55px;
    margin-bottom: 7px !important;
    font-weight: 700;
}
.swiper-dt h5 {
    font-size: 18px;
    letter-spacing: 0.55px;
}
.swiper-dt a {
  font-size: 17px;
  color: #ffffff;
  background-color: #49852c;
  padding: 8px 20px;
  letter-spacing: 0.55px;
  border-radius: 30px;
}
.top-rightnav{
  padding:1rem;
}
.productlist1  h5{
  font-size: 15px;
  letter-spacing: 0.55px;
  padding: 10px;
  margin: 0;
}
.bannerfirst2 .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.top-rightnav{
  padding: 0 !important;
}

.ab-ic{
  height: 30px !important;
  width: 30px;
  background-color:#fff;
  border-radius: 50%;
  position: relative;
}
.ab-ic img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 17px;
}
.dd{
  width: 80%;
}
.dd h5{
  font-size: 22px;
  letter-spacing: 0.55px;
  color: #fff;
  margin-bottom: 5px;
}
.dd p{
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #fff;
  line-height: 23px;
}
.ab-hd{
  padding: 10px;
  border-left: 5px solid white;
  margin-bottom: 1rem;
}
.ab-hd h3{
  font-size: 25px;
  letter-spacing: 0.55px;
  color: #fff;
}
.ab {
  padding: 16px 10px 0;
}
  /* BANNER END---------------------------- */

 .abtt{
  margin-top: 4rem;
 }

 .abtt-hd p{
  font-size: 21px;
  letter-spacing: 0.55px;
  color: rgb(68, 68, 68);
 }

 .abtt-hd h2 {
  font-size: 35px;
  letter-spacing: 1px;
  color: #000;
  line-height: 47px;
}




.accordion-style2 .accordion-button:not(.collapsed):after {
  transform: rotate(0);
  content: url(../images/minus.png);
  background-size: contain;
  background-color: #ffd800;
  color: var(--black-color);
}
.accordion-style2 .accordion-button:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
.accordion-style2 .accordion-button{
  border: none !important;
  outline: none;
  box-shadow: none;
}
.accordion-style2 .accordion-button:after {
  content: url(../images/plus.png);
  font-family: var(--icon-font);
  font-weight: 400;
  border: 1px solid var(--theme-color);
  width: 40px;
  height: 40px;
  line-height: 0px;
  background-image: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  color: #4E4E4E;
  font-size: 16px;
  position: absolute;
  left: 0px;
  border-radius: 50%;
}


.accordion-style2 .accordion-item {
  margin-bottom: 0px;
  background-color: var(--white-color);
  border-radius: 0px;
}
.accordion-style2 .accordion-button {
  background-color: transparent;
  border: none;
  padding: 16px 30px 16px 55px;
  font-size: 23px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--black-color);
  text-align: left;
  gap: 10px;
}
.accordion-style2 .accordion-button:not(.collapsed) {
  color: var(--secondary-color);
}
.accordion-style2 .accordion-collapse {
  border: none;
}
.accordion-style2 .accordion-body {
  padding: 0px 65px 12px 55px;
  font-size: 16px;
}

.left-abtt p {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 28px;
}

.left-abtt{
  margin-bottom: 2rem;

}
.inner-abtt{
  margin-top: 3rem;
}
.accordion-item{
  border: none;
}

.img-content {
    max-width: 410px;
    background-color: var(--secondary-color);
    text-align: center;
    padding: 30px;
    position: absolute;
    transform: translate(-80px, 30px);
    bottom: 10%;
}


.img-title {
    font-family: var(--body-font);
    /*color: var(--white-color);*/
    margin-bottom: 15px;
    line-height: 133%;
    font-size: 24px;
    color:#fff;
}


.vs-btn {
  color: var(--black-color);
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
}
.vs-btn:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.about-layout3 .about-img .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0f5132;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

.play-btn:after {
  animation-delay: 2s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.about-layout3 .about-img .play-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.play-btn {
  display: inline-block;
  position: relative;
  z-index: 99;
}

.tc h2 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 10px;
}
.tc h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
}
.mob-hd{
  width: fit-content;
  position: relative;
}
.mob-hd::after{
  position: absolute;
  content: "";
  background: linear-gradient(90deg,transparent,#267e00,transparent);
  background-size: contain;
  height: 3px;
  width: 100%;
  bottom:-10%;

left: 0;
}

.bt a {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #0c7735;
    font-weight: 700;
    padding: 10px 20px;
    border: 2px solid #0c7735;
    border-radius: 30px;
    transition: all .3s;
}
.bt a:hover{
    background-color:#0c7735;
    color:#fff;
}
/* .download-options {
  margin: 2rem 10.5rem;
} */
.download-options h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 3rem;
}
.scanner-text p{
    color:#000;
}
.download-options .google-app-store {
  grid-gap: 20px;
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 30% 30%;
  margin-top: 1rem;
}
.google img{
  width: 100%;
}
.left-mob p {
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 31px;
    color: #000;
    margin-top: 3rem;
}
.right-mob{
  position: relative;
}
.right-mob::after {
    position: absolute;
    content: "";
    background-image: url(../images/sde.png);
    background-size: contain;
    height: 340px;
    width: 340px;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.5;
}




.dfga a {
    padding: 8px 20px !important;
    background-color: #559e27;
    border-radius: 0px;
    color: #fff !important;
    transition: all .3s;
    border: 1px solid #559e27;
    font-size: 17px !important;
}
.dfga a:hover{
    background-color:transparent;
    color:#559e27 !important;
}






.doctors12{
    height: 183vh !important;
}
.page_content_area {
    width: 100%;
    float: left;
}
.page_container {
    width: 100%;
    float: left;
    padding: 55px 0;
}
.tradebg {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}
.reg_form_area {
    width: 100%;
    z-index: 1;
    float: left;
    background: #fff;
    position: relative;
    padding: 40px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
    padding-top: 25px;
    margin-bottom: 30px;
}
.ttlr {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 40px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
}

.ttlr h5, .ttlr h4 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    float: left;
    text-align: center;
    color: #111;
}
.ttlr h5, .ttlr h4 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    float: left;
    text-align: center;
    color: #111;
}
.reg_form_area h4 {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
}
.reg_form_area form {
    width: 100%;
    float: left;
}
.ttlr h5 {
    margin-bottom: 9px;
    font-size: 31px;
    line-height: 39px;
}
.info_reg {
    width: 100%;
    float: left;
}
.info_reg li:nth-child(odd) {
    margin-right: 4%;
}
.reg_form_area form ul li {
    color: #111;
    list-style-type: none;
}
.info_reg li {
    width: 48%;
    float: left;
    margin-bottom: 20px;
}
.info_reg li label {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 7px;
    font-weight: bold;
}
.info_reg li .fldstyle {
    width: 100%;
    float: left;
    height: 45px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    outline: none;
}


.right-mob img{
    width:40% !important;
}

.sc-li img{
    width:23px;
}

















































.accordion-slider {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.panel-counter{width: 100%; height: 100%; text-align: left; background-color: rgba(255,255,255,0.80);}
.panel-counter .panelinbox{ display: flex;  align-items: left;  justify-content: center; height: 100%; padding: 0 10%; text-align: left;/* background-color: #fff;*/  font-weight: 700; color: #282828; flex-flow: column;}
.panel-counter .panelinbox span{ text-align: left;/* background-color: #fff;*/ float: left; font-weight: 400; color: #282828; font-size: 14px; line-height: normal; padding-bottom: 5px;}
.panel-counter .panelinbox span:first-child{font-size: 16px; font-weight: 700;}

.accordion-slider * {
	-webkit-tap-highlight-color: transparent;
}

.accordion-slider aside{height: 100%; width: 100%; position: absolute; top: 0; }

.accordion-slider aside .box{height: 100%; right: 10px; display: flex; width: 160px; position: absolute; z-index: 1; top: 0;flex-flow: column; align-items: left;
  justify-content: center;}

.as-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.accordion-slider .as-opened aside:after{background: url("../images/shadow.png") no-repeat right; right: 0px; height: 100%; width: 100%; content: ""; position: absolute}

.as-panels {
	position: absolute;
}

.as-horizontal .as-panels {
	height: 100%;
}

.as-vertical .as-panels {
	width: 100%;
}

.as-panel {
	position: absolute;
	overflow: hidden;
}

.as-overlap .as-panel {
	overflow: visible;
}

.as-horizontal .as-panel {
	height: 100%;
	width: auto;
}

.as-vertical .as-panel {
	width: 100%;
	height: auto;
}

.as-shadow {
border-left: 1px solid #d8d8d8;

}

.as-background,
.as-background-opened {
	border: none;
}

.as-horizontal .as-background,
.as-horizontal .as-background-opened {
	height: 100%;
	width: auto;
}

.as-vertical .as-background,
.as-vertical .as-background-opened {
	width: 100%;
	height: auto; display: block;
}

.as-background-opened {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.as-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
}

.accordion-slider aside .as-layer{position: relative}


.as-column {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
}

.as-black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.as-white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

.as-rounded {
	border-radius: 10px;
}

.as-padding {
	padding: 10px;
}

.as-layer.as-vertical {
	-moz-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-moz-transform: rotate(-90deg) translateY(100%);
	-webkit-transform: rotate(-90deg) translateY(100%);
	transform: rotate(-90deg) translateY(100%);
}

.as-pagination-buttons {
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.as-pagination-button {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.as-pagination-buttons .as-selected {
	background-color: #000;
}

.as-has-buttons {
	margin-bottom: 32px;
}

@media only screen and (min-width: 1084px) and (max-width: 1280px) {
	
	.panel-counter span {
    height: 100%;
    padding: 25% 0 0 4%;
    text-align: left;
    background-color: #fff;
    float: left;
    font-weight: 700;
    color: #282828;
}
}

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

.panel-counter span {
    height: 100%;
    padding: 0% 10%;
    text-align: left;
    background-color: #fff;
    float: left;
    font-weight: 700;
    color: #000;
    font-size: 22px;
    width: 100%;
    line-height: 125px;
}
	
	.accordion-slider {border-bottom: 1px solid #d8d8d8;}
	
	.accordion-slider .as-opened aside:after { right: -120px;}
	
	.accordion-slider p.as-layer { font-size: 13px;}
	.accordion-slider h3.as-layer {font-size: 18px; padding: 0 0 5px;}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.as-pagination-button {
		width: 16px;
		height: 16px;
	}

	.as-has-buttons {
		margin-bottom: 38px;
	}
	
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.panel-counter span {line-height: 95px;}
	.as-shadow { border-left: 0px solid #d8d8d8;}
	.as-pagination-button {
		width: 18px;
		height: 18px;
	}

	.as-has-buttons {
		margin-bottom: 40px;
	}
}

.as-selectable {
	cursor: default;
}

.as-grab {
	cursor: url(images/openhand.cur), move;
}

.as-grabbing {
	cursor: url(images/closedhand.cur), move;
}

.as-no-js {
	overflow: hidden;
	max-width: 100%;
}

.accordion-slider p.as-layer {
	font-size: 15px;line-height: 18px; padding: 0 0 13px; color: #fff;}

.accordion-slider h1.as-layer {
	font-size: 32px;
	line-height: 1.4;
}

.accordion-slider h2.as-layer {
	font-size: 24px;
	line-height: 1.4;
}

.accordion-slider h3.as-layer {
	font-size: 24px;
	color: #fff; padding: 0 0 13px; margin: 0;
}

.accordion-slider h4.as-layer {
	font-size: 16px;
	line-height: 1.4;
}

.accordion-slider h5.as-layer {
	font-size: 13px;
	line-height: 1.4;
}

.accordion-slider h6.as-layer {
	font-size: 11px;
	line-height: 1.4;
}

.accordion-slider img.as-layer {
	border: none;
}

.accordion-slider .as-background,
.accordion-slider .as-background-opened {
	max-width: none !important;
	max-height: none !important;
	border: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-mox-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.accordion-slider .as-background{filter: grayscale(100%);  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);}
.accordion-slider .as-opened .as-background{filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%);}
.info_reg li.full {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-right: 0 !important;
}
.btnstyle:hover {
    background: #990404;
}

.btnstyle {
    background: #49852c;
    max-width: 320px;
    color: #fff;
    text-align: center;
    border: none;
    height: 45px;
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.5s ease;
    margin-top: 15px;
}
.accordion-slider a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.accordion-slider iframe,
.accordion-slider object,
.accordion-slider video,
.accordion-slider embed,
.accordion-slider canvas {
	max-width: none;
	max-height: none;
}



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

.panel-counter span {
    height: 100%;
    padding: 0% 10%;
    text-align: left;
    background-color: #fff;
    float: left;
    font-weight: 700;
    color: #000;
    font-size: 22px;
    width: 100%;
    line-height: 125px;
}
	
	.accordion-slider {border-bottom: 1px solid #d8d8d8;}
	
	.accordion-slider .as-opened aside:after { right: -120px;}
	
	.accordion-slider p.as-layer { font-size: 13px;}
	.accordion-slider h3.as-layer {font-size: 18px; padding: 0 0 5px;}
	.panel-counter .panelinbox {
    display: block;
    align-items: left;
    justify-content: center;
    height: 100%;
    padding: 0 0%;
    text-align: left;
    /* background-color: #fff; */
    font-weight: 700;
    color: #282828;
    flex-flow: column;
}
	.panel-counter .panelinbox span{line-height: normal; padding-top: 20px;}
	.panel-counter .panelinbox span:last-child{display: none;}
}

.news-li {
  box-shadow: black 0px 0px 11px -6px;
  transition:all .3s;
  cursor:pointer;
  
}
.news-li:hover {
    box-shadow: #50d80e -1px 3px 14px -6px;
}
.news-hd{
 padding: 1rem;
}

.news-hd h3 {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #ffffff;
    line-height: 27px;
    font-weight: 700;
}
.news-hd p {
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #dbdbdb;
  margin-bottom: 7px;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.read-bt p{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.read-bt p img{
  width: 20px;
  filter: brightness(0)invert(1);
}

.news {
    padding: 5rem 0;
    background-color: #49852cd4;
    position: relative;
}
.news::after{
  position: absolute;
  content: "";
  background-image: url(../images/b.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.latest-blog h2 {
    margin-bottom: 2rem;
    font-size: 35px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    margin-bottom: 2rem !important;
}

.news{
  margin-top: 5rem;
}
.bt11{
    margin-right:15px;
}
.test{
  margin-top: 3rem;
  padding: 5rem 0;
}
.left-test span{
  font-size: 21px;
  letter-spacing: 0.55px;
  color: rgb(68, 68, 68);

}
.left-test h2 {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 47px;
  color: #5a850b;
  margin-bottom: 1rem;
}
.left-test p {
  font-size: 18px;
  letter-spacing: 0.55px;
  line-height: 29px;
}

.test-img img{
  height: 70px !important;
  width: 70px !important;
  border-radius: 50% !important;
}

.test-profile{
  display: flex;
  gap: 15px;
  align-items:center;
  margin-top: 5%;
}

.test-data p {
  padding: 3rem 2rem 4rem 2rem;
  background-color: #7fa5381c;
  border-radius: 10px;
  margin-bottom: 1rem;
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 26px;
}


.test-nm p{
  background-color: transparent;
  padding: 0;
}


.bannerfirst3 .swiper-horizontal>.swiper-pagination-bullets, .bannerfirst3 .swiper-pagination-bullets.swiper-pagination-horizontal, .bannerfirst3 .swiper-pagination-custom, .bannerfirst3 .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}
.bannerfirst3 .swiper-wrapper{
  padding-bottom: 4rem;
}






.footer-logo img{
  width: 180px;
  margin-bottom: 2rem;
}
.footer-logo p {
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #ffffff;
}
.foot-ic{
  display: flex;
  align-items: center;
  gap: 15px;
}

.dd h3 {
  font-weight: 900;
  letter-spacing: 0.55px;
  color: #ffffff;
  font-size: 40px;
  margin: 0;
}

.dd span{
  font-size: 14px;
    color: #ffffff;
}
.footer {
  padding: 4rem 0;
  /* background-color: #5ea432; */
  background: linear-gradient(45deg, #447135, #529929);
}

.contact {
  box-sizing: border-box !important;
  display: block;
}
.contact .menu {
  box-sizing: border-box;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.contact .menu ul {
  box-sizing: border-box;
  list-style: none;
  padding-left: 0;
}
.contact .menu ul li {
  box-sizing: border-box;
  font-size: 16px;
  margin: 1rem 0;
  color: #ffffff;
}

.contact .logo-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  column-gap: 1rem;
  display: grid;
  grid-template-columns: 20px 450px;
  margin-top: -1rem;
  row-gap: 1.5rem;
}

.play-btn1{
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 99;
  z-index: 1;
}
.play-btn1::after {
    position: absolute;
    content: "";
    background-color: #dbdbdb;
    background-size: contain;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.ri-img img{
    width:17px;
}
.play-btn1::before {
    position: absolute;
    content: "";
    border: 15px solid rgb(255 0 0);
    background-size: contain;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: animate 6s infinite;
}
@keyframes animate{
  0%{
    transform: translate(-50%,-50%)scale(0.3);
  }
  100%{
    transform: translate(-50%,-50%)scale(1.1);
    opacity: 0;
  }
}


.bannerfirst2 .swiper-horizontal>.swiper-pagination-bullets,.bannerfirst2 .swiper-pagination-bullets.swiper-pagination-horizontal,.bannerfirst2 .swiper-pagination-custom,.bannerfirst2 .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}









@-webkit-keyframes infoIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes infoIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes infoOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes infoOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
#hero {
  height: 550px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
#hero:before {
  display: block;
  content: "";
  padding-top: 50%;
}
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  gap: 6px;
}
.hero figure {
  margin: 0;
  padding: 0;
  width: 10%;
  height: 100%;
  position: relative;
  -ms-flex-preferred-size: 10%;
  flex-basis: 30%;
  -webkit-transition: 0.8s linear;
  -o-transition: 0.8s linear;
  transition: 0.8s linear;
  -webkit-filter: saturate(25%);
  filter: saturate(25%);
}
.hero figure:not(.on):hover {
  cursor: pointer;
}
.hero figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero figure.on {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-transition: 0.8s linear;
  -o-transition: 0.8s linear;
  transition: 0.8s linear;
  z-index: 20;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}
.hero figure div {
  -webkit-animation: infoOut;
  animation: infoOut;
}

.hero figure.on div {
  position: absolute;
  bottom: 20%;
  right: 5%;
  right: 5%;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: end;
  display: grid;
  text-align: right;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  -webkit-animation: infoIn 1.2s;
  animation: infoIn 1.2s;
  z-index: 99;
}
.hero figure.on div h2 {
  font-size: 3em;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #00ff00;
  margin-bottom: 10px;
}
.hero figure.on div p {
  font-size: 20px;
  width: 53%;
  margin-bottom: 0;
  text-align: right;
  letter-spacing: 0.55px;
  line-height: 28px;
  margin-left: auto;
  margin-bottom: 15px;
}
.hero figure.on div a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  transition: 0.3s ease;
}
.hero figure.on div a:after {
  content: "\f054";
  font-family: "FontAwesome";
  margin-left: 5px;
  display: inline-block;
  color: #00ff00;
  transition: 0.3s ease;
}
.hero figure.on div a:hover::after {
  transform: translateX(3px);
  transition: 0.3s ease;
}
.hero figure.on div a:hover {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 2px 3px rgba(0, 0, 0, 0.7);
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .hero {
    font-size: 1.3vw;
  }
  .hero figure.on div {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    font-size: 1.8vw;
  }
  .hero figure.on div {
    bottom: 5%;
    left: 0;
    right: 0;
    width: auto;
  }
}
.xc{
  /* height: 50% !important; */
  overflow: hidden;
}
.hero{
  overflow: hidden;
}
.xc{
  position: relative;
}
.xc::after {
  position: absolute;
  content: "";
  background-image: url(../images/shadow.png);
  background-size: cover;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
}


.slide-txt {
  top: 70%;
  left: 30%;
  z-index: 9;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
  transition: all .3s;
  transition-delay: .3s;
}
.slide-txt h2 {
  font-size: 45px;
  letter-spacing: 0.55px;
  line-height: 62px;
  color: #fff;
}

.slid-img{
  position: relative;
}
.slid-img::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #000000c7, transparent);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.swiper-slide-active .slide-txt{
  top: 50%;
  opacity: 1;
}

.bannerfirst .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #49852c;
  position: relative;
}
.bannerfirst .swiper-pagination-bullet {
  border-radius: 0;
}
.bannerfirst .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  border: 1px solid #49852c;
  background-size: contain;
  height: 15px;
  width: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-dt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto !important;
  padding: 0 22%;
}

.abtt-hd img{
  opacity: 0.5;
}
.hero figure{
  position: relative;
}
.hero figure::before{
  position: absolute;
  content: "";
  background-color: #ffffff9f;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.hero .on::before{
  position: absolute;
  content: "";
  background-color: #ffffff00;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}


.popular_categories_hd {
  margin-bottom: 3rem;
}
.popular_categories_hd {
  position: relative;
  text-align: center;
}
.popular_categories_hd h2 {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 39px;
}
.popular_categories_hd p {
  font-size: 15px;
  letter-spacing: 0.55px;
  color: gray;
  font-weight: 300;
}
.prd-list {
  background-image: url(../images/bg.jpg);
  background-size: contain;
}
.prd-list {
  overflow: hidden;
  /* border-radius: 15px; */
}
.das21 {
  position: relative;
  top: -8px;
  left: 0%;
  z-index: 1;
  transition: all .5s;
  /* filter: drop-shadow(1px 4px 5px black); */
}
.das2 {
  position: absolute;
  top: -8px;
  left: -100%;
  z-index: -1;
  transition: all .5s;
  /* filter: drop-shadow(1px 4px 5px black); */
}
.prd-list:hover .das21 {
  left: -100%;
  z-index: 1;
}
.prd-list:hover .das2 {
  left: 0;
  z-index: 1;
}
.prd-txt h3 {
  margin-top: 15px;
  letter-spacing: 0;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  /* line-height: 26px; */
}
.product--price-container {
  text-align: center;
}
.price {
  color: #a7a7a7;
  font-weight: 400;
  letter-spacing: 0.55px;
  font-size: 15px;
}



.page-header {
  z-index: 1;
}
.page-header-img {
  position: relative;
  z-index: 1;
}
.page-header-img img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

.hd-txt {
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  margin: auto;
  text-align: center;
  z-index: 9;
}
.page-header-img::after {
  position: absolute;
  content: "";
  background-color: #000000ab;
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* z-index: -1; */
}
.hd-txt{
  display:none;
}
.contact-form {
    position: relative;
    border-radius: 15px;
    top: 50%;
    right: 16%;
    transform: translate(-7%, -50%);
    box-shadow: #00000040 0 5px 25px -5px;
    width: 56%;
    z-index: 9;
    padding: 36px;
}
.apomnt-txt {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
}
.apomnt-txt h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.09em;
  letter-spacing: .15em;
}
.form-row .form-group {
  margin-top: 8px;
  margin-bottom: 5px;
}
.form-control {
  width: 100%;
  font-size:17px;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 7px 20px 7px 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #a5a5a5;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.cv {
  text-align: center;
}
.xx .req-bt a {
  padding: 14px 50px;
  color: #ffffff;
  background-color: #49852c;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 500;
  position: relative;
  border: 1px solid #49852c;
  transition: all .3s;
}
.xx .req-bt a:hover{
  background-color:transparent;
  color: #49852c;
}
.tp-contact-item-area {
  padding-top: 19%;
  margin-bottom: 4rem;
}

.tp-contact a {
  text-decoration: none;
  font-size: 17px;
  color: #000;
  letter-spacing: 0.55px;
  line-height: 28px;
}
.dropitem {
    bottom: -203px;
    left: -45%;
    width: 240px;
    background-color: white;
    box-shadow: black 0px 0px 10px -5px;
    transform: translateY(100%);
    height: 0;
    overflow: hidden;
    padding: 0 !important;
    opacity: 0;
    transition: all .5s;
    z-index: 9999;
}
.dropitem1{
        bottom: -158px;
}
.dropitem li:hover::after {
  width: 100%;
}
.dropitem li {
  position: relative;
  z-index: 1;
}
.dropitem li {
  padding: 10px;
}
.dropitem li a {
  transition: all .3s;
}
.dropitem li a {
  text-decoration: none;
  color: #000;
  letter-spacing: 0.55px;
  padding: 10px !important;
}
.dropitem li::after {
    position: absolute;
    content: "";
    background-color: #267e00;
    background-size: contain;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    transition: all .3s;
}



.dropdown:hover .dropitem {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

.leader-left {
  height: 100%;
  background-color: #ededed;
  padding: 2rem;
  position: relative;
}
.leader-left::after {
  position: absolute;
  content: "";
  border-top: 7px solid #ff911d;
  border-left: 7px solid #ff911d;
  background-size: cover;
  top: -5%;
  left: -3%;
  height: 66px;
  width: 66px;
  z-index: -1;
}
.lead-hd h2 {
  font-size: 31px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
.leader-right {
  position: relative;
}
.lead-hd p {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 27px;
  margin-top: 1rem;
  color: #000;
}
.leader-dt {
  bottom: 5%;
  left: 5%;
  z-index: 2;
}
.leader-dt {
  margin-top: 2rem !important;
}
.leader-right::after {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, black, transparent);
  background-size: contain;
  height: 51%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.leader-dt h5 {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 1rem !important;
}
.leader-dt span {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #ffffff;
  font-weight: 500;
}

.liss {
  box-shadow: black 0px 0px 6px -3px;
  height:100%;
}
.dd-img {
    object-fit: cover;
}
.dd-txt {
    padding: 15px;
    background-color: #ffffff;
    height: 100%;
    transition: all .3s;
    border-radius: 10px 10px 00;
    /* overflow: hidden; */
    position: initial !important;
}
.dd-hd h4 {
  font-size: 16px;
  font-weight: 700;
}
.link-img img {
  width: 36px;
}
.lll {
  height: 0%;
}
.hover-txt p {
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.teamslide .swiper-wrapper{
    padding-bottom:5%;
}
.less-abt {
  padding: 19px 19px 19px 12px;
  background-color: white;
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.less-abt h5 {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.less-abt img {
  transition: all 1s;
  width: 16px;
}
.liss:hover .dd-txt {
  height: 100%;
  border-radius: 0;
}



.awq {
    height: 310px;
    object-fit: cover;
    object-position: top;
}




#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 45px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}
#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}


.ac {
    color: #ffffff !important;
    font-weight: 900;
    letter-spacing: 0.55px;
    /* text-decoration: underline !important; */
}
.dropitem5 {
    bottom: -392px;
    width: 263px;
}
.under {
    width: 56%;
    background-color: #267e00;
    /* width: 84% !important; */
    margin: auto;
    border-radius: 30px;
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: -17%;
    z-index: 99;
    transform: translateX(-50%);
}
.vdo-pop {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #00000099;
    z-index: 999999999;
    backdrop-filter: blur(6px);
}

.inner-vdo{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:999999999999999999999999;
}

.clk{
    position:absolute;
    top:10%;
    right:10%;
    z-index:999999999999999999;
    cursor:pointer;
}



.hero figure div {
    position: absolute;
    bottom: 20%;
    right: 5%;
    right: 5%;
    padding: 20px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: end;
    display: grid;
    text-align: right;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    text-shadow: none;
    -webkit-animation: infoIn 1.2s;
    animation: infoIn 1.2s;
    z-index: 99;
}


.cer-list {
    box-shadow: black 0px 0px 15px -8px;
    height: 100%;
}
.cer-img img {
    height: 180px;
    object-fit: cover;
}
.cer-dt h4 {
    font-size: 18px;
    color: #000;
}
.cer-dt img {
    width: 30px;
}
.cer-dt {
    padding: 10px;
}

.left-mob ul{
    padding-left:20px;
}
.left-mob ul li{
    font-size:18px;
    letter-spacing:0.55px;
    margin-bottom:5px;
}

.bt11 a{
    display: flex;
    justify-content: end;
    gap: 10px;
}

.arr {
    width: 40px;
}
.arr img{
    margin-right:12px;
    animation:move 1s infinite;
}
@keyframes move{
    0%{
        transform:translateX(-12px);
    }
    50%{
        transform:translateX(0px);
    }
    100%{
        transform:translateX(-12px);
    }
}
.pp p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.55px;
}


.dt-titld-wrap h4{
        font-size: 28px;
    line-height: 38px;
}
.dff li {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000;
    padding: 5px 0;
}
.adden-img {
    height: 50px;
    width: 50px;
    /* border: 1px dashed #a13279; */
    border-radius: 50%;
    position: relative;
    background-color: #a13279;
}
.adden-img img {
    width: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
}
.adden-txt {
    width: 70%;
}
.adden-txt p {
    font-size: 15px;
}
.adden-img {
    height: 50px;
    width: 50px;
    /* border: 1px dashed #a13279; */
    border-radius: 50%;
    position: relative;
    background-color: #49852c;
}

.adden-img img {
    width: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
}
.adden-txt {
    width: 70%;
}
.adden-txt p {
    font-size: 15px;
}
.btna1 a {
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #49852c;
    transition: all .3s;
    position: relative;
}
.btna1 a:hover {
    color: #49852c;
}
.btna1 a::before {
    position: absolute;
    content: "";
    background-color: #49852c;
    background-size: contain;
    height: 55%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.btna1 a::after {
    position: absolute;
    content: "";
    background-color: #49852c;
    background-size: contain;
    height: 55%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.btna1 a:hover::after, .btna1 a:hover::before {
    height: 0%;
}

.btna a {
    padding: 10px 20px;
    text-decoration: none;
    color: #49852c;
    border: 1px solid #49852c;
}
.btna a::before {
    position: absolute;
    content: "";
    background-color: #49852c;
    background-size: contain;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.btna a::after {
    position: absolute;
    content: "";
    background-color: #49852c;
    background-size: contain;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.btna a:hover {
    color: #fff;
}
.btna a {
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.btna a:hover::after, .btna a:hover::before {
    height: 55%;
}








.kovi-product-slider-wrapper{
width: 100%;
height: auto;
}
.mySwiperDesktop  {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /*text-align: center;*/
  font-size: 18px;
  /*background: #fff;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiperDesktop  {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide, .mySwiperDesktop .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border: 1px solid #a4327a;
    border-radius: 7px;
    cursor:pointer;
}

.mySwiper .swiper-slide-thumb-active,.mySwiperDesktop .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiperDesktop {
  margin-bottom: 0px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
color: #fff !important;
}



@media (min-width: 768px) {
.mySwiper {
display: none;
}
  .kovi-product-slider-wrapper {
    display: flex;
    flex-direction: row;
}
  .mySwiper2 {
    height: 100%;
}
  .mySwiperDesktop  {
    width: 100%;
    height: 564px;
}
.mySwiperDesktop .swiper-slide {
    width: 100%;
}
  .mySwiperDesktop {
  width: calc(22% - 20px);
}
  .mySwiper2{
    width:78%;
  }
}

@media (max-width: 767px) {
.kovi-product-slider-wrapper {
  display: flex;
    flex-direction: column;
}
/*.mySwiperDesktop {*/
/*display: none;*/
/*}*/
.kovi-product-slider-wrapper{
width: 100%;
height: 70%;
}

.mySwiperDesktop {
height: 250px;
}
}


/* Features Section */

.features-section {
    position: relative;
    padding: 58px 0;
    padding-top:9%;
    padding-bottom:3%;
}

.features-section .image-one {
    position: absolute;
    top: 40px;
    right: 0;
    opacity:0.04;
}

.features-section .image-two  {
    position: absolute;
    bottom: 0;
    left: 0;
     opacity:0.03;
}
.features-section .image-two img{
width: 270px;
}
.feature-block-one {
    position: relative;
}

.feature-block-one .image {
    overflow: hidden;
    /*background-color: #000;*/
    border-radius: 11px;
    /*height: 442px;*/
}

.feature-block-one .image img {
    transition: .5s;
    width: 100%;
}

.feature-block-one .inner-box:hover .image img {
    opacity: .5;
    transform: scale(1.1);

}

.feature-block-one .content {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
}

.feature-block-one .content h3 {
    /* position: relative; */
    font-size: 31px;
    font-weight: 600;
    line-height:44px;
    /* margin-bottom: 15px; */
    letter-spacing: 0.55px;
}
.carer h3{
    font-size: 31px;
    font-weight: 600;
    line-height:44px;
    letter-spacing: 0.55px;
}


.iner-dd{
  width: 100%;
}
.about-core {
  overflow: hidden;
  margin-bottom: 0px;
}

.about-core li h4 {
    display: contents;
    position: relative;
    font-size: 17px;
    line-height: 37px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.55px;
}
.about-core img{
    width:16px;
}


.right-doc {
    padding-left: 3rem;
}
.about-core li {
  margin-bottom: 0px;
  width: 100%;
  position: relative;
  list-style-type: none;
}
.about-core{
  padding-left:0;
}


.dd-list {
    padding: 41px;
    border-radius: 7px;
}
.dd-list h3 {
    font-size: 27px !important;
    letter-spacing: 0.55px;
    line-height: 47px;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 400;
}
.dd-list-dt span{
font-size: 17px;
    letter-spacing: 0.55px;
    color: #fff;
}
.content p {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 30px;
}
.carer p {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000000bd;
    line-height: 33px;
}
.carin img{
    width:100%;
}
.dd-list{
    background-color: #74c476;
}
.dd-list:nth-child(2){
  /* background: linear-gradient(180deg,#2582a1, #fdb932cc); */
  background-color: #41ab5d;
}
.dd-list:nth-child(3){
  /* background: linear-gradient(180deg,#2582a1, #fdb932cc); */
  background-color: #238b45;
}
.dd-list-dt:nth-child(3) span{
font-size: 18px;
    letter-spacing: 0.55px;
    color: #fff;
}
/*carer*/
.job-block {
    font-size: 12px;
    color: #5d5c5c;
    margin-bottom: 28px;
    line-height: 1.5;
    border-bottom: 1px solid #0000001f;
    transition:all .7s;
    padding:18px;
}
.job-block:hover{
    background-color:#49852c2b;
}

.job-block .job-link {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #eee;
}
.card h3 {
    text-align: center;
    margin-bottom: 7%;
    font-size: 29px;
    letter-spacing: 0.55px;
}
.ws{
    display: flex;
    gap: 12px;
    align-items: center;
}
.ws img{
    width:23px;
}
.ws p{
    font-size: 19px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
    line-height: 23px;
    transition:all .3s;
}
.ws p:hover{
    color:#49852c;
    cursor:pointer;
}

.alt{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000000c2;
    font-weight: 400;
    line-height: 25px;

}
.card{
    padding: 31px;
    border-radius: 0px;
    border-color: #0000001c;
}
.alu{
    border-bottom:0px !important;
}


.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

 
.car-fr .form-input{
    width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 14px 24px;
  border: 1px solid lightgray;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
   color: grey;
   padding-left: 11px !important;
  }
.form-input:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid rgb(164, 164, 164);
}
.car-fr .form-input2{
 width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 63px 25px;
  border: 1px solid lightgray;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  
   color: grey;
   padding-left: 11px !important;
   padding-top: 12px;
  }
  .form-input2:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid rgb(164, 164, 164);
}
.car-fr .req-bt{
    text-align:center;
    padding-top: 1rem;
}





textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}
.req-bt a {
  padding: 14px 50px;
  color: #ffffff;
  background-color: #49852c;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 500;
  position: relative;
  border: 1px solid #49852c;
  transition: all .3s;
}
.req-bt a:hover{
  background-color:transparent;
  color: #49852c;
}
.conh4{
    
}


/*car end*/



/*contact us*/
.lef-ic img {
    width: 22px;
}
.lef-ic{
  position: relative;
  z-index: 1;
}
.lef-ic::after {
    position: absolute;
    content: "";
    background-color: #49852c;
    /* box-shadow: #626262 4px 5px 0px 0px; */
    background-size: contain;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
}

.righhgt-tx p {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
}
.ng{
    gap:33px;
}

.con-img img{
    width:100%;
    filter: drop-shadow(2px 2px 2px grey);
    border-radius:13px;
}
.contact{
    background-color:#00800012;
}
.shadow-sm{
     border-radius:13px;
     box-shadow: black 0px 5px 6px -8px;
     padding:23px;
}
.conh4 h5{
    font-size: 29px;
    line-height: 24px;
    letter-spacing:0.55px;
}
.conh4 h4{
    font-size: 17px;
    color: #000000;
    letter-spacing:0.55px;
}
.conh4{
    text-align:center;
}


.xcccs{
    border:1px solid lightgray;
}
.xcccs td {
    border: 1px solid lightgray;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
    letter-spacing: 0.55px;
    color: #000;
}
.close{
        top: 4%;
    right: 2%;
    z-index:999999999999;
}
.close img{
    width:22px;
}
.modal-content{
     height: 461px;
    overflow: overlay;
}
#in-p {
    margin-top: 6rem !important;
}

.itm-txt h2{
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 31px;
    color: #000;

}
.itm-txt p{
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 26px;
}
.itm-txt span{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: rgb(151, 151, 151);
} 
.read-bt img{
    width:17px;
}



.popular_categories_hd h2 {
    letter-spacing: 1px;
    font-size: 36px;
}

.seee-immm21 {
    position: sticky;
    top: 6rem;
}

.descp2{
    margin-top:3%;
}
.pro h2{
    font-size: 22px;
    letter-spacing: 0.55px;
    margin-bottom: 1%;
    color:#49852c;
}






.ri-img{
    position:relative;
}
.ri-img::after {
    position: absolute;
    content: "";
    /* background-color: lightgray; */
    box-shadow: black 7px 7px 13px -6px;
    background-size: contain;
    height: 72%;
    width: 58%;
    top: 0%;
    right: 0%;
    z-index: -1;
}
.popular_categories{
    margin-bottom: 3rem !important;
    margin-top: -2rem !important;

}
.itm-img img {
    width: 685px;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.dq2 {
    height: 104px;
}
.ppl5 {
    bottom: 104px;
}
.left-ov{
        position: sticky;
    top: 5rem;
}


/*new navbar*/
.left-navbar img {
    width: 55%;
    padding: 0px;
}
.ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    padding: 33px 0px;
}
.ul{
    padding:0.8rem 0;
}

.ul li {
    list-style-type: none;
}
.dropdown:hover img{
  transform: rotate(180deg);
}
.dropdown a img {
    transition: all .3s;
    width: 20px;
    filter: brightness(0) invert(1);
}
.newnavb {
    background-color: #fff;
    box-shadow: black 0px -1px 22px -15px;
}
.navb {
    /*position: fixed;*/
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff;
     box-shadow: black 0px -1px 22px -15px;
}
/*.banner{*/
/*    padding-top:7rem;*/
/*}*/

.wel h1 {
    font-size: 35px;
    letter-spacing: 0.55px;
    color: #008000;
    width: fit-content;
    border-top: 1px solid #efefef;
    /* margin: 0 auto 0 !important; */
    font-weight: 700;
    margin-left: 27% !important;
}

.klimg {
    width: 33%;
    /* margin: auto; */
    left: 10% !important;
    margin-left: 34%;
}
.klimg img {
    position: relative;
    animation: animm 20s infinite ease-in-out;
    width: 70px;
    margin-top: -7%;
}
/*@keyframes animm{*/
/*    0%{*/
/*        transform:translateX(0);*/
/*    }*/
/*    100%{*/
/*        transform:translateX(300px);*/
        
/*    }*/
/*    75%{*/
        
/*        transform:rotateY(180deg);*/
/*    }*/
/*    100%{*/
/*        transition-delay:5s;*/
/*        transform:translateX(0%);*/
/*    }*/
/*}*/
.top-nav {
    background: linear-gradient(90deg, transparent 30%, #4e902f1a);
    padding: 0px 0;
}
.right-navbar {
    padding-top: 4px;
    padding-bottom: 4px;
}
.container21{
    width:100%;
    margin:auto;
}
#sdf {
    padding: 4rem 0 5rem !important;
}
.fotter-social-links ul li a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin: 0px 3px;
  color: #fff;
  /*box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.18);*/
  transition: all 0.3s ease-in;
  background: #559e2754;
  border-color: #fff;
  
}
.fotter-social-links ul li {
  display: inline-block;
}
.fotter-social-links img{
   filter: invert(1) brightness(0);
    width: 16px;
}
.fotter-social-links ul{
padding: 0px !important;
}
.bz{
   display: flex;
    gap: 30px;
    width: 97%;
    justify-content: end;
    align-items: center;
    padding: 10px 0;
}
.sub-nav ul{
    gap:32px;
}

.pe-10{
        padding-right: 10rem !important;
}
.ps-lg-10 {
    padding-left: 5rem !important;
    padding-top: 5px;
}
/*.ps-lg-10{*/
/*        padding-left: 10rem !important;*/
/*}*/


.team-list1 {
    padding: 1rem;
    /* box-shadow: black 0px 0px 15px -8px; */
    position: relative;
}
.team-list1::after {
    position: absolute;
    content: "";
    background-color: #dfdfdf;
    background-size: contain;
    height: 113px;
    width: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.col:last-child .team-list1::after{
    background-color: #dfdfdf00;
}
.team-list img {
    border-radius: 10px;
}


.left-d{
    height:50px;
    width:50px;
    background-color:#267e00;
    border-radius:50%;
    position:relative;
}
.left-d img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}


.heading.noSide {
    padding-left: 0;
    border-left: 0;
}
.contact_sectionAddressWrapper{
    margin-bottom:1rem;
}
.heading h2 {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}
.heading p {
    margin-top: var(--regular-font);
    margin-bottom: 10px;
    line-height:24px;
    color: rgb(70, 70, 70);
}
.contact_sectionAddressWrapper {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 15px;
    gap: 10px;
}

.newsletter-link .link-content {
    background-color: #53913629;
    border: 1px solid #53913629;
    color: #000;
    height: 45px;
    font-size: 14px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-grow: 1;
}
.newsletter-link .icon-btn {
    width: 65px;
    height: 45px;
    border: 1px solid #589939;
    background-color: #589939;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: -1px;
}
.newsletter-link{
    display:flex;
}
.icon-btn img{
width: 24px;
}
.footer-links ul{
    list-style:none;
}
.footer-links ul li a{
    color: #000;
    font-weight: 500;
    letter-spacing: 0.55px;
}
.footer-links ul li{
margin-bottom: 7px;
}
.site-footer h5.ftr-content-title {
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight: 700;
}

.site-footer {
    padding: 4rem 0 0rem;
    background-color: #cbfbb21f;
    box-shadow: 0px 1px 7px -5px;
    position: relative;
}

.ftr-contact-info p {
    color: #000;
    margin-bottom: 7px;
}
.til img{
    width:23px;
    height:23px;
}
.footde {
    position: absolute;
    top: -39px;
    text-align: center;
    background: #5c982f;
    /* border-radius: 9px; */
    padding: 13px 56px;
    margin: 0 auto;
    display: inline-table;
    left: 0;
    right: 0;
    /* box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); */
    width: 100%;
}
.footde h3{
    font-size: 20px;
    margin-bottom: 0px;
    color:#fff;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0.5em;
    margin-bottom: .125rem;
}




.asqqqq {
    top: -100%;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #0000008a;
    z-index: 999999999999999;
    transition:all .1s;
    opacity:0;
}
.asqqqqnew{
    top:0;
    opacity:1;
}
.modal-dialog11 {
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 38%;
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
    
    transition:all .5s;
    transition-delay:.2s;
}
.modal-dialog11new{
    top:15%;
}
.plybt {
    position: absolute;
    top: 60%;
}
.plybt img{
    width: 17px !important;
}
.plybt::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    background-size: contain;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    top: 55%;
    left: 44%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.play-btn1::before {
    position: absolute;
    content: "";
    border: 15px solid rgb(255 0 0);
}








.immm {
    height: 110px;
    width: 110px;
    border: 4px solid #267e00;
    border-radius: 50%;
    position: relative;
    margin-left: auto;
    margin-right: 34%;
    animation: mmm 3s infinite;
}
@keyframes mmm{
    0%{
         border: 4px solid #267e00;
    }
    50%{
         border: 4px solid yellow;
    }
    100%{
         border: 4px solid #267e00;
    }
}

.immm::after {
    position: absolute;
    content: "";
    background-image: url(../images/w.png);
    background-size: contain;
    height: 160px;
    width: 160px;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    animation:amm 10s infinite linear;
}
.immm1::after {
    position: absolute;
    content: "";
    background-image: url(../images/w1.png);
    background-size: contain;
    height: 160px;
    width: 160px;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    animation:amm 10s infinite linear;
}
@keyframes amm{
    0%{
        transform:translate(-50%, -50%)rotate(0deg);
    }
    100%{
        transform:translate(-50%, -50%)rotate(360deg);
        
    }
}
.immm img {
    width: 67%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.left-mob333 p{
    font-size: 19px;
    letter-spacing: 0.55px;
    line-height: 31px;
    color: #000;
}
.right-mob555::after{
    top: 50%;
    right: 6%;
    opacity: 0.2;
    height: 290px;
    width: 290px;
    background-image:none;

}
.impacting {
    padding: 5rem 0;
    background-color: #0c77350f;
}

.tab-l a {
    padding: 10px 22px;
    border: 1px dashed #0c7735;
    border-radius: 30px;
    color: #0c7735;
}
.tab-l .active {
    padding: 10px 22px;
    background-color: #0c7735;
    border-radius: 30px;
    color: #fff;
}
.tab-content {
    margin-top: 7rem;
}


.col-lg-2-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.col-lg-2-img::before {
    position: absolute;
    content: "";
    background: #f94834;
    width: 70%;
    height: 0%;
    background: #0c7735;
    transform: rotate(45deg) scale(3);
    transition: all .3s ease-out;
    bottom: -17%;
    left: -35%;
    z-index: -1;
}
.ttl {
    padding: 33px;
    /* background-color: #0c7735; */
    /* border-bottom: 1px solid lightgray; */
    margin-top: 3rem;
    width: fit-content;
    position: relative;
    margin: auto;
}
.ttl::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, #267e00, transparent);
    background-size: contain;
    height: 3px;
    width: 100%;
    bottom: 16%;
    left: 0;
}
.vvf{
    border-left:1px solid lightgray;
}
.ttl3::after{
    background:transparent;
}
.vvf img{
    margin:auto;
}
.col-lg-2-img::after {
    position: absolute;
    content: "";
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
.col-lg-2-img img {
    transition: all .3s;
}
.col-lg-2-img img {
    height: 200px;
    object-fit: contain;
}
.col-lg-2-img:hover::before {
    height: 100%;
}
.col-lg-2-img:hover img {
    filter: brightness(0) invert(1);
}




/*.site-footer::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #dfdfdf;*/
/*    background-size: contain;*/
/*    height: 360px;*/
/*    width: 1px;*/
/*    top: 50%;*/
/*    left: 25%;*/
/*    transform: translateY(-50%);*/
/*}*/

.left-mob333{
    
    position:relative;
}
.left-mob333 p{
    text-align:justify;
}
.left-mob333::after {
    position: absolute;
    content: "";
    background-image: url(../images/manlogo.jpg);
    background-size: contain;
    height: 500px;
    width: 500px;
    top: 78%;
    right: -33%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.2;
    /* background-image: url(); */
    background-repeat: no-repeat;
}
.left-mob666::after {
       top: 78%;
    right: 66%;
}
.banner{
    overflow:hidden;
}



.adww{
    width:3000px;
}
.colpl {
    width: 180px;
}
.colpl img{
    width:100%;
}

.dropitem li a {
    text-decoration: none;
    color: #000 !important;
    letter-spacing: 0.55px;
    padding: 10px !important;
}

.dropitem li:hover a {
  color: #fff !important;
}
.adww .col img{
        width: 140px;
}
.client .d-flex {
    gap: 4rem;
}

.client{
    position:relative;
    animation:moon 60s infinite linear ;
    padding:2rem 0;
}
@keyframes moon{
    0%{
        transform:translateX(0);
    }
    50%{
            transform: translateX(-440%);
    }
    100%{
        transform:translateX(0%);
    }
}
.partner{
        padding: 3rem 0 5rem;
}
.dfsa {
    position: relative;
    padding: 0 1rem;
}
/*.dfsa::after{*/
/*    position:absolute;*/
/*    content:"";*/
/*    border:1px solid lightgray;*/
/*    background-size:contain;*/
/*    top:0;*/
/*    right:0;*/
/*    height:100%;*/
/*    width:1px;*/
    
/*}*/
.dfsa h3 {
    margin-bottom: 1.5rem;
    letter-spacing: 0.55px;
    font-size: 20px;
    /* color: #267e00; */
    background-color: #ededed;
    padding: 10px;
    text-align: center;
}
.test-data img{
    border-radius:7px;
    height: 200px;
    object-fit: cover;
}
.community-list {
    box-shadow: black 0px 0px 15px -8px;
}
.inner-community {
    margin: 3rem 0 7rem;
}

.farm-pop,.dealer-pop {
    height: 100vh;
    width: 100%;
    background-color: #000000a6;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    backdrop-filter: blur(3px);
}
.inner-farm-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999999999999;
    background-color: #fff;
    border-radius: 7px;
    width: 50%;
}
.top-hdr {
    background-color: #0c77351c;
    border-radius: 7px 7px 0 0;
    padding: 2rem;
}
.frm{
        padding: 2rem;
}
.form-control:focus{
        border: 1px solid #d5d5d5;
    box-shadow:none;
    outline:none;
}
.form-control{
    padding-left:10px;
}

.sub-bt{
    text-align:center;
}
.jjk{
    padding: 8px 22px;
    background-color: #0c7735;
    border-radius: 30px;
    color: #fff;
    transition:all .3s;
    border:1px solid #0c7735;
    font-size:18px;
}
.jjk:hover{
    background-color:#fff;
    color:#0c7735;
}
.clkkk{
    top:2rem;
    right:2rem;
    cursor:pointer;
}


.vvr a {
    width: 100%;
    border: none;
    padding: 0;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    padding: 1rem;
    display: grid;
    background-color: #0080001a;
    border-radius: 7px;
}
.vvr{
    margin-bottom:2rem;
}
.vvr .active {
    padding: 0;
    background-color: transparent;
    color: #0c7735;
}

.ddfx {
    font-size: 16px !important;
    font-weight: 400;
    margin-top: 5px;
    letter-spacing: 0.55px;
}

.accordion-style3 .accordion-button {
    font-size: 20px;
}
.accordion-style3 .accordion-button:after {
    width: 34px;
    height: 34px;
}
.our-sr h5{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.55px;
}
.tab-hd h2{
    color: #0c7735;
}
.clq{
    padding-left:20px;
}
.clq li{
    margin-bottom:10px;
    font-size:17px;
    letter-spacing:0.55px;
}
.vvr .active {
    /*padding: 1rem;*/
    background-color: #267e00;
    display: grid;
    border-radius: 7px;
    color:#fff !important;
    padding:1rem;
}
.vvr .active p{
    color:#fff !important;
}


.left-ser{
    position: sticky;
    top: 3rem;
}
.content ol ul {
    padding: 0.5rem 0 2rem;
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 30px;
}
.content ol h5{
    font-weight:700;
}
.frm-hd{
    padding:15px;
    background-color:lightgray;
}

.form-control2{
    border:1px solid lightgray;
    border-radius:0;
    height:40px;
    margin-bottom:10px;
    padding-left:10px;
}
.form-control2:focus{
    border:1px solid lightgray;
    outline:none;
    box-shadow:none;
}


.en-frm {
    padding: 31px 10px 2rem;
}
.ri-frm{
    box-shadow: black 0px 5px 9px -5px;
}
.content11{
    position:sticky;
    top:5rem;
}
.hh6{
    font-size:18px;
}
.hh5{
    font-size:23px;
}
.shop a{
    padding:10px 20px;
    background-color:#267e00;
    border-radius:7px;
    color:#fff;
}

.dropitem556y{
    width:300px;
    bottom: -251px;
}
.vvr1 a{
    background-color:#ffd800;
}


.vvr1{
    position:relative;
}
.vvr1::after {
    position: absolute;
    content: "";
    background-image: url(../images/new11.gif);
    background-size: contain;
    height: 90px;
    width: 90px;
    top: 27%;
    background-repeat: no-repeat;
    right: -9%;
    filter: drop-shadow(0px 3px 0px white);
    transform: translateY(-50%) rotate(16deg);
}
.dfe{
    height: 70%;
}
.dfe img {
    height: 100%;
    object-fit: cover;
}

.addtokart a{
    padding:8px 11px;
    display:flex;
    justify-content:center;
    background-color:#267e00;
    border-radius:5px;
    color:#fff;
}
.addtokart1 a{
    padding:8px 11px;
    display:flex;
    justify-content:center;
    background-color:transparent;
    border:1px solid #267e00;
    border-radius:5px;
    color:#267e00;
}


.sr-dt h3 {
    font-size: 22px;
    letter-spacing: 0.55px;
    margin-bottom: 1rem;
}
.ser-ll-ty {
    padding: 15px 10px;
    background-color: white;
    border-radius: 7px;
    box-shadow: black 0px 0px 18px -15px;
    background: linear-gradient(0deg, #ffffff, #3f7aa600);
    margin-bottom: 10px;
}
.ser-ll-ty {
    padding: 15px 10px;
    background-color: #cacaca6b;
    border-radius: 7px;
}
.left-p p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000;
}
.right-p-img {
    height: 20px;
    width: 20px;
    background-color: red;
    border-radius: 50%;
    position: relative;
    /* text-align: right; */
    margin-left: auto;
}
.right-p-img img {
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.left-boo {
    padding: 1rem;
    box-shadow: black 0px 0px 9px -4px;
    border-radius: 10px;
    position: sticky;
    top: 5rem;
}
.plu1{
    height:30px;
    width:30px;
    background-color:lightgray;
    border-radius:50%;
    position:relative;
    cursor:pointer;
}
.plu1 p {
    font-size: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    color: red;
    line-height: 19px;
}
.vvv p{
    font-size:18px;
    letter-spacing:0.55px;
    color:#000;
}
.left-i-d p{
    font-size:18px;
    letter-spacing:0.55px;
    color:#000;
}
.inner-overview p{
    font-size:18px;
    letter-spacing:0.55px;
    color:#000;
}
.inner-overview ol li{
    font-size:18px;
    letter-spacing:0.55px;
    color:#000;
    margin-bottom:7px;
}



.c-bt{
    padding:8px 20px;
    background-color:#267e00;
    border-radius:5px;
    color:#fff !important;
    display:flex;
    justify-content:center;
    width:100%;
    border:1px solid #267e00;
    transition:all .3s;
}
.c-bt:hover{
    background-color:transparent;
    color:#267e00 !important;
}

.hhxd{
    padding:2rem;
    background-color:#267e00;
    color:#fff;
}

.pprt{
    width:30%;
    top:10%;
    left:50%;
    transform:translateX(-50%)translateY(-200%);
    background-color:#fff;
    z-index:999999999999;
}
.pprtnew{
    transform:translateX(-50%)translateY(0%) !important;
}
.rew{
    top:15px;
    right:15px;
    z-index:999999999999999999;
}
.dwwwddw{
    padding:1rem;
}
.feature-block-one1{
    position:relative;
}
.feature-block-one1::after {
    position: absolute;
    content: "";
    background-image: url(../images/manlogo.jpg);
    background-size: contain;
    height: 300px;
    width: 300px;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.2;
    background-repeat: no-repeat;
}

.tx-brd h2{
    font-size:50px;
    letter-spacing:1px;
}
.tx-brd{
    top:50%;
    right:15%;
    transform:translate(-50%);
    z-index:9;
    width:fit-content;
}

.bannerfirst333  .swiper-wrapper{
    padding-bottom:3rem;
}

.sam{
    position:relative;
}
.sam::after {
    position: absolute;
    content: "";
    background-image: url(../images/Samarth.png);
    background-size: contain;
    height: 600px;
    width: 600px;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}
.suj{
    position:relative;
}
.suj::after {
    position: absolute;
    content: "";
    background-image: url(../images/Sujalamsufalam.png);
    background-size: contain;
    height: 200px;
    width: 200px;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}
.samr{
    position:relative;
}
.samr::after {
    position: absolute;
    content: "";
    background-image: url(../images/Samridhi.png);
    background-size: contain;
    height: 200px;
    width: 200px;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}
.dhan{
    position:relative;
}
.dhan::after {
    position: absolute;
    content: "";
    background-image: url(../images/Dhanvantaram.png);
    background-size: contain;
    height: 200px;
    width: 200px;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}
.xxca {
    width: 75% !important;
    margin: 1rem auto !important;
}
.tc22{
    position:relative;
    padding-bottom:10px;
    width:fit-content;
}
.tc22::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, green, transparent);
    background-size: contain;
    height: 3px;
    width: 100%;
    bottom: 14%;
    left: 0;
    z-index: 9;
}
.impact-hd p{
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 30px;
}

.inner-success {
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
}
#success {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInner {
    text-align: center;
}
.quick_sucInnerBtn {
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
    font-family: auto !important;
}
.quick_sucInner h3 {

    font-family: auto !important;
}
#successm {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnerm {
    text-align: center;
}
#successc {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnerc {
    text-align: center;
}
#successb {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnerb {
    text-align: center;
}










#mySkills {
    margin-top: 50px;
    margin-bottom: 50px;

}

#skillsContainer {
    
    display:flex;
    width:100%;
    gap:7%;
}

#skillsContainer .tab {
    display: grid;
    gap: 7%;
    width: 20%;
    height: 100%;
    position: sticky;
    top: 5rem;
}
.tab-hd ul li {
    padding: 10px 0;
    list-style-type: none;
    padding-left: 0;
}
.tab-hd ul{
    padding:0;
}
.po{
    width:73%;
}


.tab button:hover {
    background-color: #ff9999;
}

.tab button.active {
    background-color: #267e00;
    border-radius: 7px;
    color: #fff !important;
    padding: 1rem;
}
.tab button {
    border: none;
    padding: 1rem;
    background-color: #0080001a;
    border-radius: 7px;
    font-size: 22px;
}

.tabContent {
    background: #fff;
    display: none;
    animation: fadeEffect 0.5s;
}

.tabContent h3 {
    font-family: "Nunito";
    font-weight: 700;
    text-transform: uppercase;
}




@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.news-hd p a{
    color:#fff !important;
     display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;  
      overflow: hidden;
}
.news-img img{
    height: 210px;
    object-fit: cover;
}
.imp-li{
    position:relative;
}
.rtt{
    position:absolute;
    background-color:#5c982f;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:1;
    opacity:0;
    transition:all .3s;
}
/*.imp-li:hover .rtt{*/
/*    opacity:1 !important;*/
/*}*/


.rtt h2{
    position:absolute;
    color:#fff;
    font-size:24px;
    letter-spacing:0.55px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90%;
    text-align:center;
}
.tab-l4 a{
    border:none;
}
.sddsasadsdasadsad5{
    padding:10px 0;
    background-color:#267e001c;
    width:100%;
}
.tab-l4 a{
    position:relative;
}
/*.tab-l4::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #000;*/
/*    background-size: contain;*/
/*    height: 63%;*/
/*    width: 1px;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    transform: translateY(-50%);*/
/*}*/
.tab-l4 a{
        padding: 7px 47px;
} 
.tab-l4 .active {
    padding: 7px 47px 11px;
    background-color: #ffffff;
    border-radius: 15px 15px 0 0;
    color: #279b48;
}
.tab-l4 .active::after{
    background-color:transparent;
}
.tab-l4 .active{
    position:relative;
}
.tab-l4 .active::before {
    position: absolute;
    content: "";
    background-image: url(../images/curve.png);
    background-size: contain;
    height: 10px;
    width: 10px;
    bottom: 0;
    right: -5%;
}
.tab-l4 .active::after {
    position: absolute;
    content: "";
    background-image: url(../images/curve.png);
    background-size: contain;
    height: 10px;
    width: 10px;
    bottom: 0;
    left: -5%;
    transform: rotateY(180deg);
}

.priv {
    padding: 9rem 0 4rem;
}

.pol {
    font-size: 33px !important;
    font-weight: 800 !important;
    letter-spacing: 0.55px;
    color: #5d903f !important;
}
.pri-hd p {
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #000;
}
.pri-hd h2 {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 600;
}
.pri-hd ul li span {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 700;
}
.bv{
    font-weight: 900;
}
.last ul{
    gap: 33px;
    padding-left: 0rem;
}
.last ul li {
    list-style: circle;
}
.last{
    margin-top: 6%;
}
.last p {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000 !important;
    margin-bottom: 0px;
}