@charset "utf-8";

/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
a.btn, a.show-btn-sml, a.s2btn1, a.s2btn2, a.show-btn-sml2{
	outline: none;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    padding: 15px 72px 12px 53px;
    margin-top: 22px;
    display: inline-block;
    text-align: center;
    background: #0366c4;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    border-radius: 70px;
    letter-spacing: 2px;
	cursor:pointer;
}
a.btn:after, a.s2btn1:after{
	content:"";
	background:url(../images/btn-after.png) no-repeat center center;
	position:absolute;
	right: 28px;
	top:50%;
	margin-top:-10px;
	width:15px;
	height:23px;
}
a.show-btn-sml img, a.show-btn img{display:none}
a.show-btn{
	float: left;
    margin: 0px 0 0px 0px;
    padding: 8px 13px 8px 11px;
    font-size: 20px;
    line-height: 40px;
}
.prd-card {
    float: left;
    margin-top: 34px;
}
.prod-ingd {
    text-decoration: underline;
	    font-weight: bold;
    color: #a9c30c;
    font-size: 20px;
    line-height: 30px;
}
a.show-btn-sml, a.show-btn-sml2{
	line-height: 22px;
    margin-top: 15px;
    font-size: 16px;
    padding: 5px 20px 7px;
    border: 2px solid #1ebc6c;
    float: none;
    display: inline-block;
}
a.s2btn1, a.s2btn2{
	    line-height: 28px;
    margin-top: 14px;
    font-size: 20px;
    padding: 12px 40px 10px 25px;
    width: 80%;
    margin: 13px 0 0 0;
}
a.s2btn2 {
    margin: 12px 0 0 0;
    width: 30%;
    font-size: 24px;
    line-height:60px;
	padding:0;
	height:55px;
}
a.s2btn1:after{
	right: 18px;
	top:50%;
}
/*---------------------------*/


