html {
    margin: 0px!important;
}

body {
    font-size: 16px;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    overflow-x: clip;
    color: #010205;
    background: #F8F8F8;
    line-height: 27px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px
}
/*.logo img {
    height: 65px;
}*/

a { text-decoration:none; color: inherit;}
a:hover { text-decoration:none; color: inherit;}
img {max-width:100%;}
.container {max-width: 1260px!important;margin:0 auto;position:relative}

.meni-icon{
    display: none;
}

.meni-icon{
    display: none;
}

.close-icon{
    display: none;
}

.navBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.topbar {
    background: #0ab84e;
    color: #fff;
    text-align: center;
    padding: 0px 0px;
    font-size: 13px;
}

div#myNav {}

.navBar .navigation {
    /* width: 100%; */
}

.navBar .navigation ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.navBar .navigation ul li {
    padding: 18px 14px;
    text-transform: capitalize;
}

a.logo1 img {
    height: 70px;
}

.store-locator {
    display: flex;
    align-items: center;
}

.store-locator .sl a {
    background: #EC6500;
    color: #fff;
    padding: 12px 22px;
    font-size: 15px;
    border-radius: 30px;
}

.store-locator .sl a i {
    padding-left: 12px;
    font-size: 18px;
}

.store-locator .sl {
    margin-right: 20px;
}

.store-locator .search a {
    display: block;
    width: 40px;
    height: 40px;
    background: #007027;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}

.navBar .navigation ul li:first-child {
    /* padding-left: 0px; */
}

section.main-banner {
    position: relative;
    /* padding-bottom: 52px; */
    background: #000000;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.main-banner img {
    /* width: 100%; */
}

section.main-banner .ab-img {
    position: absolute;
    width: 100%;
    top: -12px;
    z-index: 1;
}

.header {
    position: relative;
    z-index: 9;
    /*    padding: 12px 0px;*/
}

.main_nav {
    padding: 14px 0px;
}

section.main-banner .farmer-txt {
    position: absolute;
    width: 100%;
    z-index: 2;
}

section.main-banner .farmer-txt .fm-txt {
    /* background: #010205ab; */
    color: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.main-banner .farmer-txt .fm-txt .txt-txt {
    /* padding: 38px; */
    width: 49%;
}

section.main-banner .farmer-txt .fm-txt .all-product {
    background: #EC6500;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    height: 52px;
}

section.main-banner .farmer-txt .fm-txt .txt-txt .headline {
    font-size: 44px;
    line-height: 58px;
    font-weight: 500;
}

section.main-banner .farmer-txt .fm-txt .txt-txt .txt p {
    margin: 0px;
    margin-top: 21px;
    font-size: 19px;
}

section.main-banner .farmer-txt .fm-txt .consultation-form {
    width: 39%;
}

section.main-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #01020599;
/*    border-radius: 22px;*/
}

section.main-banner .farmer-txt .fm-txt .txt-txt .headline span, section.main-banner .farmer-txt .fm-txt .consultation-form .form-area .formTitle span {
    color: #0AB84E;
    font-weight: 600;
}

section.main-banner .farmer-txt .fm-txt .consultation-form .form-area {
    background: #fff;
    padding: 21px 32px;
    border-radius: 15px;
}

section.main-banner .farmer-txt .fm-txt .consultation-form .form-area .formTitle {
    font-size: 25px;
    color: #010205;
    text-align: center;
    line-height: 34px;
    margin-bottom: 22px;
}

section.main-banner .farmer-txt .fm-txt .consultation-form .form-area .formTitle span {
    display: block;
}

.form-control::placeholder {
    color: #888888;
}

.form-control::-webkit-input-placeholder { /* Chrome, Safari, Edge */
    color: #888888;
}

.form-control:-ms-input-placeholder { /* IE 10-11 */
    color: #888888;
}

.form-control::-ms-input-placeholder { /* Edge (old) */
    color: #888888;
}

section.about {
    padding: 60px 0px 30px 0px;
}

section.about .about-flex {
    /* display: flex; */
    justify-content: space-between;
    width: 40%;
}

section.about .about-flex .fl {
    /* width: 40%; */
}

section.about .about-flex .fr {
    /* width: 54%; */
}

section.about .about-flex .about-txt p {
    /* text-align: right; */
    /* font-size: 29px; */
    /* color: #007027; */
    /* line-height: 39px; */
}

section.about .about-flex .about-txt p span {
    color: #ec6500;
    font-weight: 600;
}

section.about .about-flex .fl h2.about-title {}

section.about .about-flex .fl .about-title span {
    background: #fff;
    font-size: 21px;
    padding: 17px 43px;
    border-radius: 48px;
    font-weight: 600;
}

section.about .about-flex .fl .about-title span:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #007027;
    border-radius: 50%;
    margin-right: 12px;
}

section.about .about-gllery ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.about .about-gllery ul li {
    width: 32.33%;
    list-style: none;
}

section.about .about-gllery ul li img {
    border-radius: 46px;
    width: 100%;
}

section.about .about-stacks ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    top: -100px;
}

section.about .about-gllery {
    padding: 27px 0px;
}

section.about .about-gllery ul li {
    list-style: none;
    padding: 14px;
}

section.about .about-stacks ul li {
    width: 32.33%;
    list-style: none;
    /* margin: 1%; */
    text-align: center;
}

section.about .about-stacks ul li .img-txt {
    /* display: flex; */
    align-items: center;
}

section.about .about-stacks ul li .img-txt .img {
    width: 74px;
    height: 74px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    margin-right: 22px;
}

section.about .about-stacks ul li .img-txt .img img {
    width: 41px;
}

section.about .about-stacks ul li .txt.count-up h3 {/*    padding-left: 96px;*/font-size: 48px;color: #0AB84E;/* font-weight: 600; *//*    margin-top: -18px;*//* font-weight: 700; */}


.heading {
    padding-bottom: 22px;
}

.heading .headline {
    /* text-transform: uppercase; */
    font-size: 38px;
    font-weight: 500;
    line-height: 52px;
}

.heading .headline span {
    color: #0AB84E;
    font-weight: 600;
}


footer .footerflex .form-control::-webkit-input-placeholder {
  color: #ebe7e7!important;
  opacity: 1;
}
footer {
    background: #ffffff;
    /* color: #fff; */
    padding: 60px 0px;
}

footer .footerflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footerflex .footer-left {
    width: 100%;
    position: relative;
}

footer .footerflex .footer-right{
    width: 0px;
}

footer .footerflex .footer-left .footer-logo img {
    height: 72px;
    margin-bottom: 42px;
}

footer .footerflex .footer-left .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footerflex .footer-left .footer-links .flinks {
    width: 14%;
}

footer .footerflex .footer-left .footer-links .flinks:last-child {
    width: 29%;
}

footer .footerflex .footer-left .footer-links .flinks ul li {
    list-style: none;
    font-size: 14px;
    line-height: 21px;
    padding: 4px 0px;
}

footer .footerflex .footer-left .footer-links .flinks:nth-child(3) ul {
    column-count: 2;
}

footer .title {
    font-size: 21px;
    margin-bottom: 17px;
    color: #0ab84e;
    font-weight: 600;
}

footer .footerflex .footer-left .social-media {
    /* margin-top: 35px; */
    position: absolute;
    bottom: 16px;
}

footer .footerflex .footer-left .social-media .text-icon {
    display: flex;
    align-items: center;
}

footer .footerflex .footer-left .social-media .text-icon ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
}

