*,body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:"Quicksand", sans-serif;
    scroll-behavior: smooth;
}
.preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #323232;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preloader img {
    width: 335px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 22px;
    border: 2px solid white;
    outline: none;
    background-color: #f7b318;
    color: white;
    cursor: pointer;
    width: 60px;
    min-height: 60px;
    border-radius: 50%;
    transition: all 0.5s;
}
.hdar{
    width: 100%;
    min-height: 65px;
    float: left;
    background-color: white;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}
.fnt{
    color: gray;
    font-size: 19px;
    border: none;
    background: none;
    transition: 0.5s;
    padding-right: 20px;
    position: relative;
}
.fnt:hover, .clsbtn:hover{
    color: #f7b318;
}
.fnt .badge {
    position: absolute;
    top: 0%;
    right: 25%;
    padding: 1px 4px;
    border-radius: 50%;
    background-color: #305a3d  !important;
    color: white;
    font-size: 13px;;
}
.lgbtn{
    width: fit-content;
    background-color: #70812b;
    /* background-color: #305a3d; */
    color: white;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s;
    float: right;
    text-decoration: none;
}
.lgbtn:hover{
    background-color: #f7b318;
    color: white;
}
.mnbg{
    background-color: #425247;
    width: 330px;
}
.clsbtn{
    color: white;
    border: none;
    background: none;
    font-size: 30px;
    transition: 0.5s;
}
.srch{
    border: none;
    outline: none;
    padding: 6px 14px;
    width: 78%;
}
.srbtn{
    border: none;
    padding: 6px 10px;
    background-color: #70812b;
    color: white;
    transition: all 0.5s;
    margin-right: 5px;
    width: 18%;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}
