html{
    overflow-x: hidden ;
}
body{
margin: 0px;
overflow-x:hidden;
font-family: "Plus Jakarta Sans", serif !important;
}
p{
    margin-bottom: 0px;
}
.topmain-hd{
    width: 100%;
    float: left;
}
















.ip-loader{
    margin-left: 0px!important;
    bottom: 41%!important;
    
}
.loader {
  width: 195px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: filter-animation 3s infinite;
  
}
.loading img {
    width: 200px;
    animation: swing-rotate 2s ease-in-out infinite;
}

/* Swing Rotation Animation */
@keyframes swing-rotate {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-45deg); } /* Rotate half to the left */
    50% { transform: rotate(0deg); }   /* Back to center */
    75% { transform: rotate(45deg); }  /* Rotate half to the right */
    100% { transform: rotate(0deg); }  /* Back to center */
}









.banner{
    width: 100%;
    float: left;
    background-color:  #ffffff;
    position: relative;
    margin-top: -128px;
}
.h-part {
    width: 100%;
    float: left;
    position: relative;
    z-index: 111;
}
.logo{
width: 20%;
float: left;
padding-top: 30px;
}
.logo img{
    width: 100%;
    float: left;
    max-width: 182px;
}
.head-menu{
    padding-left: 60px;
   padding-top: 55px;
    float: left;
    width: 80%;
}
.menu-part{
    /*width: 619px;*/
    width: auto;
    height: 48px;
    border-radius: 28px;
    float: left;
    background-color: #F9F9F9;
    padding: 5px 6px;
}
.menu-part > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    float: left;
    /* padding-top: 36px; */
}
.menu-part > ul > li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.menu-part li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.menu-part > ul > li > a {
    /* border-radius: 40px; */
    width: auto;
    font-weight: 400;
    float: left;
    font-size: 15px;
    color: #232323;
    padding: 6px 20px;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
.nav-menu > li > a img{
    width: 100%;
   float: left;
   max-width: 20px;
   filter: invert(11111111);
}
.stable img{
filter: unset !important;
}

.stable {
    padding: 8px 16px !important;
    color: white !important;
    border-radius: 40px;
    background: #8EB935;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
    text-decoration: none;
}
.menu-part > ul > li > a:hover {
   padding: 8px 16px !important;
    color: white !important;
    border-radius: 40px;
    background: #8EB935;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
    text-decoration: none;
}
.whatsapp {
    width: auto;
    float: right;
    position: relative;
}

.whatsapp a {
    width: 168px;
    height: 48px;
    float: left;
    background-color: #F9F9F9;
    border-radius: 50px;
    text-align: center;
    color: #232323; /* Default text color */
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

/* Ensures icon is always visible */
.whatsapp a img {
    max-width: 19px;
    position: relative;
    z-index: 2; /* Keeps image above animation */
    margin-right: 25px;
}

/* Fix for content hiding issue */
.whatsapp a span {
    position: relative;
    z-index: 2; /* Keeps text above animation */
    transition: color 0.3s ease-in-out; /* Smooth text color change */
}

/* Background animation */
.whatsapp a::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    width: 52px;
    height: 36px;
    background: #8EB935;
    border-radius: 50px;
    transition: width 0.5s ease-in-out;
    z-index: 1;
}

/* Expands background on hover and changes text color */
.whatsapp a:hover::before {
    width: 92%; /* Expands fully */
}

.whatsapp a:hover span {
    color: white; /* Changes text color to white */
}
.slider-imge .owl-nav {
    display: none;
}
/* Main Banner Image Container */
.banner-img {
    width: 60%;           /* Adjust width as needed */
    float: right;         /* Align to the right */
    position: absolute;   /* Ensure the carousel is positioned correctly */
    top: 0;
    right: 0;
}

/* Owl Carousel Items (Images) */
.slider-imge .item img {
    width: 100%;
    max-width: 785px;
  float: right;
}


.banner-text{
    width: 100%;
    float: left;
    padding-top: 215px;
    padding-bottom: 178px;
}



.bannertext-carousel .owl-nav {
    display:none;
}
.banner-text h4{

    width: 236px;
    height: 44px;
    background-color: #F9F9F9;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    padding: 12px 16px;
}
.banner-text h2{
     padding-top: 12px;
    margin-bottom: 0px;
    text-align: left;
    color:#8EB935;
    font-size: 72px;
    line-height: 120%;
    float: left;
    width: 100%;
    font-weight: 700;
}
.banner-text h2 span{
    color: #232323;
}
.banner-text p{

    width: 100%;
    float: left;
    text-align: left;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    padding-top: 21px;
    padding-bottom: 35px;
}
.explore {
    width: auto;
    float: left;
}

.explore a {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

.explore button {
    display: flex
;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
    border:none;
    background:none;
}

.explore h1 {
    width: 179px;
    text-align: center;
    color: #F9FAFB;
    background-color: #8EB935;
    height: 52px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    border-radius: 44px;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.explore-img {
    width: 52px;
    height: 52px;
    background-color: #FBF9F1;
    border-radius: 50%;
    padding: 10px;
    margin-left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.explore-img img {
    width: 100%;
    max-width: 40px;
    transition: transform 0.3s ease-in-out;
}

/* New Hover Effects */


.explore a:hover .explore-img {
    background-color: #8eb935;
    transform: translateX(5px);
}

.explore a:hover .explore-img img {
    transform: rotate(30deg);
    filter: brightness(111);
}
.b2-slider {
    left: -1%;
    transform: rotate(357deg);
    background: #8EB935;
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    width: 102%;
    padding: 19px 0px;
    bottom: 66px;
}

.b2-slide{
    padding-right: 100px;
}
.b2-slider .b2-slide h2 {
    font-weight: 500;
    font-size:32px;
    color: #FFFFFF;
    width: 100%;
    padding-left: 37px;
    margin-bottom: 0px;
    position: relative;
}
.b2-slider .b2-slide h2:after {
    width: 16px;
    height: 17px;
    background-color: #425C0B;
    border-radius: 30px;
    position: absolute;
    content: '';
    top: 13px;
    left: -18px;
}
.b2-slide-track{
    -webkit-animation: scroll2 24s linear infinite;
    animation: scroll2 39s linear infinite;
    display: flex;
    width: calc(100%* 20);
}
@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-652px * 10));
  }
}



.section2{
    width: 100%;
    float: left;
     padding-bottom: 122px;
    padding-top: 5px;
}
.section2-hd{
    width: 100%;
    float: left;
    padding-top: 75px;
   
}
.section2-hd h6{
    
    width:auto;
    float: left;
    text-align: left;
    color: #232323;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.section2-hd h6:before {
    height: 495px;
    width: 1px;
    position: absolute;
    content: '';
    background: #D9D9D9;
    left: 0px;
    top: 60px;
}
.section2-hdsed{
    width: auto;
   /* float: left;*/
    padding-left: 115px;

}
.section2-hdsed h2{
    margin-top: -13px;
    width: 100%;
    float: left;
    text-align: left;
    color: #232323;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
}
.section2-hdsed p{
    padding-top: 21px;
    width: 100%;
    float: left;
    text-align: left;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 50px;
}
.st2-icon{
    width: 100%;
    float: left;
    padding-bottom: 12px;
}
.st2-icon:hover .st2-icon-circle {
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.st2-icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%; /* Makes it a perfect circle */
    background-color: #8EB935;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Prevents overflow issues */
}