footer .footerflex .footer-left .social-media .text-icon ul li {
    list-style: none;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

footer .footerflex .headingtitle {
    font-size: 21px;
    margin-bottom: 17px;
}

.form-group {
    /* margin-bottom: 16px; */
}

footer .footerflex .form-control {
    background: #ffffff3d;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 16px;
}

footer .footerflex .form {
    /* margin-top: 32px; */
}

input.form-control {}

input.Sign.Up {
    width: 100%;
    background: #EC6500;
    color: #fff;
    border: none;
    padding: 12px;
    text-transform: capitalize;
    border-radius: 8px;
    font-size: 15px;
}

.copyright {
    background: #ffffff;
    /* color: #fff; */
    border-top: 1px solid #D4D4D8;
}

.copyright .copy-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 12px 0px;
}

section.main-banner img {
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
    width: 100%;
    border-radius: 22px;
}

.banner-img {
    height: 100%;
    text-align: center;
    width: 100%;
}

.dropdown-content {
    position: absolute;
    background: #00702700;
    top: 100%;
    color: #fff;
    width: 307px;
    padding: 12px 0px;
    display: none;
    z-index: 999;
    left: -87px;
}

.dropdown-content ul {
    background: #0ab84e;
    padding: 15px 16px;
    position: relative;
    z-index: 999;
}

.navBar .navigation .dropdown-content ul li {
    display: block;
    width: 100%;
    padding: 3px;
}

.navBar .navigation ul li.dropdown {}

.navBar .navigation ul li.dropdown:hover .dropdown-content {
    display: block;
    /* z-index: 3; */
}

.dropdown-content a:hover {
    color: #000000;
}

.nav-link:hover, .nav-link.active {
    color: #0ab84e;
}

.form-control {
    font-size: 14px;
    padding: 12px;
    appearance: auto;
}

section.about .about-stacks {
    position: relative;
    padding-top: 157px;
    width: 54%;
}

section.about .about-stacks ul li .txt.count-up {
    font-size: 19px;
    font-weight: 600;
}

section.about .about-stacks ul li:nth-child(1), section.about .about-stacks ul li:nth-child(3) {
    margin-top: 232px;
}

section.about .about-stacks ul li:nth-child(3) {}

input[type=button].form-control {
    background: #0ab84e;
    color: #fff;
    border-radius: 32px;
    font-size: 15px;
        border: 1px solid #0ab84e;
}

section.mission {
    text-align: center;
    padding: 0px 0px 60px 0px;
}

section.mission .missin-img {
    text-align: right;
    margin-top: 22px;
}

section.mission .heading .headline span {
    display: block;
}

section.mission .mission-value {
    position: relative;
}

section.mission .valueList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 84%;
    position: absolute;
    bottom: 17px;
}

section.mission .valueList .valueArea {
    width: 31.33%;
    background: #fff;
    text-align: left;
    margin: 1%;
    padding: 32px;
    border-radius: 11px;
    border: 2px solid #fffdfd;
    box-shadow: 3px 3px 1px #0ab84e;
}

section.mission .missin-img img {
    border-radius: 20px;
}

section.mission .valueList .valueArea .title {
    color: #0AB84E;
    margin-bottom: 16px;
    font-size: 23px;
}

.heading .headline span.block {
    display: block;
}

section.our-client {
    text-align: center;
    padding: 0px 0px 60px 0px;
}

section.our-client .client-list {
    /* width: 94%; */
    margin: 0px auto;
}

section.our-client .client-list ul {
    display: flex;
    flex-wrap: wrap;
}

section.our-client .client-list ul li {
    width: 24%;
    margin: 0.5%;
    list-style: none;
}

section.our-client .client-list ul li .client-logo .img {
    width: 100%;
    background: #fff;
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border: 2px solid #e2e2e2;
}

section.our-client .client-list ul li .client-logo .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

section.services {
    color: #fff;
    background: #02413E;
    padding: 60px 0px;
    text-align: center;
    position: relative;
}

section.services .Service-listing ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.services .Service-listing ul li {
    margin: 1%;
    width: 48%;
    background: #1F605D;
    list-style: none;
    padding: 32px 32px 55px 32px;
    text-align: left;
    border-radius: 14px;
    position: relative;
}

section.services .Service-listing ul li .service-name {
    font-size: 22px;
    margin: 0px 0px 15px 0px;
    display: flex;
    /* align-items: center; */
    line-height: 33px;
    padding-left: 43px;
}

section.services .video-slider {
    padding-left: 20%;
}

section.vidio-embeded {
    position: relative;
    padding: 0px 0px 0px 0px;
}

section.vidio-embeded .video-slider {
    padding-left: 9%;
}

section.vidio-embeded:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #02413e;
    height: 47%;
    width: 100%;
}

section.vidio-embeded .item {
    border: 2px solid #ffffff;
}

.owl-nav {
    /* display: none; */
/*    padding-right: 9%;*/
    display: flex;
    justify-content: center;
}

.owl-dots {
    padding-top: 27px;
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0ab84e !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px!important;
    height: 12px!important;
    margin: 5px 4px!important;
}

section.experts {
    text-align: center;
    padding: 60px 0px;
}

.heading .txt {
    width: 78%;
    margin: 0px auto;
    padding-top: 17px;
}

section.experts .experts-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding-top: 22px;
    width: 87%;
    margin: 0px auto;
}

section.experts .experts-list ul li {
    position: relative;
    width: 31.33%;
    cursor: pointer;
    /* border: 2px solid red; */2px:;2px:
    unset;2px:
    unset;2px:
    s;2px:
    so;2px:
    sol;2px:
    soli;2px:
    solid;2px:
    solid;2px:
    solid;2px:
    soli;2px:
    sol;2px:
    so;2px:
    unset;2px:
    unset;2px:
    s;
}

