.slider{
    width: 100%;
    height: auto;
 background: rgb(229,230,150); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,230,150,1) 0%, rgba(183,195,149,1) 74%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,230,150,1)), color-stop(74%,rgba(183,195,149,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,230,150,1) 0%,rgba(183,195,149,1) 74%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,230,150,1) 0%,rgba(183,195,149,1) 74%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,230,150,1) 0%,rgba(183,195,149,1) 74%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,230,150,1) 0%,rgba(183,195,149,1) 74%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='#b7c395',GradientType=0 ); /* IE6-9 */


}
.product-info{
   
    padding: 30px 0;
      background: none repeat scroll 0 0 #383e46;
    border: medium none;
    color: #808a97;
}
.sample-product{
    margin-bottom: 20px;
    width: 100%;
}
.sample-product:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.product-inner{
    margin-right: 20px;
    padding: 0;
    position: relative;
    width: 320px;
    float: left;
}
.product-inner:last-child{
    margin-right: 0px;
}
.wrapper-infobox{
       float: left;
    /*padding: 0 30px 30px 0;*/
    width: 300px;
    margin: 0 30px 0 0;
}
.wrapper-infobox-headpart1 {
    height: 63px;
    margin: 20px 19px 0;
}
.wrapper-infobox-image {
    color: #fff;
    float: left;
    font-size: 50px;
   width: 70px;
}
.wrapper-infobox-subpart {
    float: left;
    height: 50px;
    width: 158px;
}
.wrapper-infobox-font {
    color: #ffffff;
    font-family: oswald;
    font-size: 21px;
}
.wrapper-infobox-body {
    height: 151px;
    margin: 20px 22px 12px;
}
.wrapper-infobox-body-font {
    color: #ffffff;
    font-family: pt-sans-regular;
    font-size: 16px;
    overflow: hidden;
}
.our-feature{
    color: #ffc625;
    font-family: obcecada-serif-ffp;
    font-size: 45px;
    font-weight: bolder;
    letter-spacing: 2px;
}
.social-icon{
    width: 100%;
    clear: both;
}
.social-icon-left{
    float: left;
    width: 55px;
}
.social-icon-right{
    color: #30318b;
    float: left;
    font-family: DroidSans;
    font-size: 20px;
    line-height: 43px;
    width: 150px;
    text-decoration: none !important;
}
.social-icon-right:hover{
    cursor: pointer;
    color: #269abc;
    text-decoration: none !important;
}
.icon-home1{
    font-size: 33px;
    color: #30318b;
    float: left;
}
.list-type{
    color:  #30318b;
    font-family: Nexa-Light;
    font-size: 15px;
    margin-left: 20px;
}
hr.Speciality-1{
    border: 2px solid #ffc625;
width: 36px;
float: left;
margin: 0;
}
hr.Speciality-2{
    width: 136px;
margin: 0;
border: 2px solid #666666;
}