.st2-icon-circle img {
    width: 24px;
    /* Ensures the image fits well */
}
.st2-icon h3{
    width: auto;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-top: 14px;
}
.moreex{
    padding-top: 45px;
}
.section2-img{
    width: 100%;
    float: left;
}
.section2-img img{
    width: 100%;
    float: right;
    max-width: 483px;
}

.section3{
    width: 100%;
    float: left;
     padding-bottom: 90px;
    padding-top: 92px;
    background: #232323;
   position: relative;
    overflow: hidden;
}
.section3-hd {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.section3-hd h6 {
    width: auto;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.section3-hd h6:before {
    height: 249px;
    width: 1px;
    position: absolute;
    content: '';
    background: #5a5a5a;
    left: 0px;
    top: 60px;
}
.section3-hdsed {
    width: auto;
    /* float: left; */
    padding-left: 115px;
}
.section3-hdsed h2 {
    margin-top: -13px;
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
}
.section3-hdsed p {
    padding-top: 21px;
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 50px;
}
.stion3-q {
    width: 100%;
    float: left;
    padding-left: 65px;
}

.stion3-q .card {
    background: #232323;
    border-bottom: 1px solid #636060;
    --bs-card-border-width: none;
    --bs-card-border-radius: none;
}

/* Remove border from last card */
.stion3-q .card:last-child {
    border-bottom: none;
}

.stion3-q .card-header {
    background-color: #232323;
    padding: 23px 0px;
}

/* Ensure <a> takes full width */
.card-header a {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
}

/* Default h5 styling */
.stion3-q h5 {
    font-size: 30px;
    color: #8EB935; /* Default color */
    margin: 0;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
}

/* Change h5 color to white when opened */
.card-header a:not(.collapsed) h5 {
    color: #FFFFFF;
}

/* Card body */
.stion3-q .card-body {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: 400;
    padding: 0px 0px 26px 0px;
    position: relative;
}

/* Image positioning */
.stion3-q .card-body img {
    position: absolute;
    right: 9px;
    top: -66px;
    width: 100%;
    max-width: 52px;
}
.seton3-leftside {
    position: absolute;
     right: -313px;
    bottom: -201px;
     opacity: 0.3;
   animation: rotate 5s linear infinite;
   
}
@keyframes rotate {
    from {
        transform: rotate(0deg) translateZ(0);
    }
    to {
        transform: rotate(360deg) translateZ(0);
    }
}

.seton3-leftside img{
    width: 100%;
    float: left;
    max-width: 614px;
    
}
.section4{
    width: 100%;
    float: left;
    padding-top: 93px;
    padding-bottom: 100px;
}
.seti-4-first{
    width: 100%;
    float: left;
    padding-right: 110px;
}

.section4-hd {
    width: 48%;
    float: right;
    /*padding-top: 30px;*/
}
.section4-hd h6 {
    width: auto;
    float: right;
    text-align: left;
    color: #232323;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.section4-hdsed {
    width: auto;
    /* float: left; */
    padding-right: 115px;
}
.section4-hdsed h2 {
    margin-top: -13px;
    width: 100%;
    float: right;
    text-align: right;
    color: #232323;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
}
.section4-hd h6:before {
    height: 397px;
    width: 1px;
    position: absolute;
    content: '';
    background: #D9D9D9;
    right: 0px;
    top: 60px;
}
.section4-hdsed p {
    padding-top: 21px;
    width: 100%;
    float: right;
    text-align: right;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 42px;
}
.viewall{
    width: 64%;
    float: right;
}
.viewall a {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}



.viewall h1 {
    width: 138px;
    text-align: center;
    color: #F9FAFB;
    background-color: #8EB935;
    height: 52px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    border-radius: 44px;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.viewall-img {
    width: 52px;
    height: 52px;
    background-color: #FBF9F1;
    border-radius: 50%;
    padding: 10px;
    margin-left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
     transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.viewall-img img {
    width: 100%;
    max-width: 40px;
   transition: transform 0.3s ease-in-out;
}
.viewall a:hover .viewall-img {
    background-color: #8eb935;
   transform: translateX(5px);
}
.viewall a:hover .viewall-img img {
    transform: rotate(30deg);
    filter: brightness(111);
}

.stion4-lefto{
    width: 50%;
    float: left;
}
.stion4-leftmain{
    width: 100%;
    float: left;
}
.stion4-img-hd{
    width: 432px;
    float: right;
    border-radius: 35px;
    
}
.stion4-img-hd:hover .green-s4 {
    border-top: 1px solid;
    background-color: white;
    border: 1px solid #8EB935;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}
.stion4-img-hd:hover .green-s4 h2 {
    color: #8EB935;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}



.stion4-img-hd img{
    width: 100%;
    float: left;
    max-width: 432px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}
.green-s4{
    border: 1px solid transparent;
    width: 100%;
    padding-top: 39px;
    padding-bottom: 39px;
    float: left;
    background-color: #8EB935;
    border-top: 1px solid #EFEBEB;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background-image: url('../images/green-s4-sndimg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center;

}
.green-s4 h2{
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px;
}
/*222*/
.seti-4-second {
    width: 100%;
    float: left;
    padding-left: 110px;
    padding-top: 100px;
}
.section4-hd-secd {
    width: 48%;
    float: left;
    /* padding-top: 30px; */
}
.section4-hd-secd h6 {
    width: auto;
    float: left;
    text-align: left;
    color: #232323;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.section4-hd-secd h6:before {
    height: 397px;
    width: 1px;
    position: absolute;
    content: '';
    background: #D9D9D9;
    left: 0px;
    top: 60px;
}
.section4-hdsed-snd {
    width: auto;
    /* float: left; */
    padding-left: 115px;
}
.section4-hdsed-snd h2 {
    margin-top: -13px;
    width: 100%;
    float: left;
    text-align: left;
    color: #232323;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
}
.section4-hdsed-snd p {
    padding-top: 21px;
    width: 100%;
    float: left;
    text-align: left;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 42px;
}
.stion4-lefto-sbd {
    width: 50%;
    float: left;
}
.stion4-leftmain-snd {
    width: 100%;
    float: left;
}
.stion4-img-hd-snd {
    width: 432px;
    float: right;
    border-radius: 35px;
}
.stion4-img-hd-snd img {
    width: 100%;
    float: left;
    max-width: 432px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}






.stion4-img-hd-snd:hover .green-s4-snd {
    border-top: 1px solid;
    background-color: white;
    border: 1px solid #8EB935;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}
.stion4-img-hd-snd:hover .green-s4-snd h2 {
    color: #8EB935;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}











.green-s4-snd {
    width: 100%;
    padding-top: 39px;
    padding-bottom: 39px;
    border: 1px solid transparent;
    float: left;
    background-color: #8EB935;
    border-top: 1px solid #EFEBEB;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background-image: url('../images/green-s4-sndimg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center;
    
}
.green-s4-snd h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px;
}
.banner-carousel .owl-prev img {
    width: 100%;
    float: left;
    max-width: 24px;
}
.banner-carousel .owl-prev img {
    width: 100%;
    float: left;
    max-width: 51px;
}
.banner-carousel .owl-next img {
    width: 100%;
    float: left;
    max-width: 51px;
}
.banner-carousel .owl-nav {
   position: absolute;
    right: -515px;
    bottom: 25px;
}
.banner-carousel .owl-nav button {
    margin: 0px 6px;
}


.viewall2 {
    width: 71%;
    float: right;
}
.viewall2 a {
    display: flex;
    align-items: center;
    text-decoration: none;
   transition: transform 0.3s ease-in-out;
}
.viewall2 h1 {
    width: 138px;
    text-align: center;
    color: #F9FAFB;
    background-color: #8EB935;
    height: 52px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    border-radius: 44px;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.viewall2-img {
    width: 52px;
    height: 52px;
    background-color: #FBF9F1;
    border-radius: 50%;
    padding: 10px;
    margin-left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
   transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.viewall2-img img {
    width: 100%;
    max-width: 40px;
    transition: transform 0.3s ease-in-out;
}



.viewall2 a:hover .viewall2-img {
    background-color: #8eb935;
   transform: translateX(5px);
}
.viewall2 a:hover .viewall2-img img {
    transform: rotate(30deg);
    filter: brightness(111);
}






/*22*/
.banner2-carousel .owl-prev img {
    width: 100%;
    float: left;
    max-width: 24px;
}
.banner2-carousel .owl-prev img {
    width: 100%;
    float: left;
    max-width: 51px;
}
.banner2-carousel .owl-next img {
    width: 100%;
    float: left;
    max-width: 51px;
}
.banner2-carousel .owl-nav {
    position: absolute;
    left: -491px;
    bottom: 25px;
}
.banner2-carousel .owl-nav button {
    margin: 0px 6px;
}
.section5{
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    padding: 90px 0px;
    position: relative;
    overflow: hidden;
}

.section5-hd {
    width: 100%;
    float: left;
    /*padding-top: 30px;*/
}
.section5-hd h6 {
    width: auto;
    float: left;
    text-align: left;
    color: #201C44;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.section5-hd h6:before {
    height: 922px;
    width: 1px;
    position: absolute;
    content: '';
    background: #D9D9D9;
    left: 0px;
    top: 60px;
}
.section5-hdsed {
    width: auto;
    /* float: left; */
    padding-left: 140px;
}
.section5-hdsed h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: #232323;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
    margin-top: -13px;
}
.section5-hdsed p {
    padding-top: 21px;
    width: 83%;
    float: left;
    text-align: left;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
  padding-bottom: 21px;
}
.Choose-bxs{
    margin-top: 67px;
    width: 450px;
    float: left;
    border-radius: 30px;
    border: 1px solid #B4B4B4;
   padding: 46px 35px 46px 45px;
}
.Choose-bxs-img{
    width: 94px;
    float: left;
    background-color: #8EB935;
    border-radius: 20px;
    padding: 20px;
     transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}
.Choose-bxs-img img{
    width: 100%;
    float: left;
    max-width: 53px;
}
.Choose-bxs h3 {
    width: auto;
    float: left;
    color: #232323;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    padding-left: 25px;
    padding-top: 12px;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}
.Choose-bxs h4 {
    padding-top: 12px;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0px;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.Choose2bx{
    width: 100%;
    float: left;
}

.seton5-leftside {
    position: absolute;
    right: -120px;
    bottom: -452px;
    opacity: 1; 
    animation: rotate 5s linear infinite; 
}

@keyframes rotate {
    from {
        transform: rotate(0deg) translateZ(0);
    }
    to {
        transform: rotate(360deg) translateZ(0);
    }
}

.seton5-leftside img {
    width: 100%;
    float: left;
    max-width: 614px;
}

.Choose-bxs:hover{
      border: 1px solid #8eb935;
       transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}
.Choose-bxs:hover img,
.Choose-bxs:hover h3 {
    animation: shake 0.5s ease-in-out;
    color: #8EB935;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;

}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}
.section6{
    width: 100%;
    float: left;
    padding: 80px 0px;
}
.section6 h2{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    color: #232323;
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 85px;
}
.section6-main{
    width: 95%;
    float: left;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
    position: relative;
    padding: 60px 34px 40px 35px;
    transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
}
.section6-mainfstimg{
    width: 100%;
    float: left;
    padding-bottom: 0px;
}
.section6-mainfstimg img {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    max-width: 75px;
    margin-top: -91px;
}
.section6-main-scdimg{
    width: 100%;
    float: left;
    padding-bottom: 11px;
}
.section6-main-scdimg img{
    width: 100%;
    float: none;
   margin-left: auto;
   margin-right: auto;
    display: block;
    text-align: center;
    max-width: 76px;
}
.section6-main p{
    width: 100%;
    float: left;
    text-align: center;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 25px;
}
.section6-main h3{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #232323;
}

.section6-main:hover {
    transform: scale(1.1); /* Zooms in by 10% on hover */
}
.footer{
    width: 100%;
    float: left;
    padding-top: 55px;
    padding-bottom: 40px;
    background-color: #232323;
    position: relative;
    overflow: hidden;
}
.footer-hd{
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.footer-hd h2{
    width: auto;
    float: left;
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
}
.ftr-co{
    padding-top: 6px;
    float: right;
}
.ftr-main{
    width: 100%;
    float: left;
    border-top: 1px solid #303238;
    padding-top: 73px;
    padding-bottom: 90px;
}
.ftr-logo{
    width: 47%;
    float: left;
}
.ftr-logo img{
    width: 100%;
    float: left;
    max-width: 435px;

}
.ftr-mns{
    width: 53%;
    float: left;
}
.ftr-mns-bx1{
    width: 35%;
    float: left;   
}
.ftr-mns-bx1 h2{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 0px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 25px;
}
.ftr-mns-bx1 h2:before {
    height: 162px;
    width: 1px;
    position: absolute;
    content: '';
    background: #3D414C;
    left: 0px;
    top: 53px;
}
.ftr-mns-bx1 a{
    padding-left: 25px;
    width: 100%;
    float: left;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 200%;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}
.ftr-mns-bx1 a:hover{
    color: #8EB935;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;

}
.ftr-mns-bx2{
    width:60%;
    float: left;
}
.ftr-mns-bx2 h2 {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 0px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 25px;
}
.ftr-mns-bx2 h2:before {
    height: 162px;
    width: 1px;
    position: absolute;
    content: '';
    background: #3D414C;
    left: 0px;
    top: 53px;
}
.ftr-mns-bx2 p{
  padding-left: 25px;
    width: 100%;
    float: left;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 200%;
    padding-bottom: 30px;
}
.ftr-mns-bx2 h3{
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 200%;
    color: #FFFFFF;
    padding-left: 25px;

}
.ftr-mns-bx2 h3 a{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    line-height: 200%;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;

}
.ftr-mns-bx2 h3 a:hover{
    color: #8EB935;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;

}
.social {
    width: auto;
    float: right;
    display: flex;
    flex-direction: column; /* Aligns items in a vertical column */
    align-items: center; /* Centers items horizontally */
    gap: 10px; /* Adds space between icons */
}

.social a {
    z-index: 1;
    position: relative;
    margin-bottom: 9px;
    display: block; /* Ensures each anchor takes full width */
}

.social img {
    width: 100%;
    max-width: 21px;
    display: block; /* Ensures images don't cause extra spacing */
     transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}
.social img:hover{
    animation: shake 0.5s ease-in-out;
    color: #8EB935;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;

}
@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}
.copy{
    width: 100%;
    float: left;
    border-top: 1px solid #303238;
}
.copy h3{
    width: 100%;
    text-align: center;
    color: #B6B8BC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 30px;
}
.footer-leftside {
    position: absolute;
    right: -245px;
    bottom: -347px;
     opacity: 0.3;
   animation: rotate 5s linear infinite;
   
}
@keyframes rotate {
    from {
        transform: rotate(0deg) translateZ(0);
    }
    to {
        transform: rotate(360deg) translateZ(0);
    }
}

.footer-leftside img{
    width: 100%;
    float: left;
    max-width: 614px;
    
}
/*222*/
.footer-side {
    position: absolute;
    left: -395px;
    bottom: -189px;
     opacity: 0.3;
   animation: rotate 5s linear infinite;
   
}
@keyframes rotate {
    from {
        transform: rotate(0deg) translateZ(0);
    }
    to {
        transform: rotate(360deg) translateZ(0);
    }
}

.footer-side img{
    width: 100%;
    float: left;
    max-width: 614px;
    
}

.float-sm-new {
    background: #0a0b0c8a;
    text-transform: uppercase;
    padding: 18px 14px 18px 14px;
    width: 55px;
    position: fixed;
    right: 0px;
    transform: translateY(-50%);
    z-index: 11;
    top: 50%;
    height: auto;
    text-align: center;
    line-height: 34px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.float-social{
display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
}

.float-social img{
    width: 100%;
    float: left;
    max-width: 21px;
    display: block;
     transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}
.float-social img:hover{
    animation: shake 0.5s ease-in-out;
    color: #8EB935;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;

}



.inner-leftside {
    position: absolute;
    right: -84px;
    bottom: -226px;
     opacity: 0.3;
   animation: rotate 5s linear infinite;
   
}
@keyframes rotate {
    from {
        transform: rotate(0deg) translateZ(0);
    }
    to {
        transform: rotate(360deg) translateZ(0);
    }
}

.inner-leftside img {
    width: 100%;
    float: left;
    max-width: 360px;
}

.inner-hd{
    position: relative;
    overflow: hidden;
    margin-top: 30px;
width:100%;
float: left;
padding: 60px 0px;
background: rgb(156,184,96);
background: linear-gradient(270deg, rgba(156,184,96,1) 0%, rgba(143,185,52,1) 100%);
}
.inner-hd h2{
    width: 100%;
    float: left;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 500;
    color: white;
}
.abuot-banner{
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 70px;
}
.abt-bnr-hd {
    width: 100%;
    float: left;
}
.abt-bnr-hd h2 {
    width: auto;
    text-align: left;
    color: #232323;
   font-size: 50px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.abt-per1 {
    width: 48%;
    float: left;
}
.abt-per1 p {
    padding-right: 5px;
    width: 100%;
    float: left;
    text-align: left;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.abt-per2 p {
    width: 100%;
    float: left;
    text-align: left;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.abt-bnr-hd img {
    width: 100%;
    max-width: 470px;
    border-radius: 30px;
    float: right;
   /* height: 340px;*/
    object-fit: cover;
}
.abt-hd-sbx {
    padding-top: 15px;
    width: 40%;
    float: left;
}
.abt-hd-sbx h3 {
    width: auto;
    float: left;
    text-align: left;
    color: #8eb935;
    margin-bottom: 0px;
    font-size: 55px;
    font-weight: 500;
}
.abt-hd-sbx h4 {
    width: 100%;
    padding-top: 8px;
    float: left;
    text-align: left;
    color: #2F2F2F;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 300;
}
.abt-hd-sbx-main {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-left: 45px;
}
.abt-hd-sbx-main h5{
width: auto;
    float: left;
    text-align: left;
    color: #232323;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.abt-hd-sbx-main h5:before {
    height: 96px;
    width: 1px;
    position: absolute;
    content: '';
    background: #8eb935;
    left: 0px;
    top: 60px;
}
.abt-hd-sbx-main-inn {
    padding-top: 15px;
    padding-left: 50px;
    width: 100%;
    float: left;
}
.abt-ceoprhd h2 {
    width: 100%;
    text-align: left;
    color: #232323;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 50px;
    font-weight: 500;
    line-height: 140%;
}
.abt-ceoprhd p {
    width: 100%;
    float: left;
    text-align: left;
   color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.abt-ceoprhd p {
    width: 100%;
    float: left;
    text-align: left;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.abt-ceoprhd-ex b {
    font-weight: 500;
}
.vmall {
    padding-bottom: 65px;
    padding-top: 65px;
    width: 100%;
    float: left;
}
.vmall-hd {
    width: 100%;
    float: left;
}
.vmall-hd h2 {
    padding-bottom: 23px;
    width: 100%;
    float: left;
    text-align: left;
    color: #232323;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0px;
}
.vmall-hd p {
    width: 100%;
    float: left;
    text-align: left;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.v-m {
    background: #90ba3926;
    padding: 29px 44px;
    border: 1px solid #8eb935;
    width: 100%;
    float: left;
    border-radius: 35px;
}
.v-m img {
    width: 80px;
    float: left;
}
.v-m h2 {
    padding-top: 13px;
    float: left;
    text-align: left;
    font-size: 28px;
    color: #0D0D0D;
    font-weight: 500;
    text-align: left;
    float: left;
    width: 100%;
}

.v-m p {
    width: 100%;
    float: left;
    text-align: left;
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
#sub-page-intro {
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;

}
#sub-page-intro h6 {
    float: left;
    width: 100%;
    color: #232323;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
    padding-top: 25px;
    padding-bottom: 10px;
}
#sub-page-intro p {
    text-align: center;
    float: left;
    width: 100%;
   color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
  padding-left: 100px;
  padding-right: 100px;
    padding-bottom: 45px;
}
.career-frn {
    float: left;
    width: 100%;
}
.push-left {
    float: left;
}
.frm-titel {
    float: left;
    padding-bottom: 5px;
    width: 100%;
    color: #232323;
    font-size: 15px;
    font-weight: 600;
}
.career-frm {
    /* border: 1px solid #b0aaaa; */
    color: #131616;
    display: block;
    padding-left: 15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    background: #9ec3521a;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500msease;
   border: solid 1px #93bc3e;
    margin-top: 3px;
    width: 100%;
  
    float: left;
    padding: 7px 10px;
    margin-top: 3px;
    border-radius: 8px;
}
.cpt {
    padding-top: 12px;
}
.career-msg-btn {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    background: rgb(56, 58, 58);
    background: linear-gradient(315deg, rgba(56, 58, 58, 1) 0%, rgba(9, 13, 13, 1) 100%);
    border-radius: 12px;
    margin-right: 7px;
    margin-top: 30px;
}
.cpt-snd {
    padding-top: 33px;
    float: left;
}
.contact-pages {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 70px 0px;
}
.contact-full h2 {
  color: #232323;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.contact-full p {
  color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    width: 100%;
    float: left;
}
.ct-box {
    width: 48%;
    float: left;
    padding: 15px;
    /* background: white; */
    border: 1px solid #93bc3e;
    margin-right: 2%;
    border-radius: 20px;
    height: 245px;
    margin-bottom: 20px;
    background-color: #9ec3521a;
}
.ct-box img {
    float: left;
    width: 40px;
}
.ct-box h5 {
    float: left;
    font-size: 18px;
    color: black;
    font-weight: 500;
    margin-top: 18px;
    width: 100%;
}
.ct-box h6 {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    line-height: 200%;
    margin: 0;
    width: 100%;
}
.ct-box h6 a {
    font-size: 16px;
    font-weight: 400;
    color: #2F2F2F;
    margin: 0;
}
.ct-left {
    margin-top: 40px;
    width: 100%;
    float: left;
    border-radius: 20px;
    padding: 30px 50px;
}
.ct-left h6 {
    color: #2F2F2F;
    font-size: 35px;
}
.ct-field {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.ct-field label {
    font-size: 15px;
    color: #2F2F2F;
    font-weight: 400;
    width: 100%;
    float: left;
    margin-bottom: 4px;
}
.ct-field input {
    border: 1px solid #93bc3e;
    width: 100%;
    float: left;
    background: none;
    padding: 15px;
    border-radius: 10px;
    color: black;
    font-size: 15px;
}
.ct-field textarea {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    border: 1px solid #93bc3e;
    background: none;
    padding: 15px;
    border-radius: 10px;
    height: 125px;
}
.rb{

}
.products-main{
    width: 100%;
    float: left;
    padding: 70px 0px;
}
.products-main-hd{
    width: 100%;
    float: left;
}
.products-main-hd h2{
    width: 100%;
    text-align: center;
    color: #232323;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.products-main-hd p{
margin-bottom: 60px;
    width: 100%;
    float: left;
    text-align: center;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 0px 210px;
}
.product-img-hd {
    width: 100%;
    float: left;
    border-radius: 35px;
    margin-bottom: 30px;
}
.product-img-hd img {
    width: 100%;
    float: left;
    max-width: 432px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}
.proo-s4 {
    width: 100%;
    padding-top: 39px;
    padding-bottom: 39px;
    float: left;
    background-color: #8EB935;
    border-top: 1px solid #EFEBEB !important;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background-image: url(../images/green-s4-sndimg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center;
    border: 1px solid #8EB935;
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}
.proo-s4 h2 {
    padding: 0px 20px;
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
}
.product-img-hd:hover .proo-s4{
background-color: white;
border: 1px solid #8EB935;
transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}
.product-img-hd:hover .proo-s4 h2 {
    color: #8EB935; /* Change to your desired color */
    transition: allease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: allease-in-out 0.5s;
}
.servivefull{
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 50px;
}
.srv-inn {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}
.srv-inn img {
    margin-left: 45px;
    border-radius: 25px;
    object-fit: cover;
    width: 45%;
    height: 340px;
    float: right;
    max-width: 816px;
}
.srv-inn p {
    width: 100%;
    /* float: left; */
    text-align: left;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.srv-inn h2{
    width: auto;
    text-align: left;
    color: #232323;
    font-size: 45px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.ser-grn-bx{
    width: 100%;
    float: left;
    background: #8eb9358f;
    padding: 40px 0px;
}
.ser-grn-bx h6{
width: 100%;
float: left;
    text-align: center;
    color: #232323;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.ser-grn-bx p {
    width: 100%;
     float: left; 
    text-align: center;
    color: #232323;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 20px;
}
.ser-grn-bx form {
    max-width: 644px;
    display: block;
    margin: 20px auto;
    width: 100%;
}
.ser-grn-bx form input {
    max-width: 406px;
    width: 100%;
    background: #ffffff;
    border: 0;
    height: 50px;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    color: black;
}
/*.ser-grn-bx form button {*/
/*    width: 147px;*/
/*    height: 50px;*/
/*    border: 0;*/
/*    background: #0063AC;*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    font-weight: 500;*/
/*    border-radius: 30px;*/
/*    margin-left: 10px;*/
/*}*/
.ser-ex{
    float: right;
}
.banner-img-mobedd{
    width: 100%;
    float: left;
    display: none;
}
.banner-img-mobedd img{
    width: 100%;
    float: left;
}


@media(max-width: 1024px){

    .banner-img{
        display: none;
    }
    .banner-img-mobedd{
        display: block;
    }

}

@media(max-width: 991px){
.stable {
    padding: 10px 10px 10px 30px !important;
 }
.nav-menu > li > a {
    color: #232323;
 border-radius: 0px; 
     margin-left: 0px; 
}
.navigation-portrait .nav-menu > li {
    border-top: none;
}
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
     padding: 10px 10px 10px 30px !important;

    border-radius: 0px;
}
.nav-dropdown{
    margin-left: 0px;
}

}






@media(max-width: 400px){

    .banner-text h2 {
        font-size: 48px !important;
    }
.b2-slider .b2-slide h2 {
    font-size: 23px !important;
}
.section2-hdsed h2{
       font-size: 40px !important;
}
.section3-hdsed h2{
       font-size: 40px !important;
}
.stion3-q .card-body img {
  
    top: -55px !important;
    max-width: 39px !important;
}
.Choose-bxs h3 {
    padding-left: 19px !important;
    font-size: 20px !important;
}
.ct-box {
    width: 100%;
    height: 230px !important;
}




}









@media(max-width: 575px){
    
    
    .product-img-hd img{
        max-width:100%;
    }


.green-s4 h2{
    font-size: 18px;
}
.green-s4-snd h2{
     font-size: 18px;
}
.whatsapp{
    display: none;
}

.logo {
    width: 50%;
    padding-top: 22px;
    padding-bottom: 22px;
}
.head-menu {
    width: 50%;
}
.menu-part {
    background-color: transparent;
    padding: 0px;
}
.banner {
    margin-top: 0px;
}
.banner-text {
    padding-top: 40px;
    padding-bottom: 120px;
}
.banner-text h2 br{
    display: none;
}
.banner-text h2 {
    font-size: 60px;
    text-align: center;
}
.banner-text h4{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.banner-text p{
    text-align: center;

}
.banner-text p br{
    display: none;
}


    .explore {
        width: 100%;
        display: flex;
        justify-content: center; /* Center content horizontally 
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .explore a {
        display: flex;
        align-items: center; /* Keep "Explore More" and image aligned */
        justify-content: center;
        text-decoration: none;
    }

    .explore h1 {
        width: 179px;
        height: 52px;
        padding: 16px 0;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        background-color: #8EB935;
        color: #F9FAFB;
        border-radius: 44px;
        margin-bottom: 0;
    }

    .explore-img {
        width: 52px;
        height: 52px;
        background-color: #FBF9F1;
        border-radius: 50%;
        padding: 10px;
        margin-left: -15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .explore-img img {
        width: 100%;
        max-width: 40px;
    }

.b2-slider .b2-slide h2 {
    font-size: 27px;
}

.b2-slider .b2-slide h2:after{
    top: 9px;
}
.section2-hd {
    padding-top: 20px;
}

.section2-hd h6 {
    width: 100%;
    text-align: center;
}
.section2-hd h6:before{
    display: none;
}
.section2-hdsed {
    width: 100%;
    float: left;
    padding-left: 0px;
}
.section2-hdsed h2 {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding-top: 8px;
}
.section2-hdsed p {
    text-align: center;
}

.st2-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .st2-icon-circle {
        float: none;
        margin-bottom: 10px;
    }
    
    .st2-icon h3 {
       float: none;
        padding-left: 0;
        padding-top: 11px;
        padding-bottom: 10px;
    }
.section2-img {
    padding-top: 60px;
}
.section2-img img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.section3-hd {
    padding-top: 0px;
}
.section3-hd h6 {
    width: 100%;
    float: left;
    text-align: center;
}
.section3-hd h6:before {
    display: none;
}
.section3-hdsed {
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 0px;
}
.section3-hdsed h2 {
    margin-top: 0px;
    text-align: center;
    padding-top: 15px;

}

.section3-hdsed p {
    text-align: center;
}
.stion3-q {
    padding-left: 15px;
}

.stion4-lefto {
    padding-right: 15px;
    width: 100%;
}
.section4-hd {
    width:100%;
}
.section4-hd h6 {
    text-align: center;
   width: 100%;
}
.seti-4-first {
    padding-right: 0px;
}
.section4-hdsed{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.section4-hdsed h2 {
    margin-top: 0px;
    padding-top: 15px;
    text-align: center;
}
.section4-hdsed p {
    text-align: center;
}
.stion4-img-hd {
    width: 100%;
}
.stion4-leftmain {
    padding-top: 30px;
}
.banner-carousel .owl-nav {
    position: relative;
     right: unset; 
    bottom: -45px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}

.seti-4-second {
    padding-left: 0px;
}
.section4-hd-secd h6 {
    text-align: center;
    width: 100%;
}
.section4-hd-secd {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.section4-hd-secd h6:before {
    display: none;
}

.section4-hdsed-snd {
    padding-left: 0px;
}

.section4-hdsed-snd h2 {
    margin-top: 0px;
    text-align: center;
    padding-top: 15px;
}
.section4-hdsed-snd p {
    text-align: center;
}
.stion4-img-hd-snd {
    width: 100%;
}

.stion4-lefto-sbd {
    width: 100%;
    padding-top: 30px;
    padding-left: 15px;
}
    .banner2-carousel .owl-nav {
        position: relative;
        left: unset;
        bottom: -45px;
        float: none;
        margin: auto;
        display: block;
        text-align: center;
    }
.section5-hd h6 {
    width: 100%;
    text-align: center;
}
.section5-hd h6:before {
   display: none;
}.section5-hdsed {
    width: 100%;
    padding-left: 0px;
}
.section5-hdsed h2 {
    text-align: center;
    padding-top: 15px;
}

.section5-hdsed p{
    text-align: center;
    width: 100%;
}
.Choose-bxs {
    margin-top: 30px !important;
    width: 100%;
}
.section6-main {
    width: 100%;
    margin-top: 65px;
}
.section6 h2 {
    padding-bottom: 20px;
}.footer-hd h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.ftr-logo {
    width: 100%;

}

.ftr-logo img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.ftr-mns {
    width: 100%;
     padding-top: 35px;
}

.ftr-mns-bx1 {
    padding-top: 20px;
    width: 100%;
}
.ftr-mns-bx1 h2{
    text-align: center;
}

.ftr-mns-bx1 h2:before{
    display: none;
}

.ftr-mns-bx1 a {
    padding-left: 0px;
    text-align: center;
    width: 50%;

}
.ftr-mns-bx2 {
    padding-top: 30px;
    width: 100%;
}
.ftr-mns-bx2 h2{
    text-align: center;
}
.ftr-mns-bx2 h2:before{
    display: none;
}
.ftr-mns-bx2 p {
    text-align: center;
    
}
.ftr-mns-bx2 h3 {
    padding-top: 8px;
    padding-left: 0px;
    text-align: center;
}
.ftr-main {
    padding-bottom: 0px;
}
.footer-side{
    bottom: 620px;
}

.social {
        float: none;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .social a {
        margin-bottom: 0;
    }

.inner-hd{
    margin-top: 0px;
}

.inner-hd h2{
    font-size: 40px;
}
.inner-hd{
padding: 40px 0px;
}
.abt-bnr-hd img {
    width: 100%;
    max-width: 470px;
    border-radius: 30px;
    float: none;
    height: 500px;
    float: none;
    margin: auto;
    display: block;
    object-fit: cover;
}
.abt-bnr-hd h2 br{
    display: none;
}
.abt-bnr-hd h2 {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    font-size: 45px;
}
.abt-per1 {
    width: 100%;

}
.abt-per1 p {
    padding-right: 0px;
    width: 100%;
    float: left;
    text-align: center;
}
.abt-hd-sbx-main h5 {
    width: 100%;
    text-align: center;
}

.abt-hd-sbx-main {
    padding-left: 0px;
}
.abt-hd-sbx-main h5:before{
    display: none;
}
.abt-hd-sbx-main-inn {
    padding-left: 0px;
}
.abt-hd-sbx {
    width: 50%;
}

.abt-hd-sbx h3 {
    width: 100%;
    float: left;
    text-align: center;
}
.abt-hd-sbx {
    padding-left: 0px;
}
.abt-hd-sbx h4 {
    text-align: center;
}
.abuot-banner{
    padding-bottom: 0px;
}
.vmall-hd h2{
    font-size: 45px;
    text-align: center;
}

.vmall-hd p{
    text-align: center;
}
.v-m {
    margin-top: 35px;
}
.v-m img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.v-m h2 {
    text-align: center;
}
.v-m p {
    text-align: center;
}

.ftr-logo img{
    max-width: 380px;
}
.products-main-hd h2{
   text-align: center;
   font-size: 45px;
}

.products-main-hd p{
    text-align: center;
    padding: 0px;
}

.proo-s4 h2 {
    font-size: 24px;
}

.srv-inn h2 {
    width: 100%;
    font-size: 40px;
text-align: center;
 padding-top: 15px;
}

.srv-inn p {
    text-align: center;

}

.srv-inn img {   
    width: 100%;
    height: 340px;
    float: none;
    max-width: 816px;
    margin: auto;
    display: block;
}
.ser-grn-bx h6 br{
    display: none;
}
.ser-grn-bx h6{
    font-size: 40px;
}
.ser-grn-bx form input {
    max-width: 100%;
    margin-bottom: 20px;
}
#sub-page-intro h6{
    font-size: 40px;
}
#sub-page-intro p{
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.contact-full h2 {
    font-size: 40px;
    text-align: center;
}
.contact-full p {
    text-align: center;
}
.ct-box{
    height: 271px;
}
.ct-left {
    margin-top: 30px;

     padding: 0px 0px; 
}

.ct-left h6 {
    text-align: center;
}
.viewall {
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
    }

    .viewall a {
        flex-direction: row;
        justify-content: center;
    }

    .viewall h1 {
        width: 138px;
        padding: 16px 0px;
    }


.viewall2 {
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
    }

    .viewall2 a {
        flex-direction: row;
        justify-content: center;
    }

    .viewall2 h1 {
        width: 138px;
        padding: 16px 0px;
    }


}











@media (min-width:576px) and (max-width:767px){
    
    
    
    .stion4-img-hd img{
        max-width:100%;
    }
.stion4-img-hd-snd img{
    max-width:100%;
}
.whatsapp{
    display: none;
}

.logo {
    width: 50%;
    padding-top: 22px;
    padding-bottom: 22px;
}
.head-menu {
    width: 50%;
}
.menu-part {
    background-color: transparent;
    padding: 0px;
}
.banner {
    margin-top: 0px;
}
.banner-text {
    padding-top: 40px;
    padding-bottom: 120px;
}
.banner-text h2 br{
    display: none;
}
.banner-text h2 {
    font-size: 60px;
    text-align: center;
}
.banner-text h4{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.banner-text p{
    text-align: center;

}
.banner-text p br{
    display: none;
}


    .explore {
        width: 100%;
        display: flex;
        justify-content: center; /* Center content horizontally 
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .explore a {
        display: flex;
        align-items: center; /* Keep "Explore More" and image aligned */
        justify-content: center;
        text-decoration: none;
    }

    .explore h1 {
        width: 179px;
        height: 52px;
        padding: 16px 0;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        background-color: #8EB935;
        color: #F9FAFB;
        border-radius: 44px;
        margin-bottom: 0;
    }

    .explore-img {
        width: 52px;
        height: 52px;
        background-color: #FBF9F1;
        border-radius: 50%;
        padding: 10px;
        margin-left: -15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .explore-img img {
        width: 100%;
        max-width: 40px;
    }

.b2-slider .b2-slide h2 {
    font-size: 27px;
}

.b2-slider .b2-slide h2:after{
    top: 9px;
}
.section2-hd {
    padding-top: 20px;
}

.section2-hd h6 {
    width: 100%;
    text-align: center;
}
.section2-hd h6:before{
    display: none;
}
.section2-hdsed {
    width: 100%;
    float: left;
    padding-left: 0px;
}
.section2-hdsed h2 {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding-top: 8px;
}
.section2-hdsed p {
    text-align: center;
}

.st2-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .st2-icon-circle {
        float: none;
        margin-bottom: 10px;
    }
    
    .st2-icon h3 {
       float: none;
        padding-left: 0;
        padding-top: 11px;
        padding-bottom: 10px;
    }
.section2-img {
    padding-top: 60px;
}
.section2-img img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.section3-hd {
    padding-top: 0px;
}
.section3-hd h6 {
    width: 100%;
    float: left;
    text-align: center;
}
.section3-hd h6:before {
    display: none;
}
.section3-hdsed {
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 0px;
}
.section3-hdsed h2 {
    margin-top: 0px;
    text-align: center;
    padding-top: 15px;

}

.section3-hdsed p {
    text-align: center;
}
.stion3-q {
    padding-left: 15px;
}

.stion4-lefto {
    padding-right: 15px;
    width: 100%;
}
.section4-hd {
    width:100%;
}
.section4-hd h6 {
    text-align: center;
   width: 100%;
}
.seti-4-first {
    padding-right: 0px;
}
.section4-hdsed{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.section4-hdsed h2 {
    margin-top: 0px;
    padding-top: 15px;
    text-align: center;
}
.section4-hdsed p {
    text-align: center;
}
.stion4-img-hd {
    width: 100%;
}
.stion4-leftmain {
    padding-top: 30px;
}
.banner-carousel .owl-nav {
    position: relative;
     right: unset; 
    bottom: -45px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}

.seti-4-second {
    padding-left: 0px;
}
.section4-hd-secd h6 {
    text-align: center;
    width: 100%;
}
.section4-hd-secd {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.section4-hd-secd h6:before {
    display: none;
}

.section4-hdsed-snd {
    padding-left: 0px;
}

.section4-hdsed-snd h2 {
    margin-top: 0px;
    text-align: center;
    padding-top: 15px;
}
.section4-hdsed-snd p {
    text-align: center;
}
.stion4-img-hd-snd {
    width: 100%;
}

.stion4-lefto-sbd {
    width: 100%;
    padding-top: 30px;
    padding-left: 15px;
}
    .banner2-carousel .owl-nav {
        position: relative;
        left: unset;
        bottom: -45px;
        float: none;
        margin: auto;
        display: block;
        text-align: center;
    }
.section5-hd h6 {
    width: 100%;
    text-align: center;
}
.section5-hd h6:before {
   display: none;
}.section5-hdsed {
    width: 100%;
    padding-left: 0px;
}
.section5-hdsed h2 {
    text-align: center;
    padding-top: 15px;
}

.section5-hdsed p{
    text-align: center;
    width: 100%;
}
.Choose-bxs {
    margin-top: 30px !important;
    width: 100%;
}
.section6-main {
    width: 100%;
    margin-top: 65px;
}
.section6 h2 {
    padding-bottom: 20px;
}.footer-hd h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.ftr-logo {
    width: 100%;

}

.ftr-logo img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.ftr-mns {
    width: 100%;
     padding-top: 35px;
}

.ftr-mns-bx1 {
    padding-top: 20px;
    width: 100%;
}
.ftr-mns-bx1 h2{
    text-align: center;
}

.ftr-mns-bx1 h2:before{
    display: none;
}

.ftr-mns-bx1 a {
    padding-left: 0px;
    text-align: center;
    width: 50%;

}
.ftr-mns-bx2 {
    padding-top: 30px;
    width: 100%;
}
.ftr-mns-bx2 h2{
    text-align: center;
}
.ftr-mns-bx2 h2:before{
    display: none;
}
.ftr-mns-bx2 p {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}
.ftr-mns-bx2 h3 {
    padding-top: 8px;
    padding-left: 0px;
    text-align: center;
}
.ftr-main {
    padding-bottom: 0px;
}
.footer-side{
    bottom: 620px;
}

.social {
        float: none;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .social a {
        margin-bottom: 0;
    }

.inner-hd{
    margin-top: 0px;
}

.inner-hd h2{
    font-size: 40px;
}
.inner-hd{
padding: 40px 0px;
}
.abt-bnr-hd img {
    width: 100%;
    max-width: 470px;
    border-radius: 30px;
    float: none;
    height: 500px;
    float: none;
    margin: auto;
    display: block;
    object-fit: cover;
}
.abt-bnr-hd h2 br{
    display: none;
}
.abt-bnr-hd h2 {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    font-size: 45px;
}
.abt-per1 {
    width: 100%;

}
.abt-per1 p {
    padding-right: 0px;
    width: 100%;
    float: left;
    text-align: center;
}
.abt-hd-sbx-main h5 {
    width: 100%;
    text-align: center;
}

.abt-hd-sbx-main {
    padding-left: 0px;
}
.abt-hd-sbx-main h5:before{
    display: none;
}
.abt-hd-sbx-main-inn {
    padding-left: 0px;
}
.abt-hd-sbx {
    width: 50%;
}

.abt-hd-sbx h3 {
    width: 100%;
    float: left;
    text-align: center;
}
.abt-hd-sbx {
    padding-left: 0px;
}
.abt-hd-sbx h4 {
    text-align: center;
}
.abuot-banner{
    padding-bottom: 0px;
}
.vmall-hd h2{
    font-size: 45px;
    text-align: center;
}

.vmall-hd p{
    text-align: center;
}
.v-m {
    margin-top: 35px;
}
.v-m img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.v-m h2 {
    text-align: center;
}
.v-m p {
    text-align: center;
}

.ftr-logo img{
    max-width: 380px;
}
.products-main-hd h2{
   text-align: center;
   font-size: 45px;
}

.products-main-hd p{
    text-align: center;
    padding: 0px;
}

.proo-s4 h2 {
    font-size: 24px;
}

.srv-inn h2 {
    width: 100%;
    font-size: 40px;
text-align: center;
 padding-top: 15px;
}

.srv-inn p {
    text-align: center;

}

.srv-inn img {   
    width: 100%;
    height: 340px;
    float: none;
    max-width: 816px;
    margin: auto;
    display: block;
}
.ser-grn-bx h6 br{
    display: none;
}
.ser-grn-bx h6{
    font-size: 40px;
}
.ser-grn-bx form input {
    max-width: 100%;
    margin-bottom: 20px;
}
#sub-page-intro h6{
    font-size: 40px;
}
#sub-page-intro p{
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.contact-full h2 {
    font-size: 40px;
    text-align: center;
}
.contact-full p {
    text-align: center;
}
.ct-box{
    height: 271px;
}
.ct-left {
    margin-top: 30px;

     padding: 0px 0px; 
}

.ct-left h6 {
    text-align: center;
}
.viewall {
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
    }

    .viewall a {
        flex-direction: row;
        justify-content: center;
    }

    .viewall h1 {
        width: 138px;
        padding: 16px 0px;
    }

.viewall2 {
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
    }

    .viewall2 a {
        flex-direction: row;
        justify-content: center;
    }

    .viewall2 h1 {
        width: 138px;
        padding: 16px 0px;
    }


}





@media (min-width:768px) and (max-width:991px){




.whatsapp{
    display: none;
}

.logo {
    width: 50%;
    padding-top: 22px;
    padding-bottom: 22px;
}
.head-menu {
    width: 50%;
}
.menu-part {
    background-color: transparent;
    padding: 0px;
}
.banner {
    margin-top: 0px;
}
.banner-text {
    padding-top: 40px;
    padding-bottom: 120px;
}
   
.b2-slider .b2-slide h2 {
    font-size: 27px;
}

.b2-slider .b2-slide h2:after{
    top: 9px;
}
.section2-hd {
    padding-top: 20px;
}
.section2-img {
    padding-top: 100px;
}

.section2-img img {
    width: 100%;
    float: none;
    max-width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    height: 460px;
    object-fit: cover;
    border-radius: 30px;
}
.section2 {
    padding-bottom: 90px;
}
.stion3-q {
    padding-top: 25px;
padding-left: 0px;
}



.section4-hd {
    width: 95%;
}
.section4-hdsed h2{
    font-size: 40px;
}
.seti-4-first{
    padding-right: 70px;
}

.stion4-lefto {
    padding-top: 60px;
    width: 100%;
}



.stion4-img-hd {
     width: 100%; 
    float: right;
}
.section4-hd h6:before {
    height: 300px;
}
.banner-carousel .owl-nav{
    display: none;
}

.seti-4-second{
    padding-left: 70px;
}

.section4-hd-secd {
    width: 95%;
}
.section4-hdsed-snd h2{
    font-size: 40px;
}

.stion4-lefto-sbd {
    width: 100%;
    padding-top: 60px;
}

.stion4-img-hd-snd {
    width: 100%;
}

    .section4-hd-secd h6:before {
        height: 300px;
    }

.banner2-carousel .owl-nav{
    display: none;
}
.green-s4 h2{
    font-size: 25px;
    padding: 0px 5px;
}
.green-s4-snd h2{
    font-size: 25px;
    padding: 0px 5px;

}

.section5-hdsed h2 {
    font-size: 45px;
}
.Choose-bxs {
    margin-right: 5px;
    margin-top: 20px !important;
    width: 49%;
    float: left;
    border-radius: 30px;
    border: 1px solid #B4B4B4;
    padding: 29px 25px 29px 25px;
}
.Choose-bxs-img {
    width: 51px;
    padding: 9px;
}
.Choose-bxs h3{
    font-size: 19px;
    padding-top: 0px;
    padding-left: 16px;
}
.Choose2bx {
    padding-left: 140px;
}

.section6-main {
    width: 100%;
    padding: 60px 15px 40px 19px;

}

.section6-main p{
    font-size: 15px;
}
.footer-hd h2 {
    width: 64%;
}
.ftr-co {
    padding-top: 45px;
}
.ftr-logo {
    width: 30%;
}
.ftr-mns {
    width: 70%;
}
.ftr-mns-bx1 {
    padding-left: 40px;
}
.ftr-mns-bx2 {
    padding-left: 22px;
}
.ftr-main{
    padding-bottom: 15px;
}
.inner-hd h2{
    font-size: 40px;
}
.inner-hd{
    padding: 45px 0px;
    margin-top: 0px;
}

.abt-bnr-hd h2{
    font-size: 40px;
    margin-bottom: 0px;

}
.abt-bnr-hd h2 br{
    display: none;
}

.abt-bnr-hd img {
    margin-left: 5px;
    max-width: 299px;
}

.abt-per1 {
    width: 54%;
}
.abt-hd-sbx {
    width: 50%;
}
.vmall{
    padding-top: 0px;
}
.vmall-hd p {
    padding-bottom: 35px;
}

.products-main-hd p{
    padding: 0px;
}


}




@media (min-width:992px) and (max-width:1024px){



.banner-img-mobedd{
    display: none;
}


    .banner-img {
        display: block;
    }
.whatsapp {
    display: none;
}
.banner-text h2 {
    font-size: 60px;
}
.banner-img img{
    width: 605px;
}

.banner-text{
    padding-top: 180px;
}

.banner-text p {
    padding-right: 465px;
}
.banner-text p br{
    display: none;
}

.b2-slider{
    bottom: 173px;
}
.section2-hdsed{
    padding-left: 90px;
}
.section2-hdsed h2{
    font-size: 43px;
}
.st2-icon-circle {
    width: 40px;
    height: 40px;
}
.st2-icon h3{
    font-size: 13px;
}
.section3-hdsed h2{
    font-size: 40px;
}
.stion3-q {
    padding-left: 10px;
}

.section4-hdsed h2{
    font-size: 45px;
}
.stion4-img-hd {
    width: 100%;
}
.banner-carousel .owl-nav{
    display: none;
}
.section4-hdsed-snd h2{
    font-size: 45px;
}

.stion4-img-hd-snd{
    width: 100%;
}
.banner2-carousel .owl-nav{
    display: none;
}

.Choose-bxs {
    width: 100%;
}


.footer-hd h2{
    font-size: 42px;
}
.ftr-logo {
    width: 35%;
}

.ftr-mns-bx1 {
    padding-left: 50px;
}

.ftr-mns {
    width: 65%;
}



}






@media (min-width:1025px) and (max-width:1199px){



.banner-img-mobedd{
    display: none;
}


    .banner-img {
        display: block;
    }
.whatsapp {
    display: none;
}
.banner-text h2 {
    font-size: 60px;
}
.banner-img img{
    width: 605px;
}

.banner-text{
    padding-top: 180px;
}

.banner-text p {
    padding-right: 465px;
}
.banner-text p br{
    display: none;
}

.b2-slider{
    bottom: 173px;
}
.section2-hdsed{
    padding-left: 90px;
}
.section2-hdsed h2{
    font-size: 43px;
}
.st2-icon-circle {
    width: 40px;
    height: 40px;
}
.st2-icon h3{
    font-size: 13px;
}
.section3-hdsed h2{
    font-size: 40px;
}
.stion3-q {
    padding-left: 10px;
}

.section4-hdsed h2{
    font-size: 45px;
}
.stion4-img-hd {
    width: 100%;
}
.banner-carousel .owl-nav{
    display: none;
}
.section4-hdsed-snd h2{
    font-size: 45px;
}

.stion4-img-hd-snd{
    width: 100%;
}
.banner2-carousel .owl-nav{
    display: none;
}

.Choose-bxs {
    width: 100%;
}


.footer-hd h2{
    font-size: 42px;
}
.ftr-logo {
    width: 35%;
}

.ftr-mns-bx1 {
    padding-left: 50px;
}

.ftr-mns {
    width: 65%;
}



}




@media (min-width:1430px) and (max-width:1440px){


.banner-carousel .owl-nav {
    right: -553px;
}
.banner2-carousel .owl-nav {
    position: absolute;
    left: -531px;
}









}



.grecaptcha-badge { 
    visibility: hidden;
}