section.experts .experts-list ul li .expeet-detils {
    border-top: 5px solid #0AB84E;
    width: 89%;
    margin: 0px auto;
    margin-top: -43px;
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 14px 14px 23px 14px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section.experts .experts-list ul li .expeet-detils .designation {
    color: #4d434388;
    font-size: 15px;
    width: 1p00%;
}

section.experts .experts-list ul li .expeet-detils .name {
    font-weight: 700;
    width: 100%;
}

section.testimonials {
    text-align: center;
    padding: 60px 0px;
}

section.testimonials .swiperWrapper .swiper-slide {
    background: #fff;
    padding: 21px;
    border-radius: 11px;
    /* width: 100%; */
    margin: 32px 1%;
    z-index: 2;
    position: relative;
    font-size: 16px;
}

section.testimonials .gallery-slider {
    position: relative;
}

.arrow-top {
    position: absolute;
    left: -115px;
    top: 0px;
}

.arrow-bottom {
    position: absolute;
    right: -115px;
    bottom: 0px;
}

mainSwipers2  .swiper-slide {
    position: relative;
}

.dot-top {
    position: absolute;
    right: 11%;
    top: 0px;
    display: none;
}

.dot-bottom {
    left: 10%;
    position: absolute;
    bottom: 0px;
    display: none;
}

section.testimonials .testimonials-txt .title {
    font-size: 13px;
    margin-bottom: 18px;
    /* width: 72%; */
    margin: 0px auto;
    /* padding-bottom: 21px; */
    color: #534a4a;
    line-height: 21px;
}


section.other-feature.faq-page {
    padding: 60px 0px;
    background: #02413e;
    color: #fff;
    text-align: center;
}

section.other-feature.faq-page ul > li.main:before {
    counter-increment: faq;
    content: counters(faq, ".", decimal-leading-zero) " ";
    /* font-family: Right Grotesk; */
    font-size: 26px;
    text-align: left;
    /* background: linear-gradient(94.99deg, #ff302a85 9.28%, #f28bea8f 93.61%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    position: absolute;
    left: 0px;
    top: -7px;
    line-height: 48px;
}

section.other-feature.faq-page {
  counter-reset: faq;
}

section.other-feature.faq-page ul li.main {
    position: relative;
    list-style: none;
    text-align: left;
    padding-left: 58px;
    margin: 44px 0px;
    padding-right: 60px;
    cursor: pointer;
}

section.other-feature.faq-page ul li.main .head-line {
    font-size: 19px;
    font-weight: 600;
}

section.other-feature.faq-page ul li.main .desc {
    padding-top: 17px;
    display: none;
}

section.other-feature.faq-page ul li.main:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 42px;
    color: #02413e;
    font-size: 17px;
    background: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}

section.other-feature.faq-page ul li.main.mains:after {
    content: "\2212";
    font-size: 14px;
    /* padding-bottom: 1px; */
}

section.other-feature.faq-page ul li.main.mains .desc {
    display: block;
}

section.lets-talk {
    text-align: center;
    padding: 60px 0px;
}

section.lets-talk .txt {
    width: 72%;
    margin: 0px auto;
}

section.lets-talk .lets-talk {
    margin-top: 44px;
    display: flex;
    justify-content: center;
}

section.lets-talk .lets-talk a {
    display: block;
    width: fit-content;
    background: #0AB84E;
    color: #fff;
    padding: 8px 36px;
    border-radius: 40px;
}

footer .footer-flex {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

footer .footer-flex .footer-links ul {
    display: flex;
    list-style: none;
    font-size: 15px;
}

footer .footer-flex .footer-links ul li {
    padding: 12px;
}

footer .social-media a {
    padding-left: 15px;
}

.swiper-wrapper.center-items {
    justify-content: center;
}

.thumbSwipers2 .swiper-slide img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.thumbSwipers2 .swiper-slide.swiper-slide-thumb-active img {
    width: 100px;
    height: 100px;
    border: 2px solid #0ab84e;
}

.sl a {
    display: block;
    width: fit-content;
    background: #0AB84E;
    color: #fff;
    padding: 7px 32px;
    border-radius: 40px;
    margin-left: 7px;
}

.sl a:hover,input[type=button].form-control:hover,
section.lets-talk .lets-talk a:hover{
    background: #198fef;
    color: #fff;
}

section.other-feature.faq-page ul li.main:hover:after{
    background: #0ab84e;
    color: #fff;
}

a:hover {
    color: #0ab84e;
}

a.nav-link i {
    padding-left: 4px;
}

textarea.form-control {
    min-height: 82px;
}

section.mission .mission-value .missin-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

section.mission .mission-value .missin-img .rightImg {
    width: 50%;
}

section.mission .valueList .valueArea:hover {
    border: 2px solid #0ab8548f;
    background: #0AB84E;
    color: #fff;
}

section.services .Service-listing ul li .service-name .icon {
    margin-right: 10px;
    padding-top: 5px;
    position: absolute;
    left: 32px;
    top: 26px;
}

footer .footer-flex .social-media a {
    display: block;
    background: #0ab84e;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2px;
    padding: 0px;
    border-radius: 50%;
    color: #fff;
}

footer .footer-flex .social-media .list {
    display: flex;
    /* justify-content: end; */
}

section.main-banner .farmer-txt .fm-txt .col-md-6,
section.main-banner .farmer-txt .fm-txt .col-md-12 {
    padding: 0px 7px;
}

section.about .conterFlex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footer-flex .social-media a:nth-child(2) {
    background: #0f69d0;
}

footer .footer-flex .social-media a:nth-child(3) {
    background: red;
}

footer .footer-flex .social-media a:nth-child(1) {
    background: green;
}

.owl-nav button {
    background: #0ab84e;
    width: 36px;
    height: 36px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
}

.owl-nav button span {
    /* color: red; */
    margin-top: -4px;
}

.owl-nav button:hover {
    background: #00aff4;
}

section.inner-service.inner-page {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 278px;
}

section.inner-service.inner-page .inner-banner, section.inner-service.inner-page .inner-banner .img {
    width: 100%;
    height: 100%;
}

section.inner-service.inner-page .inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


section.inner-service.inner-page .inner-text {
    position: absolute;
    z-index: 2;
    color: #fff;
}

section.inner-service.inner-page:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #010205b3;
}

section.inner-service.inner-page .inner-text .heading {
    padding: 0px;
}

section.inner-service.inner-page .inner-text .heading h1 {
    font-size: 48px;
    text-align: center;
}

.policyContent {
    padding: 60px 0px;
}

.policyContent h2 {
    font-size: 27px;
    padding: 10px 0px;
}

.policyContent h3 {
    font-size: 21px;
    padding: 7px 0px;
}

.policyContent ul, .policyContent ol {padding-left: 15px;}

.policyContent li {
    padding-bottom: 11px;
}

section.what-we-do {
    padding: 30px 0px;
}

section.what-we-do .do-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
    align-items: center;
    padding: 30px 0px;
}
section.what-we-do .do-flex .fl {width: 44%;}

