/*footer*/
.footer{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #F5F5F5;
	border-top: 5px solid #FFAC00;
}
.footer-bottom-logo span{
	font-size: 30px;
	color: #7b7b7b;
}
.footer-bottom-logo img{
	margin-bottom: 10px;
	margin-right: 5px;
}
.footer-border-bottom{
	border-bottom: 1px solid #ccc;
}
.footer-header{
	font-size: 18px;
	color: #7b7b7b;
}
.footer-description{
	line-height: 28px;
	font-size: 14px;
	color: #9B9B9B;
}
.footer-link{
	font-size: 14px;
	color: #9B9B9B;
	height: 50.4px;
}
.footer-link a{
	color: #9B9B9B;
	line-height: 50px;
}
.footer-link a:hover{
	color: #FFAC00;
}
.footer-contact{
	min-height: 50px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.footer-contact a{
	color: #9B9B9B;
}
.footer-contact a:hover{
	color: #FFAC00;
}
.footer-blog-img{
	border-radius: 10px;
	width: 100%;
}
.footer-blog-description{
	line-height: 20px;
	font-size: 14px;
	color: #9B9B9B;
}
.expand-link-about{
	color: #9B9B9B;
}
.expand-link-link{
	color: #9B9B9B;
}
.expand-link-blog{
	color: #9B9B9B;
}
.expand-link-contact{
	color: #9B9B9B;
}

.expand-link-about:hover{
	color: #FFAC00;
}
.expand-link-link:hover{
	color: #FFAC00;
}
.expand-link-blog:hover{
	color: #FFAC00;
}
.expand-link-contact:hover{
	color: #FFAC00;
}

.close-link-about{
	color: #9B9B9B;
	display: none;
}
.close-link-link{
	color: #9B9B9B;
	display: none;
}
.close-link-blog{
	color: #9B9B9B;
	display: none;
}
.close-link-contact{
	color: #9B9B9B;
	display: none;
}

.close-link-about:hover{
	color: #FFAC00;
}
.close-link-link:hover{
	color: #FFAC00;
}
.close-link-blog:hover{
	color: #FFAC00;
}
.close-link-contact:hover{
	color: #FFAC00;
}

@media only screen and (max-width: 992px) {
	.toggle-footer-about{
	    display: none;
	}
	.toggle-footer-link{
	    display: none;
	}
	.toggle-footer-blog{
	    display: none;
	}
	.toggle-footer-contact{
	    display: none;
	}


	.expand-link-about{
		display: show;
	}
	.expand-link-link{
		display: show;
	}
	.expand-link-blog{
		display: show;
	}
	.expand-link-contact{
		display: show;
	}
}
@media only screen and (min-width: 993px) {
	.toggle-footer-about{
	    display: show;
	}
	.toggle-footer-link{
	    display: show;
	}
	.toggle-footer-blog{
	    display: show;
	}
	.toggle-footer-contact{
	    display: show;
	}



	.expand-link-about{
		display: none;
	}
	.expand-link-link{
		display: none;
	}
	.expand-link-blog{
		display: none;
	}
	.expand-link-contact{
		display: none;
	}
}

@media only screen and (min-width: 1100px) and (max-width: 1350px){
	.responsive-footer-content{
		min-width: 1090px;
	}
}
@media only screen and (min-width: 993px) and (max-width: 1999px){
	.responsive-footer-content{
		min-width: 900px;
	}
}


.w-15-left{
	width: 15%;
	float: left;
}
.w-75-left{
	width: 75%;
	float: left;
}

.playstore img{
	height: 60px;
	margin-top: 10px;
	border-radius: 10px;
}


/*Social link*/
.footer-social-group{
	height: 150px;
	line-height: 150px;
}
.footer-social{
	color: #5B5B5B;
	border-radius: 50%;
	padding: 5px;
	width: 38px;
	border: 1px solid #5B5B5B;
	margin-right: 30px;
}

.footer-social:hover{
	color: #FFAC00;
	border-radius: 50%;
	padding: 5px;
	width: 38px;
	border: 1px solid #FFAC00;
	margin-right: 30px;
}

/*copyright*/
.copyright{
	background-color: #F5F5F5;
	height: 100px;
	line-height: 100px;
}
.copyright div{
	font-size: 15px;
	color: #5B5B5B;
}