
.SustainabilityBody{
    background: #ede5d9 !important;
}
.sbg{
    background: #ede5d9 !important;
   padding:150px 40px 20px !important;
    text-align: center;
}
.s1-title{
    color: #9a8042;
    font-family: "Gilda Display", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.s1-title2{
    color: #b19a68;
}
.sc-header{
    color: #848484;
    font-family: "Lato", Sans-serif;
    font-size: 46px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding-bottom: 10px;   
}
.sc-header-line{
    border-bottom: 1px solid #91c120 !important;
    width: 20%;
    margin:0 auto;
}
.detail-c-tab{
    margin-top: 20px;
    margin-bottom: 20px;
}
.detail-c-tab-span{
    font-size: 16px;
        padding: 20px 10px;
        color: #555;
    background-color: #fff;
    border: 1px #555 solid;
    border-radius: 5px;
    display: inline-block;
    min-width: 200px;
    text-align: center;  
}
.detail-c-tab-span.active{
    background-color: #91c120 !important;
    border: 1px solid #91c120 !important;
    color: #fff !important;
}
.sc-1-l{
    width: 40%;
    margin-right: 5%;
}
.sc-1-r{
    width: 55%;
}
.sc-1-l-title{
    font-size: 20px;
        line-height: 22px;
        color: #000;
    font-family: "Lato", Sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
.sc-1-l-von{
    font-size: 14px;
        line-height: 25px;
        text-align: left;
    color: #848484;
    font-family: "Lato", Sans-serif;
    font-weight: 400;
}
.Sustainability-ul{
    position: absolute;
    left: 0;
    top: 50px;
}
.Sustainability-ul li{
   margin-bottom: 10px;
    background-color: #91c120;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #91c120;
    border-radius: 2px;
    padding: 10px;
}
.Sustainability-ul li a{
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}
.sc-1-r-card{
    width: 44%;
    margin:10px 0  10px 6%;
    
    height: 170px;
    text-align: center;
padding: 10px;
box-sizing: border-box;
}
.sc-1{
    margin-top: 50px;
}
.se-bg{
    background: url(../images/scbg.png) no-repeat;
    background-size: 100% 100%;
    height: 400px;
    position: relative;
}
.sc-search-r{
    margin-left:50px
}
   

.sc-search-r input[type="text"]{
    height: 40px;
    line-height: 40px;
    border:none;
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding:0 20px;
    width: 300px;
}
.sc-search-r input[type="text"]:focus{outline: none;}
.sc-search-r .a-btn{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #a54201;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    padding:0 20px

}
.sc-search-l p{
    color: #fff;
}
.se-search-box{
    padding-top: 180px;
}
.front{
    background: #efefef;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.front, .back {
    position: absolute;
    backface-visibility: hidden;
    transition: transform 0.5s linear;
    padding: 10px;
    box-sizing: border-box;
}

.back{
    background: #88bf1c;
    /* background-color:yellow; */
    transform: rotateY(180deg);
    color: #fff;
}
.outer:hover .front.active{
    transform: rotateY(-180deg);
}
.outer:hover .back.active{
    transform: rotateY(0deg);
}

.outer{
    /* width: 200px;
    height: 200px; */
    position: relative;
    /* perspective: 10px; */
    /* margin:100px auto; */
    display: flex;
    justify-content: center;
}