section.what-we-do .do-flex .fr {width: 50%;}

section.what-we-do .do-flex:nth-child(even) {
    flex-direction: row-reverse;
    margin-bottom: 44px;
}


section.what-we-do .what-img img {
    border-radius: 13px;
}
section.leadership-content {
    padding: 60px 0px 60px 0px;
    text-align: center;
/*    color: #010205;*/
background: #fff;
}

section.mission.about{
    padding: 60px 0px;
}

.swiper-button-prev.swiper-button-prev-2 {}

.swiper-button-next, .swiper-button-prev {
    color: #0ab84e!important;
    font-size: 12px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 27px!important;
}

.modal-header {
    padding: 0px;
    border: none;
}

button.btn-close {
    position: absolute;
    right: 0px;
    opacity: 1!important;
    background: #1184ff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #1184ff;
    top: -7px;
    right: -9px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer!important;
    z-index: 9;
}

button.btn-close:after {
    content: "\2715";
    position: absolute;
    color: #fff;
    font-weight: 900;
}

.instructors-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.instructors-flex .instructorsImg {
    width: 32%;
    text-align: center;
    font-size: 21px;
}

.instructors-flex .instructorsTxt {
    width: 64%;
}

.instructors-flex .instructorsImg .Name {
    margin-top: 10px;
    color: #097113;
}

section.blogs.blogpage {
    padding: 22px 0px;
    text-align: center;
}

section.testimonials + section.blogs.blogpage {
    padding: 60px 0px;
}

section.blogs.blogpage .blogs-section-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.blogs.blogpage .blogs-section-flex .left {
    width: 100%;
}

section.blogs.blogpage .blogs-section-flex .right {
    width: 29%;
    display: none;
}