.srbtn:hover{
    background-color: #f7b318;
}
.hdar ul li a{
    width: 100%; 
    min-height: 40px; 
    color: white;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    transition: all 0.5s;
}
.hdar ul li a:hover {
    color: #e1bc24;
}
.usr{
    color: gray;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.5s;
}
.usr:hover{
    color: #f7b318;
}
.usrdroupdown li{
    list-style: none;
}
.usrdroupdown{
    position: absolute;
    top: 75%;
    right: 0%;
    width: 190px;
    background-color: #7d8e36;
    /* box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2); */
    display: none;
    padding: 10px 12px;
    z-index: 1000;
    border-radius: 5px;
}
.usrdp{
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 15px;
    padding-left: 5px;
}
.usrhvmnu:hover .usrdroupdown{
    display: block;
}
.close {
    border: none;
    background: none;
    font-size: 30px;
    transition: 0.3s;
    color: gray;
}  
.close:hover{
    color: #f7b318
}
.signbox{
    position: relative;
    flex-direction: column;
    pointer-events: auto;
    border-radius: 5px;
    margin: 10px;
}
.banner{
    width: 100%;
    float: left;
    min-height: 450px;
    position: relative;
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-content {
    position: relative;
    padding-top: 150px;
    width: 100%;
    color: white;
    min-height: 350px;
    background-color: #425247;
    opacity: 90%;
    border-radius: 15px;
    /* backdrop-filter: blur(10px);
    border: 1px solid white; */
    padding: 40px 20px;
    margin-bottom: 20px;
}
h1 {
    font-size: 50px;
    line-height: 55px; 
    font-family:"DM Serif Display", serif;
}
.home-content p {
    font-size:15px;
    font-weight:400;
    padding-bottom:20px;
    letter-spacing:1px;
}
.explbtn{
    padding: 15px 30px;
    background-color: #70812b;
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: all 0.5s;
    border-radius: 5px;
    font-family:"Quicksand", sans-serif;
}
.explbtn:hover{
    background-color: #f7b318;
    color: white;
}
.plnttype{
    width: 100%;
    float: left;
    min-height: 315px;
    /* background-color: aquamarine; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.typebx{
    width: 100%;
    min-height: 160px;
    /* background-color: violet; */
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.typbxtxt{
    text-decoration: none;
    font-size:18px;
    font-weight:600;
    color:#70812b;
    transition: all 0.5s;
}
.typbxtxt:hover{
    color: #f7b318;
    text-decoration: underline;
}

.about{
    width: 100%;
    float: left;
    min-height: 480px;
    /* background-color: burlywood; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.abbox{
    width: 100%;
    min-height: 300px;
    padding: 20px;
    /* background-color: antiquewhite; */
}
.abpht{
    border-radius: 30px 0px 30px 0px;
    background-image: url('../image/banerph1.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.products{
    width: 100%;
    min-height: 430px;
    float: left;
    /* background-color: burlywood; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.item{
    width: 100%;
    min-height: 380px;
    /* background-color: bisque; */
    position: relative;
    overflow: hidden;
    border: 1px solid gainsboro;
}
.plbx{
    width: 100%;
    min-height: 280px;
    /* background-color: cornflowerblue; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.plph1{
    background-image: url('../image/plant-a.jpg');
}
.plph2{
    background-image: url('../image/plant-b.jpg');
}
.plph3{
    background-image: url('../image/plant-c.jpg');
}
.plph4{
    background-image: url('../image/plant-d.jpg');
}
.plph5{
    background-image: url('../image/plant-e.jpg');
}
.plph6{
    background-image: url('../image/plant-f.jpg');
}
.plph7{
    background-image: url('../image/plant-g.jpg');
}
.plph8{
    background-image: url('../image/plant-h.jpg');
}
.plph9{
    background-image: url('../image/plant-i.jpg');
}
.plph10{
    background-image: url('../image/plant-j.jpg');
}
.plph11{
    background-image: url('../image/plant-k.jpg');
}
.plph12{
    background-image: url('../image/plant-L.jpg');
}
.plph13{
    background-image: url('../image/plant-m.jpg');
}
.plph14{
    background-image: url('../image/plant-n.jpg');
}
.pltxt{
    width: 100%;
    min-height: 100px;
    background-color: white;
    text-align: center;
    font-weight: 600;
    line-height: 10px;
    /* border: 1px solid gainsboro;
    border-top: none; */
}
.stclr{
    color: #f7b318;
}
.lnkbx{
    width:30%;
	height:74%;
	position:absolute;
    display:flex;
    background-color: #70812b;
    opacity: 50%;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: -100%;
    transition: all 0.5s;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
}
.item:hover .lnkbx{
    /* display: block; */
    left: 0;
    text-align:right;
}
.itmlnk{
    font-size: 16px;
    color: white;
    padding: 10px;
    /* display: inline-block; */
    text-decoration: none;
    font-weight: 500;
    transition: all 0.5s;
    /* background-color: #70812b; */
    margin: 10px;
}
.itmlnk:hover{
    color: white;
    background-color: #f7b318;
}
.lnit{
    font-size: 20px;
}
.lnit:hover{
    color: #f7b318;
    background-color: #70812b;
}
#prdscrl .owl-nav{
    margin: 30px auto;
    display: table;
}
#prdscrl .owl-nav .owl-prev, #prdscrl .owl-nav .owl-next{
    height: 50px;
    width: 50px;
    font-size: 30px;
    margin: 0px 10px;
    color: white;
    background-color: gray;
    transition: all 0.5s;
    float: left;
    display: grid;
    border-radius: 50%;
}
#prdscrl .owl-nav .owl-next{
    float: right;
}
#prdscrl .owl-nav .owl-prev:hover , #prdscrl .owl-nav .owl-next:hover{
    background-color: #f7b318;
}
.offerzne{
    width: 100%;
    float: left;
    min-height: 400px;
    /* background-color: burlywood; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.ofrbx{
    width: 100%;
    min-height: 250px;
    background-color: thistle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 15px;
}
.ofpha{
    background-image: url('../image/offph7.jpg');
}
.ofphb{
    background-image: url('../image/offph6.jpg');
}
/* .ofphc{
    background-image: url('../image/offph4.jpg');
}
.ofphd{
    background-image: url('../image/offph6.jpg');
} */
.spnw{
    text-decoration: none;
    color: white;
    background-color: #70812b;
    padding: 10px 20px;
    font-size: 15px;
    transition: all 0.5s;
}
.spnw:hover{
    background-color: #f7b318;
    color: white;
    border-radius: 5px;
}
.coustomer{
    width: 100%;
    min-height: 550px;
    float: left;
    /* background-color: antiquewhite; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.custitem{
    /* width: 100%; */
    min-height: 370px;
    background-color: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    /* padding: 10px 10px 10px 15px; */
    margin: 10px;
}
.cstbx1{
    width: 100%;
    min-height: 150px;
    /* background-color: white; */
    /* border-radius: 30px 0px 40px 0px; */
    padding: 15px;
}
.cstpht1, .cstpht2, .cstpht3, .cstpht4, .cstpht5, .cstpht6, .cstpht7, .cstpht8{
    width: 120px;
    min-height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px auto;
    border-radius: 50%;
    border: 2px solid #f7b318;
}
.cstpht1{
    background-image: url('../image//cust1.jpg');
}
.cstpht2{
    background-image: url('../image//cust2.jpg');
}
.cstpht3{
    background-image: url('../image//cust3.jpg');
}
.cstpht4{
    background-image: url('../image//cust4.jpg');
}
.cstpht5{
    background-image: url('../image//cust5.jpg');
}
.cstpht6{
    background-image: url('../image//cust6.jpg');
}
.cstpht7{
    background-image: url('../image//cust7.jpg');
}
.cstpht8{
    background-image: url('../image//cust8.jpg');
}
.cstbx2{
    width: 100%;
    min-height: 220px;
    background-color: #70812b;
    border-radius:40px 40px 10px 10px;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    color: white;
}
.owl-dots {
    justify-content: center;
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
}
.owl-dots button{
    width: 10px;
    height: 10px;
    background-color: gray !important;
    border-radius: 50%;
    margin: 0px 10px;
    transition: all 0.5s;
}
.owl-dots button.owl-dot.active{
    background-color: #f7b318 !important;
    width: 30px;
    height: 10px;
    border-radius: 15px
}
.rvbtn{
    text-decoration: none;
    background-color: gray;
    color: white;
    padding: 10px;
    display: block;
    font-weight: 500;
    transition: all 0.5s;
}
.rvbtn:hover{
    background-color: #f7b318;
    color: white;
}
  
.slider {
    width: 100%;
    overflow: hidden;
}
.service{
    width: 100%;
    float: left;
    min-height: 325px;
    background-color: #70812b;
}
.srvbx{
    width: 100%;
    min-height: auto;
    /* background-color: #dcdcdc8f; */
    text-align: center;
    padding: 10px 20px 20px 20px;
    color: white;
}
.blog{
    width: 100%;
    float: left;
    min-height: 500px;
    /* background-color: thistle; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.blcrd{
    width: 95%;
    min-height: 350px;
    border-radius: 10px;
    background-color: burlywood;
    margin: 0px auto;
    padding: 15px;
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blgph1{
    background-image: url('../image/blogph1.jpg');
}
.blgph2{
    background-image: url('../image/blogph2.jpg');
}
.blgph3{
    background-image: url('../image/blogph3.jpg');
}
.blgph4{
    background-image: url('../image/blogph4.jpg');
}
#blogitm a{
    background-color: #70812b;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.5s;
}
#blogitm a:hover{
    background-color: #f7b318;
    color: white;
}

.faq{
    width: 100%;
    min-height: 300px;
    float: left;
    /* background-color: tan; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.lgback{
    width: 100%;
    float: left;
    min-height: auto;
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.mnbox{
    width: 100%;
    min-height: 400px;
    /* background-color: burlywood; */
}
.pht{
    border-radius: 10px;
    background-image: url('../image/lginpht.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 150px 0px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Quicksand", sans-serif;
}
.bg{
    width: 100%;
    padding: 10px 15px;
    outline: none;
    border: none;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    background: white;
    /* border-bottom: 2px solid #425247; */
    /* border-top: 0px; */
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.sndbtn{
    padding: 10px 30px;
    background-color: #70812b;
    color: white;
    margin: 5px 0px 20px 0px;
    display: inline-block;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    transition: all 0.5s;
    border: none;
    text-decoration: none;
}
.sndbtn:hover{
    background-color: #f7b318;
    color: white;
    border-radius: 5px;
}
.mxtxt{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: gray;
}
.mxtxt a{
    font-size: 22px;
    font-weight: 600;
    /* text-decoration: none; */
    color: #70812b;
    transition: all 0.5s;
}
.mxtxt a:hover{
    color: #f7b318;
}
.nwsltr{
    width: 100%;
    float: left;
    min-height: auto;
    background-color: #425247;
    padding: 25px 0px;
}
.nwbx{
    width: 100%;
    /* background-color: cadetblue; */
    min-height: auto;
}
.sbwd{
    background-color:white;
}
.subs{
    padding: 11px 10px;
    border: none;
    font-size: 17px;
    font-weight: 500;
    color: white;
    background-color: #70812b;
    transition: all 0.5s;
    text-align: center;
    width: 100%;
}
.subs:hover{
    background-color: #f7b318;
    color: white;
}
.fotr{
    width: 100%;
    float: left;
    /* background-color: #425247; */
    min-height: 400px;
    background-image: url('../image/nwsltph3a.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.ftbx{
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
    /* background-color: antiquewhite; */
}
.ftlnk{
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
    color: white;
    color: white;
    font-weight: 400;
    transition: all 0.5s;
    letter-spacing:1px;
}
.ftlnk:hover{
    color: #f7b318;
}
.lnbdr{
    /* border: 1px solid white; */
    padding: 12px 11px;
    font-size: 18px;
    width: 15px;
    background-color: #838383;
    color: white;
    transition: all 0.5s;
}
.fbh:hover , .inh:hover , .twh:hover , .yth:hover{
    color: white;
    border-radius: 50%;
}
.fbh:hover{
    background-color: #008cff;
}
.inh:hover{
   background-color: rgb(230, 10, 120);
}
.twh:hover{
    background-color: black;
}
.yth:hover{
    background-color: rgb(214, 0, 0);
}
.lne{
    width: 100%;
    min-height: 1px;
    background-color: #a7ce0c;
}
.blgbnr{
    width: 100%;
    float: left;
    min-height: 360px;
    background-image: url('../image/banerph2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bnrbx{
    width: 100%;
    min-height: 350px;
    background-color: #425247;
    opacity: 90%;
    color: white;
    padding: 40px 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}
.blogpge{
    width: 100%;
    float: left;
    min-height: auto;
    /* background-color: aliceblue; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.blog-bx1{
    width: 100%;
    min-height: 500px;
    /* background-color: burlywood; */
}
.blg1st{
   width: 100%;
   min-height: 60px;
   /* background-color: teal; */
   padding: 15px 20px 0px 20px;
}
.blg2nd{
    width: 100%;
    min-height: 280px;
    /* background-color: yellowgreen; */
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    filter: brightness(0.9);
}
.blg3rd{
    width: 100%;
    min-height: 160px;
    /* background-color: yellow; */
    /* border: 2px solid #70812b; */
    padding: 10px 30px 0px 30px;
}
.blg3rd a{
    text-decoration: none;
    font-weight: 500;
    color: #f7b318;
    letter-spacing: 1px;
}
.dot{
    width: 5px;
    min-height: 5px;
    background-color: #f7b318;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 5px;
    margin-bottom: 2px;
}
.bl1stpht{
    background-image: url('../image/blg1stph.jpg');
}
.bl2ndpht{
    background-image: url('../image/blg2ndph.jpg');
}
.bl3rdpht{
    background-image: url('../image/blg3rdph.jpg');
}
.bl4thpht{
    background-image: url('../image/blg4thph.jpg');
}
.bl5thpht{
    background-image: url('../image/blg5thph.jpg');
}
.bl6thpht{
    background-image: url('../image/blg6thph.jpg');
}
.readsecton{
    width: 100%;
    float: left;
    min-height: auto;
    /* background-color: turquoise; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.rdbgbx1{
    width: 100%;
    min-height: 350px;
    /* background-color: #70812b; */
    margin-bottom: 15px;
}
.blgphoto{
    width: 100%;
    min-height: 400px;
    background-color: tan;
    background-image: url('../image/nwsltph.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.commentsec{
    width: 100%;
    float: left;
    min-height: auto;
    /* background-color: wheat; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.replybx{
    width: 100%;
    min-height: 430px;
    background-color: white;
    padding: 20px;
    line-height: 18px;
    color: gray;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.replybx span{
    color: gray;
}
.rplylne{
    width: 100%;
    margin:10px auto;
    min-height: 1px;
    background-color: #70812b;
}
.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
.cmntbx{
    width: 100%;
    min-height: auto;
    padding: 20px;
    /* background-color: violet; */
}
.cmntbx p a{
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    color: white;
    font-weight: 500;
    background-color: gray;
    margin: 5px;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s;
}
.cmntbx p a:hover{
    background-color: #f7b318;
}
.catagories{
    width: 100%;
    float: left;
    min-height: auto;
    /* background-color: wheat; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.default-btn {
    background-color: gray;
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
    transition: all 0.5s;
    border: none;
    margin: 0px auto;
}
.default-btn:hover {
    color: white !important;
    background-color: #f7b318;
}
.featured-tab-area .tabs {
    margin: 30px 10px;
    padding: 0;
    list-style: none;
}
.featured-tab-area .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px;
}
.featured-tab-area .tabs li a {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    color: white;
    background-color: #ccc;
    margin: 2px;
}
.featured-tab-area .tabs li.active a {
    color: white !important;
    background-color:#f7b318;
    border-radius: 3px;
}
.featured-tab-area .tabs li.current a {
    color: white !important;
    background-color:#f7b318;
    border-radius: 3px;
}
.featured-tab-area-ml .tabs {
    margin-top: 0 !important;
    float: left;
}
.tab .tabs_item {
    display: none;
}
.tab .tabs_item:first-child {
    display: block;
}
.featured-item {
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    background-color: white
}
  
.featured-item .featured-item-img {
    position: relative;
    z-index: 1;
    transition: 0.3s linear;
    overflow: hidden;
}
.vweye{
    position: absolute;
    top: 0%;
    left: 0%;
    font-size: 16px;
    color: white;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.5s;
    background-color: #70812b;
    margin: 10px;
    border-radius: 50%;
}
.vweye:hover{
    background-color: #f7b318;
    color: white;
    border-radius: 3px;
}
.featured-item .featured-item-img a {
    display: block;
}
  .featured-item .featured-item-img a img {
    transition: 0.3s linear;
    width: 100%;
    border-radius: 5px;
}
.featured-item .featured-item-img a img:hover {
    scale: 1.08;
} 
  
.featured-item .content {
    padding: 20px 15px;
}
  .featured-item .content h3 {
    margin-bottom: 10px;
}
  .featured-item .content h3 a {
    color: var(--titleColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-weight: bold;
}
.featured-item .content .content-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px 10px;
    border-radius: 3px;
}
.featured-item .content .content-in i {
    color: #ffcc00;
}
.featured-item .content .content-in span {
    font-size: 15px;
    color: var(--titleColor);
    font-weight: 500;
}
.featured-item .content .content-in h4 {
    font-size: 15px;
    color: var(--titleColor);
    font-weight: 500;
    margin-bottom: 0;
}
.featured-item .content .featured-content-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#staticBackdropLabel {
    font-weight: bold;
}

  
  /* Optional: styling for the filter buttons */
  .filters {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .filters label {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  
  .filters input[type="radio"] {
    display: none;
  }
  
  .filters input[type="radio"]:checked + label {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
  }

.viewprd{
    width: 100%;
    float: left;
    min-height: 560px;
    /* background-color: wheat; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.vwmnbx{
    width: 100%;
    min-height: 480px;
    background-color: white;
    border: 1px solid #70812b;
}
.vwph{
    border: none;
    background-image: url('../image/plant2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.qnty {
    padding: 3px 10px;
    background-color: gainsboro;
    border: none;
    font-weight: 500;
    outline: none;
    border-radius: 2px;
}
.vwpdbtn{
    font-size: 16px;
    color: white;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.5s;
    background-color: #70812b;
    margin: 10px;
}
.vwpdbtn:hover{
    color: white;
    background-color: #f7b318;
    border-radius: 5px;
}
.adbtn, .bybtn{
    background-color: gray;
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
    transition: all 0.5s;
}
.adbtn:hover{
    background-color: #f7b318;
    color: white;
}
.bybtn{
    background-color: #70812b;
}
.bybtn:hover{
    background-color: #f7b318;
    color: white;
}
.sugstprd{
    width: 100%;
    float: left;
    /* background-color: thistle; */
    min-height: 500px;
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.pdrvew{
    width: 100%;
    float: left;
    min-height: auto;
    /* background-color: violet; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}
.ratingbx{
    width: 100%;
    min-height: auto;
    /* background-color: wheat; */
    padding: 0px 20px;
}

.circle-rating {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(#4caf50 calc(var(--rating) * 1%), #ddd calc(var(--rating) * 1%));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}
.circle-rating::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.circle-rating span {
    position: relative;
    z-index: 1;
}

.editsec{
    width: 100%;
    float: left;
    min-height: 550px;
    /* background-color: wheat; */
	background-image: url(../image/allbackground.jpg);
    background-repeat: repeat
}
.edmnbx{
    width: 100%;
    float: left;
    min-height: 350px;
    /* background-color: violet; */
}
.adtocrt{
    width: 100%;
    float: left;
    min-height: auto;
    /* background-color: wheat; */
    background-image: url('../image/allbackground.jpg');
    background-repeat: repeat;
}    
.mncrt{
    width: 100%;
    min-height: auto;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    padding:10px;
    background-color: white;
}
.adprdbx{
    width: 100%;
    min-height: 185px;
    /* background-color: violet; */
}
.adprdbx img {
    width: 100%;
    min-height: 185px;
}
.pricing-features .feature{
	font-size: 15px;
	margin: 7px 0px;
	color: gray;
    font-weight: 500;
}
.pricing-features .feature span{
	display: inline-block;
	float: right;
	color: #3b3b3b;
	font-weight: 600;
}
.adlne{
    width: 100%;
    min-height: 2px;
    background-color: gainsboro;
    margin-top: 18px;
}
.adopt{
    color: gray;
    text-decoration: none;
    font-size: 14px;
    padding: 0px 15px;
    transition: all 0.5;
    font-weight: 500;
    border-right: 2px solid rgb(206, 206, 206);
}
.adopt:hover{
    color: #f7b318;
}