@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Patua+One&display=swap');

body {
    background-color: #fff;
    padding-top: 85px;
}

.header{
    background: #F2762E;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0px 0px 10px 4px #0000001c;
}
.header .container{
    max-width: 1280px;    
    padding-top: 5px;
    padding-bottom: 5px;
}
.had_link_ul li button{
    border: none;
    background: transparent;
}
.had_link_ul li a{
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    color: #000 !important;
    transition: all 0.2s ease-out;
    margin-left: 40px;
}
.had_link_ul li a:hover{
    color: #18582d !important;
}
.had_link_ul li button{
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    color: #000 !important;
    transition: all 0.2s ease-out;
    margin-left: 40px;
    width: 120px;
    border-radius: 8px;

}
.had_link_ul li button:hover{
    color: #ffe4e4 !important;
    background: #18582d;
}
@media screen and (max-width: 991px) {
    .had_link_ul {
        display: flex;
        align-items: center;
        background: #18582d0f;
        padding-bottom: 10px;
    }
    .had_link_ul li a{
        margin-left: 0 ;
        margin-bottom: 10px;
    }
    .had_link_ul li button{
        margin-left: 0 ;
    }
    .navbar-toggler{
        padding: 4px 5px;
        background: #19592d94;
    }

}
@media screen and (max-width: 575px) {
    .navbar-brand img{
        height: 45px;
    }
    .navbar-toggler {
        padding: 1px 1px;
    }
    body {
        padding-top: 68px;
    }
}
.sc_01{
    padding: 50px 20px;
    background: linear-gradient(180deg,rgb(4 88 45 / 7%) 1%,rgb(24 88 45 / 0%) 99%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 88px);
    position: relative;
    overflow: hidden;
}
.infoBox {
    position: relative;
    z-index: 1;
}
.treeImg {
    position: absolute;
    right: 0%;
    bottom: 20%;
    height: 500px;
}
.sc_01 h1{
    font-family: "Patua One";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}