section.blogs.blogpage .blogs-section-flex .left .blogList {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea {
    width: 31.33%;
    background: #fff;
    margin: 1%;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea .content {
    padding: 15px 15px 0px 15px;
    font-size: 12px;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea .content .blogTitle h3 {
    font-size: 18px;
    line-height: 27px;
        text-align: left;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 0.2);
    border-radius: 3px;
    margin-bottom: 32px;
}

section.blogs.blogpage .blogs-section-flex .right h2.headline {
    font-size: 28px;
    line-height: 38px;
}

section.blogs.blogpage .blogs-section-flex .right .heading {
    padding-bottom: 12px;
}

.wpcf7-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
        border: 2px solid #0ab84e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
    padding: 11px 9px;
    appearance: auto;
    margin-top: 4px;
}

label {
    font-size: 15px;
    text-align: left;
}

textarea.wpcf7-form-control {
    max-height: 82px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #0ab84e;
    color: #fff;
    text-transform: uppercase;
}

ul {}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li {
    /* display: flex; */
    list-style: none;
    padding: 8px 0px;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li .blogArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f4efef75;
    padding-bottom: 10px;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li .blogArea .blogImg {
    width: 1005;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li .blogArea .content {
    width: 100%;
    font-size: 12px;
    text-align: center;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li .blogArea .content h3 {
    font-size: 15px;
    margin-top: 14px;
    line-height: 22px;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li .blogArea .content .date {
    display: none;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li:not(:last-child) {
    /* border-bottom: 1px solid #dadada; */
}

li {}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li:nth-child(1) {
    padding-top: 0px;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart p {
    margin-bottom: 10px;
}

.blogs-footer {
    /* border-top: 1px solid #e2dbdb; */
    padding: 8px 15px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogs-footer .em-blog-icon {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 10px;
}

.blogs-footer .em-blog-icon h6 {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
}

.blog-button {
    float: right;
    font-size: 15px;
    display: none;
}

.blogs-footer i {
    color: #08873a;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea .date i {
    padding-right: 6px;
}

section.contact-form {
    padding: 60px 0px;
    position: relative;
    background: #f7f5f5;
}

section.contact-form .main-contact {
    display: flex;
    justify-content: space-between;
    background: #0ab84e;
}

section.contact-form .main-contact .form {
    width: 62%;
    background: #fff;
    padding: 25px 44px;
}

section.contact-form .main-contact .user-connect.map {
    width: 38%;
}

section.contact-form .main-contact .user-connect.map .card {
    background: none;
    border: none;
    padding: 25px 44px;
    color: #fff;
}

.form-group {
    margin-bottom: 9px;
}

input.btn_main {
    background: #0ab84e;
    border: none;
    padding: 10px 22px;
    border-radius: 5px;
    color: #fff;
}

label:has(.subservicelist:empty) {
    display: none;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: none;
    padding: 0px;
    width: auto;
    background: #fff;
}

.wc-block-components-validation-error p {
    font-size: 15px!important;
}
.add-loc {
    padding: 10px 0px;
    position: relative;
    padding-left: 33px;
}

.add-loc i {
    font-size: 18px;
    margin-right: 10px;
}

.card-body ul.social-media {
    display: flex;
    list-style: none;
    padding-top: 22px;
    font-size: 28px;
    display: none;
}

.card-body ul.social-media li {
    padding-right: 20px;
}
.topbar .flex-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
    padding: 2px 0px;
}

.topbar .flex-bar ul.social-media {
    display: flex;
    align-items: center;
    list-style: none;
}

.topbar .flex-bar ul.social-media li {
    margin-left: 6px;
}

.topbar .flex-bar .left span {
    padding: 0px 10px;
}

.topbar .flex-bar .left i {
    padding-right: 4px;
}

.topbar .flex-bar ul.social-media li {
    width: 24px;
    height: 24px;
    background: #fff;
    color: #0ab84e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 2px;
    font-size: 14px;
}

ul li.dropdown .dropdown-content:after {
       content: '';
       border-right: 10px solid transparent;
       border-bottom: 10px solid #0ab84e;
       border-left: 10px solid transparent;
       position: absolute;
       left: 42%;
       top: 3px;
}


section.main-banner.servicesPage {
/* background: #060606; */
/*border-radius: 24px;*/
}

section.main-banner.servicesPage .farmer-txt {
    position: relative;
    padding: 60px 0px;
}

section.main-banner.servicesPage .farmer-txt .fm-txt .consultation-form .form-area {
    background: #1F605D;
    color: #fff;
}

section.main-banner.servicesPage .farmer-txt .fm-txt .consultation-form .form-area .formTitle,
section.main-banner.servicesPage .farmer-txt .fm-txt .consultation-form .form-area .formTitle span {
    color: #fff;
}

section.main-banner.servicesPage:after {
    background: #000;
    /* height: calc(100% - 100px); */
    border-radius: 0px;
    height: 100%;
}

section.main-banner.servicesPage .farmer-txt .fm-txt .txt-txt{
    /* padding-bottom: 100px; */
}


section.packages {
    text-align: center;
    padding: 0px 0px 60px 0px;
}

section.packages .packagestable {
    padding-top: 32px;
}

section.packages .packagestable tr td:nth-child(1), section.packages .packagestable tr th:nth-child(1) {
    text-align: left;
    font-weight: 600;
    max-width: 280px;
}

section.packages .packagestable tr td, section.packages .packagestable tr th {
    font-size: 15px;
    border: none;
    padding: 12px 15px;
}

section.packages .packagestable tr:nth-child(even) td {
    background: #ffffff;
}

section.packages .packagestable tr:nth-child(odd) td {
    background: #cffff466;
}

section.packages .packagestable thead th span {
    display: block;
    color: #ffffff;
}

section.packages .packagestable thead th span sub {
    /* color: #998c8c; */
    font-weight: 400;
}

section.packages .packagestable table.table tr:nth-child(2) td{
    font-weight: 700;
     background: none;
}

section.packages .packagestable table.table tr:nth-last-child(-n+3) td {
    background: none;
}

section.benifits {
    padding: 60px 0px;
}

section.benifits .benifitsflex-action {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.benifits .benifitsflex-action .left {
    width: 43%;
}

section.benifits .benifitsflex-action .right-sec {
    width: 48%;
}

p:empty {
    display: none;
}

p:has(> br),
p:has(>&nbsp;) {
  display: none;
}

section.benifits .benifitsflex-action .left .benifits-faqs ul > li {
    list-style: none;
    border-bottom: 1px solid #d4cbcb;
    padding: 22px 0px;
}

section.benifits .benifitsflex-action .left .benifits-faqs {
/*    margin-top: 22px;*/
}

section.benifits .benifitsflex-action .left .benifits-faqs .head-line {
    font-size: 19px;
    /* padding-bottom: 11px; */
    position: relative;
    /* padding-left: 28px; */
    /* color: #0ab84e; */
    font-weight: 600;
    padding-right: 25px;
}

section.benifits .benifitsflex-action .left .benifits-faqs .desc {
    /* display: none; */
/*    height: 0px;*/
    /* opacity: 0; */
    /* transition: 1s ease-in-out; */
    overflow: hidden;
}

section.benifits .benifitsflex-action .left .benifits-faqs .head-line:after {
    content: "\002B";
    position: absolute;
    right: 0px;
    top: -6px;
    color: #0ab84e;
    font-weight: 200;
    font-size: 26px;
    /* padding-right: 22px; */
}

section.benifits .benifitsflex-action .right-sec .rightsideimg {
    margin-bottom: 27px;
}

section.benifits .benifitsflex-action .left .benifits-faqs li.mains .desc {
    /* display: block; */
    height: 100%;
    /* opacity: 1; */
    transition: 3s ease-in-out;
}

section.benifits .benifitsflex-action .left .benifits-faqs li.mains .desc {
    /* display: block; */
    /* padding-top: 18px; */
}


section.benifits .benifitsflex-action .left .benifits-faqs li.mains .head-line:after,
section.benifits .benifitsflex-action .left .benifits-faqs li.mainss .head-line:after,
section.benifits .benifitsflex-action .left .benifits-faqs li.mainsss .head-line:after {
    content: "\2212";
}

section.service-type {
    padding: 30px 0px;
}

section.service-type .servicetype-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.service-type .servicetype-flex .ledtside {
    width: 40%;
}

section.service-type .servicetype-flex .rightSide {
    width: 50%;
}

section.benifits.conclusion .benifitsflex-action {flex-direction: row-reverse;}

section.benifits .benifitsflex-action .right-sec img {
    width: 100%;
    border-radius: 12px;
}

section.service-type .typeList ul > li.this {
    list-style: none;
    background: #fff;
    padding: 27px 22px;
    margin: 15px 0px;
    border-radius: 12px;
    position:relative;
    padding-left: 76px;
}

section.service-type .typeList ul li .txt p {
    margin: 0px;
}

section.service-type .typeList ul li .ttile {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 12px;
}

section.service-type .typeList ul > li.this:before {
    counter-increment: faq;
    content: counters(faq, ".", decimal-leading-zero) " ";
    /* font-family: Right Grotesk; */
    font-size: 26px;
    text-align: left;
    /* background: linear-gradient(94.99deg, #ff302a85 9.28%, #f28bea8f 93.61%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    position: absolute;
    left: 22px;
    top: 20px;
    line-height: 48px;
    color: #0AB84E;
    font-weight: 600;
}

section.service-type{
  counter-reset: faq;
}

section.essential-steps {
    position: relative;
    padding: 30px 0px 30px 0px;
}

section.essential-steps .Pngtree-bur {
    text-align: right;
    display: flex;
    justify-content: end;
    display: none;
}


section.essential-steps .essential-steps-txt {
    /* position: absolute; */
    left: 0px;
    width: 100%;
    /* padding-top: 60px; */
    text-align: center;
}

section.essential-steps .Pngtree-bur .img {
    width: 60%;
}

section.essential-steps .essential-steps-txt .stepsList ul li {
    list-style: none;
    padding: 27px 27px 17px 27px;
    margin-bottom: 27px;
    border-radius: 7px;
}

section.essential-steps .essential-steps-txt .stepsList ul li .title {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 11px;
    position: relative;
    padding-left: 30px;
}

section.essential-steps .essential-steps-txt .stepsList ul li .title:after {
    content: "\2714";
    position: absolute;
    left: 0px;
    color: #0ab84e;
    top: 2px;
}


section.what-we-do.service{
/*    padding: 60px 0px;*/
}

section.services .Service-listing ul li .service-name .icon img {
    width: 36px;
}

section.benifits + section.lets-talk {
    padding-top: 30px;
    /* text-align: left; */
}

section.benifits + section.lets-talk .txt {
    width: 100%;
    left: 0px;
     text-align: left; 
}


section.benifits + section.lets-talk h3 {
    font-size: 19px;
}

ol, ul {
    padding: 0px;
}

section.benifits .benifitsflex-action .left .benifits-faqs li.mains .desc li {
    list-style: none;
    padding: 7px 0px;
}

section.main-banner.servicesPage {
    display: block!important;
}

section.what-we-do .do-flex .fr li, section.benifits .txt li {
    padding-bottom: 7px;
    list-style: none;
    position: relative;
    padding-left: 22px;
}

section.what-we-do .do-flex .fr ul {
    margin-bottom: 9px;
    /* padding-left: 15px; */
}

.user-menu
 {
    display: flex;
    justify-content: end;
}

section.testimonials .testimonials-txt .name {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px;
}

section.testimonials .testimonials-txt .txt {
    height: 407px;
    overflow-y: auto;
    text-align: left;
    font-size: 16px;
}

/* width */
section.testimonials .testimonials-txt .txt::-webkit-scrollbar {
  width: 3px;
}

/* Track */
section.testimonials .testimonials-txt .txt::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
section.testimonials .testimonials-txt .txt::-webkit-scrollbar-thumb {
  background: #8bc34a87; 
}

/* Handle on hover */
section.testimonials .testimonials-txt .txt::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

section.testimonials .testimonials-txt .user-pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 16px;
    min-height: 90px;
    justify-content: center;
    text-align: center;
    margin-top: -59px;
}

section.testimonials .testimonials-txt .user-pro .img {
}

section.testimonials .testimonials-txt .user-pro .details {
    width: calc(100% - 89px);
    /* text-align: left; */
    width: 100%;
    margin-top: 22px;
}

section.testimonials .testimonials-txt .user-pro .img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #0ab84e;
    background: #fff;
}

.gallery-thumbanil {
    display: none;
}

section.mission .valueList .valueArea:hover .title {
    color: #fff;
}

section.our-client .client-list ul li .client-logo .img:hover {
    border: 1px solid #0ab84e;
}

section.services .Service-listing ul li:hover {
    background: #05b349;
    cursor: pointer;
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2); /* Zoom in karega (Ã Â¤Â¬Ã Â¤Â¡Ã Â¤Â¼Ã Â¤Â¾ Ã Â¤Â¹Ã Â¥â€¹Ã Â¤â€”Ã Â¤Â¾) */
  }
}

.home .banner-img {
  position: relative;
  width: 100%;
  overflow: hidden; /* zoom hone pe gap remove */
}

.home .banner-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-animation: zoom 20s infinite alternate;
  animation: zoom 20s infinite alternate;
}



section.about .about-stacks ul li .txt.count-up h3 span {
    font-weight: 500;
    font-size: 42px;
}

section.about .about-stacks ul li .txt.count-up h3 span.counter {
    font-weight: 600;
    font-size: 48px;
}

.navBar .navigation ul.sub-menu {

    display: none;

}



button.sub-menu-toggle {

    display: none;

}



#myNav ul li.menu-item-has-children > a:after {content: "\f107";font-family: 'FontAwesome';color: #000;right: 0px;padding-left: 6px;}



#myNav ul li {

    position: relative;

}

#myNav ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    position: absolute;
    display: block;
    z-index: 9999;
    background: #0ab84e;
    width: 290px;
    box-shadow: 4px 3px 10px #575757;
    padding: 16px 22px;
    top: 100%;
    /* border-radius: 8px; */
    /* border-top: 3px solid #6ec83d; */
    left: -75px;
    color: #fff;
    border-radius: 12px;
    /* text-align: left; */
    padding-top: 12px;
}

.navBar .navigation ul li ul li {
    padding: 3px;
    text-align: left;
}

.sl {
    display: flex;
    align-items: center;
}

section.blogs.blogpage .blogs-section-flex .left .blogList h2 {
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 12px;
}

section.blogs.blogpage .blogs-section-flex .left .blogList ul li {
    padding-bottom: 12px;
}

section.blogs.blogpage .blogs-section-flex .left .blogList ul {
    padding-left: 15px;
}

section.other-feature.faq-page ul li.main.mains .desc li {
    padding-bottom: 10px;
    list-style: none;
    position: relative;
    padding-left: 23px;
}

section.essential-steps .essential-steps-txt .stepsList ul li .txt {
    padding-left: 30px;
}

section.services .Service-listing ul li:hover a {
    color: #fff;
}

section.services .Service-listing ul li:hover .viewDeails i:nth-child(1) {
    padding-left: 14px;
}

section.services .Service-listing ul li .viewDeails i:nth-child(1) {
    padding-left: 7px;
}

.instructors-flex .instructorsTxt .Name {
    color: #08873a;
    font-size: 27px;
}

.instructors-flex .instructorsTxt .desig {
    margin-bottom: 22px;
    font-size: 16px;
    padding-top: 8px;
    color: #4a4a4a;
}

section.experts .experts-list ul li .expeet-detils .viewProfile {
    position: absolute;
    width: 100%;
    bottom: -16px;
    background: #0ab84e;
    width: fit-content;
    padding: 3px 22px;
    font-size: 13px;
    color: #fff;
    border-radius: 30px;
    visibility: hidden;
}

section.experts .experts-list ul li:hover .expeet-detils .viewProfile {
    visibility: visible;
}


section.people-say {padding: 30px 0px 0px 0px;/* background: #F4F7FA; */text-align: center;}



section.people-say .people-sayArea {}



section.people-say .people-sayArea .peopleList {

    /* display: flex; */

    /* flex-wrap: wrap; */

    /* justify-content: space-between; */

    /* padding-top: 25px; */

}



section.people-say .people-sayArea .peopleList .mainSec {/* width: 33.33%; */padding: 0px 27px 130px 27px;}



section.people-say .people-sayArea .peopleList .mainSec:nth-child(2) {

    border-right: 1px solid #E7E7E7;

    border-left: 1px solid #E7E7E7;

}



section.people-say .people-sayArea .peopleList .mainSec .tagline {

    padding: 32px 0px 15px 0px;

    font-weight: 600;

    color: #000;

    font-size: 18px;

}







section.people-say .people-sayArea .peopleList .mainSec .peopleDetail {display: flex;justify-content: center;text-align: left;padding-top: 25px;position: absolute;bottom: 20px;height: 100px;overflow: hidden;left: 0px;margin: 0px auto;}



section.people-say .people-sayArea .peopleList .mainSec .peopleDetail .img img {

    width: 60px;

}



section.people-say .people-sayArea .peopleList .mainSec .peopleDetail .nameDesig {font-size: 14px;text-align: center;line-height: 19px;padding: 0px 27px;}



section.people-say .people-sayArea .peopleList .mainSec .peopleDetail .nameDesig .name {font-weight: 600;color: #000;font-size: 18px;padding-bottom: 12px;}



section.people-say .people-sayArea .peopleList .mainSec .compnayLogo .img img {
    width: 100px!important;
    border-radius: 50%;
    border: 2px solid #0ab84e;
}
section.people-say .people-sayArea .peopleList .mainSec .compnayLogo img {
    height: 100px;
    /* filter: grayscale(1); */
}

section.people-say .people-sayArea .peopleList .mainSec .compnayLogo {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

section.people-say .people-sayArea .owl-item:after {
    border: 1px solid #6ec83d45;
    margin: 6px;
    content: "";
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 91%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 10px;
}

section.people-say .people-sayArea .owl-item {
    /* background: #ffffffbd; */
    /* padding: 25px 0px; */
    margin: 20px 0px;
}

.owl-stage {
    display: flex;
}

section.people-say .people-sayArea .peopleList .mainSec .txt {
    max-height: 322px;
    overflow-y: auto;
    font-size: 15px;
    padding-right: 9px;
}

/* width */
section.people-say .people-sayArea .peopleList .mainSec .txt::-webkit-scrollbar {
  width: 3px;
}

/* Track */
section.people-say .people-sayArea .peopleList .mainSec .txt::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
section.people-say .people-sayArea .peopleList .mainSec .txt::-webkit-scrollbar-thumb {
  background: #8bc34a87; 
}

/* Handle on hover */
section.people-say .people-sayArea .peopleList .mainSec .txt::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.owl-nav button {
    background: #0ab84e!important;
    width: 36px;
    height: 36px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    border-radius: 50%!important;
    color: #fff;
    font-size: 30px;
}

.owl-nav button span {
    /* color: red; */
    color: #fff;
    font-size:22px;
    line-height: 12px;
}

.owl-nav button:hover {
    background: #00aff4!important;
}

.owl-nav button {
    background: #0ab84e!important
}

.owl-dots {
    display: none;
}

footer .footer-flex ul.custom-menu {
    list-style: none;
    /* column-count: 2; */
}

footer .footer-flex ul li {
    font-size: 14px;
    position: relative;
    left: 0px;
    list-style: none;
}

footer .footer-flex ul.custom-menu li:before {
    left: 0px;
    /* content: "\2714"; */
    /* padding-right: 10px; */
    /* color: #0ab84e; */
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea .content .date i {
    display: none;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea .content .date {
    border: 1px solid #e2dcdc;
    width: fit-content;
    padding: 0px 10px;
    font-size: 12px;
    border-radius: 2px;
    margin-bottom: 9px;
}


section.services .Service-listing ul li .viewDeails {
    position: absolute;
    right: 32px;
    bottom: 32px;
    color: #0ab84e;
}

footer .footer-flex .flinks {
    width: 18%;
}

footer .footer-flex .flinks ul li a i {
    position: absolute;
    left: 0px;
    top: 9px;
    color: #0ab84e;
    font-size: 17px;
}

footer .footer-flex .flinks ul li:has(i) {
    padding-left: 28px;
    padding-bottom: 4px;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea:hover {
    background: #0ab84e;
    color: #fff;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea:hover i {
    color: #fff;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea:hover .content .blogTitle h3 a {
    color: #fff;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea .blogImg {
/*    padding: 1px;*/
}

.topbar .flex-bar a:hover {
    color: #fff;
}

#myNav ul li.menu-item-has-children:hover ul.sub-menu li a {
    display: block;
    width: 100%;
    /* text-align: center; */
    font-size: 16px;
}

.navBar .navigation ul.sub-menu ul li a:hover {
    color: #fff;
    font-weight: 700;
}

#myNav ul li.menu-item-has-children:hover ul.sub-menu li a:hover {
    color: #ffffff;
    font-weight: 700;
}


section.other-feature.faq-page.mainsfaq ul li.main:after{
        /* color: #ffffff; */
        color: #0ab84e;
}

section.blogs.blogpage.singleblog .blogs-section-flex .left {
    width: 69%;
}

section.blogs.blogpage.singleblog .blogs-section-flex .right {
    display: block;
}


ul.sub-menu:after {
       content: '';
       border-right: 10px solid transparent;
       border-bottom: 10px solid #0ab84e;
       border-left: 10px solid transparent;
       position: absolute;
       left: 37%;
       top: -9px;
}

section.benifits .benifitsflex-action .left .benifits-faqs .mains .head-line {
    padding-bottom: 18px;
}

li.main{
    cursor: pointer;
}

.bredcrum ul li a {
    color: #000;
}

.bredcrum ul li:not(:last-child) a:after {
    content: "\203A";
    padding-left: 12px;
    padding-right: 12px;
}

.bredcrum ul {
    display: flex;
    padding-bottom: 22px;
    list-style: none;
}

.bredcrum ul li:last-child a {
    color: #0ab84e;
}

section.inner-service.inner-page .em-blog-icon {
    display: flex;
    align-items: center;
}

section.inner-service.inner-page .em-blog-icon i {
    padding-right: 12px;
    color: #0ab84e;
    font-size: 20px;
}

section.inner-service.inner-page .em-blog-icon {
    justify-content: center;
    margin-top: 27px;
}

.fixed-btns {
    position: fixed;
    /* background: #007027; */
    top: 42%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    RIGHT: -72px !important;
    transform: rotate(90deg) !important;
    padding: 6px 14px;
    z-index: 9999;
    display: flex;
}

.enquiry-btn-fixed a {
    margin: 0px 7px;
    background: #0ab84e;
    box-shadow: 0px 0px 10px #666161;
}


.enquiry-btn-fixed a, .store-btn-fixed a {
    width: 148px;
    padding: 11px;
    display: block;
    text-transform: uppercase;
}

.enquiry-btn-fixed a:hover, .store-btn-fixed a:hover {
    color: #ffffff;
    background:#198fef;
}

.topbar .flex-bar .right ul {
    display: flex;
    align-items: center;
    list-style: none;
}
.topbar .flex-bar .right ul li:not(:last-child) a {
    padding: 0px 9px;
    border-right: 1px solid #fff;
}

.topbar .flex-bar .right ul li:last-child a {
    padding-left: 9px;
}

section.essential-steps ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.essential-steps ul li {
    width: 49%;
    text-align: left;
    background: #fff;
}

.fixed-btns-whatsapp {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 999;
    width: auto;
}

.fixed-btns-whatsapp img {
    width: 56px;
}

section.packages + section.lets-talk {
    padding: 0px 0px 60px 0px;
}

section.service-type img {
    border-radius: 17px;
}

.swiperWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.swiperWrapper .swiper-slide {
    width: 31.33%;
    background: #fff;
}

section.inner-service.inner-page.background:after {
    background: #0ab84e;
}


.fixed-btns-whatsapp img {
       width: 57px;
}


section.what-we-do.service + section.services .Service-listing ul li {
    padding: 32px;
}

section.what-we-do.service + section.services .Service-listing ul li p {
    margin: 0px;
}

section.other-feature.faq-page ul li.main.mains .desc li:before {
    content: "\2714";
    position: absolute;
    left: 0px;
}


.navBar .navigation ul li.current-menu-item {
    /* background: #0ab84e; */
    color: #0ab84e;
    border-radius: 4px;
}

.navBar .navigation ul li.current-menu-item a{
    color: #0ab84e;
    font-weight: 700;
}

section.what-we-do .do-flex .fr li:before, section.benifits .txt li:before {
    content: "\2714";
    color: #0ab84e;
    position: absolute;
    left: 0px;
}

.add-loc i {
    position: absolute;
    left: 0px;
    top: 19px;
}

.add-loc a {
    cursor: pointer;
    color: #fff;
}

.sl a:hover {
    background: #1290f2;
}

section.other-feature.faq-page.mainsfaq {
    padding: 42px 0px;
    background: #fff;
}

section.other-feature.faq-page.mainsfaq .faq-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

section.other-feature.faq-page.mainsfaq .faq-flex .ledtSide {
    width: 64%;
}

section.other-feature.faq-page.mainsfaq .faq-flex {}

section.other-feature.faq-page.mainsfaq .faq-flex .right-side {
    width: 40%;
    width: 30%;
    border: 1px solid #CFCFCF;
    padding: 32px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}

section.other-feature.faq-page.mainsfaq li.main {
    list-style: none !important;
    border: 1px solid #CFCFCF;
    padding: 12px 31px 12px 14px;
    margin: 15px 0px;
    font-size: 15px;
    border-radius: 7px;
    position: relative;
}

section.other-feature.faq-page.mainsfaq .faq-flex .title-head {
    font-size: 27px;
    padding: 32px 0px 10px 0px;
    line-height: 42px;
}

section.other-feature.faq-page.mainsfaq .faq-flex .ask-btns a {
    background: #0ab84e;
    color: #fff;
    padding: 12px 22px;
    font-size: 15px;
    border-radius: 30px;
    display: block;
    margin: 44px 0px 20px 0px;
}


section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li .blogArea:hover {
    background: #0ab84e;
    color: #fff;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li .blogArea:hover a {
    color: #fff;
}

section.blogs.blogpage.singleblog {
    text-align: left;
}

.pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 22px 0px;
}

.pagination .page-numbers {
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid #a19696;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers.current {
    border: 1px solid #0ab84e;
    background: #0ab84e;
    color: #fff;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev  {
    width: auto;
    border: none;
}

section.other-feature.faq-page.mainsfaq li.main:before {
    display: none;
}

section.other-feature.faq-page.mainsfaq ul li.main:hover:after {
    background: none;
    color: #00b9f1;
}

section.other-feature.faq-page.mainsfaq ul li.main:after {
    margin-top: 5px;
    font-size: 22px;
}

.main_nav {
    padding: 12px 0px;
}

.view-all-btn {
    display: flex;
    justify-content: center;
}

.view-all-btn a {
    display: block;
    background: #0ab84e;
    color: #fff;
    padding: 8px 42px;
    text-transform: capitalize;
    border-radius: 36px;
    margin-top: 22px;
}

.view-all-btn a:hover {
    background: #198fef;
}

footer .footer-flex .social-media a:hover {
    box-shadow: 0px 0px 10px #3a3535;
}

.form p {
    margin: 0px;
}

input:focus, textarea:focus, select:focus {
    outline: none!important;
    box-shadow: none!important;
    /* border: none!important; */
/*    border-color: #86b7fe00;*/
}

.wpcf7-not-valid-tip {
    font-size: 12px!important;
    color: #ffdede!important;
    line-height: 12px;
    padding-top: 5px;
}

span.wpcf7-spinner {
    display: none!important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px!important;
    font-size: 13px;
    /* display: none !important; */
    background: #fff;
    color: #000;
    padding: 0px!important;
    border: none!important;
    text-align: center;
}

.main-contact .wpcf7-not-valid-tip, 
section.blogs.blogpage .blogs-section-flex .right .right-cart .wpcf7-not-valid-tip {
    color: red !important;
}

.mobile-nav-Only{
    display: none!important;
}

section.packages .packagestable tr th {
    background: #0ab84e;
    color: #fff;
}

section.people-say .people-sayArea .peopleList .mainSec .compnayLogo .img img {
    background: #fff;
}

.view-all-btn.view-more-btn {
    display: none;
}

.mobileOnly{
    display: none;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea.item {
    width: 100%;
}

.owl-nav {
    width: 100%;
}

section.experts.mobileOnly .experts-list ul li {
    width: 100%;
}

section#banner .wpcf7-not-valid-tip {
    color: red!important;
}

footer .footer-flex .logo {}

footer .footer-flex .logo + .flinks {}

footer .footer-flex .logo + .flinks + .flinks {
    width: 22%;
}

section.mission .valueList .valueArea:nth-child(2) {
    background: #0ab84e;
    color: #fff;
    border: 2px solid #0ab84e;
}

section.mission .valueList .valueArea:nth-child(2) .title {
    color: #fff;
}

section.experts .experts-list ul li img {
    border: 2px solid #0ab84e;
}

section.mission .valueList .valueArea:nth-child(2):hover {
    background: #04a5f4;
}

.navBar .navigation ul li.current-menu-item ul li a {
    color: #fff;
    font-weight: 500;
}

section.blogs.blogpage .blogs-section-flex .left .serviveslider .blogList .blogArea .content {
    padding: 15px;
}


section.blogs.blogpage .blogs-section-flex .left .serviveslider .blogArea .content{
    padding: 12px;
    text-align: center;
}

section.blogs.blogpage .blogs-section-flex .left .serviveslider .blogArea .content .blogTitle h3 {
    text-align: center;
    font-size: 16px;
}

section.blogs.blogpage .blogs-section-flex .left .serviveslider .blogArea .blogImg img {
    width: 100%;
    height: 228px;
    object-fit: cover;
    object-position: top;
}

.navBar .navigation ul li ul li a {
    color: #fff!important;
}

section.benifits .view-all-btn {
    margin: 22px 0px 0px 0px;
}