@charset "utf-8";

/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.btn, .show-btn-sml, .s2btn1, .s2btn2, .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;
}
.btn:after, .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;
}
.show-btn-sml img, .show-btn img{display:none}
.show-btn {
    margin: 20px 0px 0px 0px;
    font-size: 22px;
    line-height: 58px;
    height: 58px;
    width: 65%;
}
.prd-card {
    display: inline-block;
    vertical-align: middle;
    margin: 30px 0 0 10px;
}
.prod-ingd {
    text-decoration: underline;
	    font-weight: bold;
    color: #7ea101;
    font-size: 20px;
    line-height: 30px;
}
.show-btn-sml, .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;
}
.s2btn1, .s2btn2{
	    line-height: 28px;
    margin-top: 14px;
    font-size: 20px;
    padding: 12px 40px 10px 25px;
    width: 80%;
    margin: 13px 0 0 0;
}
.s2btn2 {
    margin: 12px 0 0 0;
    width: 30%;
    font-size: 24px;
    line-height:60px;
	padding:0;
	height:55px;
}
.s2btn1:after{
	right: 18px;
	top:50%;
}
/*---------------------------*/