.sc_01 h2{
    margin-bottom: 0;
    font-family: "Patua One";
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    color: #04582D;
}
.sc_01 p{
    margin-bottom: 0;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 659px;
    margin-top: 39px;
}
.two_btn_bx{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
}
.two_btn_bx button{
    margin: 0 10px;
}
 button.sing, a.sing{
    border: 1px solid #f2762f !important;
    color: #ffffff;
    background: #f2762f !important;
    transition: all 0.2s ease-out;
    font-family: 'Patua One';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 16px;
    border-radius: 8px;
    box-shadow: none !important;
    text-transform: capitalize;

}
button.sing:hover, a.sing:hover{
   background: #bd5316 !important;
    border: 1px solid #bd5316 !important;

}
button.learn_mor, a.learn_mor{
    transition: all 0.2s ease-out;
    border: 1px solid #04582D !important;
    color: #04582D;
    background: transparent !important;
    font-family: 'Patua One';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 16px;
    border-radius: 8px;
    box-shadow: none !important;
}
button.learn_mor:hover, a.learn_mor:hover{
    background: #04582D !important;
    color: #FFF;
}
.cstConteiner {
    max-width: 1280px;
}
@media screen and (max-width: 1500px) {
    .treeImg {height: 400px;}
}
@media screen and (max-width: 1280px) {
    .treeImg {height: 400px;bottom: 0;}
    .sc_01 {
        padding-bottom: 200px;
    }
}
@media screen and (max-width: 1200px) {
    .sc_01 h1 {font-size: 70px;}
    .sc_01 h2 {font-size: 57px;}
}
@media screen and (max-width: 991px) {
    .sc_01 h1 {font-size: 60px;}
    .sc_01 h2 {
        font-size: 57px;
        line-height: 42px;
    }
}
@media screen and (max-width: 767px) {
    .sc_01{height: inherit;}
    .sc_01 h1 {
        font-size: 45px;
        line-height: 81px;
    }
    .sc_01 h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .sc_01 p br{
        display: none;
    }
    .treeImg {height: 350px;}
    .sc_01 {padding-bottom: 400px;}
}
@media screen and (max-width: 575px) {
    .sc_01{
        padding: 40px 20px;
    }
    .sc_01 h1 {
        font-size: 24px;
        line-height: 31px;
    }
    .sc_01 h2 {
        font-size: 22px;
        line-height: 44px;
    }
    .sc_01 p {
        margin-top: 19px;
    }
    button.sing, a.sing, button.learn_mor, a.learn_mor{
        font-size: 16px;
        padding: 7px 15px;
    }
    .treeImg {height: auto;max-width: 100%;}
    .sc_01 {padding-bottom: 380px;margin-bottom: 30px;}
}
.pad90{
    padding-top: 90px;
    padding-bottom: 90px;
}
.sc_02 {
    /* background: linear-gradient(to bottom, #f2762e 0%,#f2762e 47%,#ffffff 47%,#ffffff 100%); */
    background: #FAFAFA;
}
.sc_02 .defp {
    max-width: 1000px;
    margin: 0 auto 25px auto;
}
.vosion_bx{
    background: #fff;
    box-shadow: 0px 62px 85px -22px rgba(175, 175, 175, 0.14), 0px 0px 19px 1px rgba(204, 204, 204, 0.15);
    display: flex;
    max-width: 293px;
    width: 100%;
    
    padding: 32px 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.vosion_bx_01{
    margin-top: 37px;
}
.vosion_bx img{
    margin-top: 32px;
    margin-bottom: 32px;
}
.vosion_bx h2{
    color: #1F1F1F;
    font-family: 'Patua One';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
}
.vosion_bx p{
    color: #484848;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.sec2_bx01_img{
    box-shadow: 14px 14px 0px -8px #f2762e40;
}
.vosion_bx_02{
    margin-top: 65px;
}
.vosion_bx_03{
    margin-top: 26px;
}
.sell_more_bx h2{
    color: #1F1F1F;
    font-family: 'Patua One';
    font-size: 67px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 22px;
}
.sell_more_bx h2 span{
    color: #04582D;
}
.defp{
    color: #484848;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 25px;
}
.sell_more_bx{
    margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
    .sell_more_bx p{
        max-width: 100%;
    }
    .sell_more_bx {
        margin-left: 0;
        margin-top: 70px;
    }
    .pad90 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
body .def_hading{
    color: #1F1F1F;
    font-family: 'Patua One';
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
}
body .def_hading span{color: #04582D;}
@media screen and (max-width: 991px) {
    .pad90 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    body .def_hading {font-size: 36px;}
}
@media screen and (max-width: 767px) {
    .pad90 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .vosion_bx_01 {
        margin-top: 35px;
        margin-left: 0px; 
    }
    .vosion_bx_02 {
        margin-top: 35px;
        margin-left: 0px; 
    }
    .vosion_bx_03{
        margin-top: 35px;
        margin-left: 0px; 
    }
    body .def_hading {
        font-size: 32px;
    }
    .sell_more_bx {
        margin-left: 0;
        margin-top: 44px;
    }
}
@media screen and (max-width: 575px) {
    .pad90 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sell_more_bx {
        margin-left: 0;
        margin-top: 44px;
    }
    body .def_hading {font-size: 30px;}
    .sell_more_bx p {margin-bottom: 24px;}
}

h2.def_hading_30{
    color: #18582d;
    font-family: 'Patua One';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 0 0 10px 0;
    padding-bottom: 8px;
}
.sc_03 .defp{margin-bottom: 50px;}
.for_paddi ul{
    padding: 0;
    margin: 0;
}
.for_paddi.text-right {
    padding-right: 30px;
}
.for_paddi.text-left {
    padding-left: 30px;
}
.for_paddi.text-left h6 {margin-left: 0 !important;}
.for_paddi li{
    font-family: 'Lato';
    list-style: none;
    font-size: 15px;
    color: #8e8e8e;
}
.for_paddi h6{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #f2762e;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.suppliers_bx_img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 0px 5px #0000000d;
    object-fit: cover;
}
.dotBox {
    position: absolute;
    right: -6px;
    top: calc(50% - 7px);
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #f2762e;
}
.dotBoxLeft {
    right: auto;
    left: -8px;
}
.flex-auto {flex: auto;}
.cstmRow {position: relative;}
.cstmRow .col-sm-6 {position: relative;}
.cstmRow::before {
    content: "";
    position: absolute;
    left: calc(50% - 2px);
    top: 0;
    height: 100%;
    width: 2px;
    border-radius: 5px;
    background: #F2762E;
}
@media screen and (max-width: 575px) {
    h2.def_hading_30{font-size: 20px;}
    .for_paddi{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .cstmRow::before {left: 15px;}
    .for_paddi.text-right {
        text-align: left !important;
        padding-left: 30px;
        padding-right: 0;
    }
    .for_paddi h6 {margin-left: 0;}
    .suppliers_bx_img {
        margin-left: 30px !important;
        margin-right: auto !important;
        display: flex;
        margin-bottom: 30px;
    }
    .dotBox {
        right: auto !important;
        left: 9px !important;
        top: 5px !important;
    }
    .for_paddi li {
        position: relative;
        padding-left: 12px;
    }
    .for_paddi li span {
        position: absolute;
        left: 0;
        top: 0;
    }
}
/**/
.sc_05 {background: #fff;}
.mx567 {
    max-width: 567px;
    margin: 0 auto;
}
.priceBox {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 62px 85px -22px rgba(175, 175, 175, 0.14), 0px 0px 19px 1px rgba(204, 204, 204, 0.15);
    transition: all 0.2s ease-out;
}
.priceBox:hover {top: -5px;}
.priceBox h5{
    font-family: 'Patua One';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #1F1F1F;
}
.priceBox h3{
    font-family: 'Patua One';
    color: #F2762E;
    font-size: 67px;
    font-style: normal;
    font-weight: 400;
    line-height: 67px;
    margin: 24px 0;
}
.priceBox h6{
    color: #484848;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}
.priceBox a{
    margin-top: 10px;
    width: 100%;
}
.priceBox p{
    color: #484848;
    text-align: center;
    font-family: 'Lato';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-top: 24px;
    margin-bottom: 0;
}
.priceBoxPrimary {background: #04582d;}
.priceBoxPrimary h5, 
.priceBoxPrimary h3,
.priceBoxPrimary h6,
.priceBoxPrimary p {
    color: #fff;
}
.priceBoxPrimary a {
    background: #FFF !important;
    color: #F2762E !important;
    border-color: #fff !important;
}
.priceBoxPrimary a:hover {background: #ffffffe3 !important;}
@media screen and (min-width: 768px) {
    .pricB01 {
        right: -34px;
        top: 25px;
    }
    .pricB02 {z-index: 1;}
    .pricB03 {
        left: -34px;
        top: 25px;
    }
}
/*brands*/
.sc_04 {background: #FAFAFA;}
.sc_04 .mx567 {max-width: 667px;}
.sc_04 .brandsBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 150px;
    width: 150px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0px 5px #f2762e0f;
}
@media screen and (max-width: 1280px) {
    .priceBox {padding: 25px 15px;}
    .priceBox h5 {
        font-size: 22px;
        line-height: 26px;
    }
    .priceBox h3 {
        font-size: 50px;
        line-height: 55px;
    }
}
@media screen and (max-width: 1280px) {
    .priceBox h5 {
        font-size: 18px;
        line-height: 22px;
    }
    .priceBox h3 {
        font-size: 40px;
        line-height: 45px;
        margin: 14px 0 20px 0;
    }
    .priceBox h6 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}
/**/
.p28_bx_ul{padding-left: 60px;}
p.def_28, li.def_28{
    color: #484848ab;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}
.p28_bx{
    margin-bottom: 16px;
    margin-top: 24px;
}
.p28_bx p{margin-bottom: 5px;}
.sellers_img{
    height: 350px;
    margin: 0 auto;
    display: flex;
    border-radius: 50%;
    box-shadow: 14px 14px 0px -8px #03582d38;
}
.p28_bx ol li{color: #000;}
.sc_06 .col-lg-5 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sc_06 .defp {
    color: #8e8e8e;
    font-weight: 300;
}
.sc_06 .two_btn_bx{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 40px;
}
@media screen and (max-width: 991px) {
    .p28_bx_ul {padding-left: 50px;}
    .sellers_img{margin-bottom: 50px;}
}
@media screen and (max-width: 767px) {
    .p28_bx_ul {padding-left: 40px;}
}
@media screen and (max-width: 575px) {
    .p28_bx_ul {padding-left: 30px;}
    .sec2_bx01_img{width: 100%;}
    .vosion_bx_01{margin-top: 40px;}
    .vosion_bx{
        width: 100%;
        max-width: 100%;
    }
    .sellers_img {
        height: auto;
        width: auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .sc_06 .two_btn_bx {
        align-items: start;
        justify-content: start;
        margin-top: 20px;
        flex-direction: column;
    }
    .two_btn_bx button {
        margin: 8px 5px;
    }
}
/**/
.footer_bx{
    /* background: #ffffff; */
    background: linear-gradient(180deg,rgb(24 88 45 / 0%) 1%,rgb(4 88 45 / 3%) 99%);
    box-shadow: 0px 0px 10px 4px #0000001c;
}
.footer_bx .foot_logo{
    margin-bottom: 15px;
}

.footer_socil a{
    margin-right: 22px;
    position: relative;
    top: 0;
    transition: all 0.2s ease-out;
}
.footer_socil a:hover{
    top: -5px;
}
.foot_grid_centar{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    background: #f0f0f0;
    padding: 15px 20px;
    border-radius: 30px 0 30px 0;
}
.foot_grid_centar .defp{
    text-align: left;
    font-size: 14px;
}
.fot_grd_bx h2{
    font-family: 'Patua One';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin-bottom: 25px;
    color: #F2762E;
}
.fot_grd_bx{
    display: flex;
    flex-direction: column;
}
.fot_grd_bx a img{
    margin-right: 8px;
}
.fot_grd_bx a{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.fot_grd_bx a:hover{
    text-decoration: none;
    color: #19592d;
}
.fot_btmp{
    margin: 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #d9d9d9;
}
.footer_bx .pad90{
    padding: 60px 0;
}
@media screen and (max-width: 997px) {
    .footer_bx .pad90{
        padding: 40px 0;
    }
}
@media screen and (max-width: 575px) {
    .footer_bx .mx-auto.d-flex{
        justify-content: center !important;
    }
    .footer_bx .pad90{
        padding: 30px 0 20px 0;
    }
    .fot_grd_bx{
        justify-content: flex-start;
        text-align: center;
        align-items: center;
        margin: 15px 0px;
    }
    .fot_grd_bx a{
        display: block;
    }
    .fot_btmp{
        font-size: 13px;
    }
}
.acored_had button{
    box-shadow: none !important;
    text-decoration: none !important;
    color: #1F1F1F;
    font-family: 'Lato';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    background: transparent !important;
}

.acord_01{
    background: #f0f0f0;
    border: none !important;
    border-radius: 20px 0 20px 0 !important;
    margin-bottom: 10px;
}
.acord_01 .card-header{
    background: transparent;
    border: none !important;
    position: relative;
    padding-right: 45px !important;
}
.acored_had button img{
    position: absolute;
    right: 19px;
    top: 18px;
    transition: all 0.2s ease-out;
}
.card-body p{
    font-size: 14px !important;
}
.acored_had button:hover{
    color: #F2762E;
}
.acored_had button:hover img{
    filter: invert(71%) sepia(37%) saturate(7500%) hue-rotate(343deg) brightness(99%) contrast(91%);
}
.acored_had button[aria-expanded="true"]{
    color: #F2762E;
}
.acord_01 .defp{
    margin-bottom: 0;
}
.acord_01 .card-body{
    padding-top: 0;
    padding-right: 45px !important;
    padding-left: 33px;
}
    
.acored_had button[aria-expanded="true"] img{
    rotate: 181deg !important;
    filter: invert(71%) sepia(37%) saturate(7500%) hue-rotate(343deg) brightness(99%) contrast(91%);
}
.sc_08 h2{
    text-align: center;
    margin-bottom: 16px;
}
.sc_08 .sc_8p{
    margin-bottom: 60px;
    color: #8e8e8e;
    font-family: 'Lato';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
    .sc_08 .sc_8p{font-size: 15px;}
}