@media (max-width:768px) {
	.header{
		background: #fff;
	}
	.navbar{
		padding: 0.5rem 5px !important;
	}
	.container{
		padding:0 30px !important;
	}
	#home{
		background-position: -235%;
		
	}
	#home::before{
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		background: rgba(255,255,255,0.8)
	}
	#home p{
		margin:9% 0 5% 0!important;
	}
	#home .btn-area{
		max-width: 100%;
		flex-direction: column;
	}

	#home .btn-primary{
		margin-bottom: 30px;
	}
	
	
	h1{
		font-size: 2.3em !important;
	}
	h2{
		font-size: 2em !important;
	}
	#feature .feature-list,
	#feature .firebase-list{
		width: 100% !important;
		text-align: left !important;
	}
	
	#patient{
		padding-top: 60px;
	}
	#patient .list p{
		margin-bottom: 30px !important;
	}
	#doctor .item {
		margin-bottom: 30px
	}
	#doctor .item .icon {
		width: 25%;
		margin: 0 0 5% 0;
		float: left
	}
	#doctor .item h3 {
		width: 65%;
		float: right;
		text-align: left
	}
	#why .item .icon {
		width: 25%;
		margin: 0 0 5% 0;
	}
	#why .item .description {
		width: 100%;
	}
	#download  h2{
		margin: 50px 0 !important;
	}
	#download .downloads{
		margin-top: 5% !important;
		float: left
	}
	#download .downloads a{
		width: 45%;
	}
	#whitelabel {
		height: 100%;
	}
	#video {
		padding: 35% 0;
	}
	#telimedicine{
		padding: 100px 0;
	}
	#video .vido-btn2{
		position: inherit;
		width: 100%;
	}
	#video .vido-btn2 .btn-call{
		width: 142px;
		font-size: 17px;
		line-height: 36px
	}
	#video .vido-btn2 .btn-video{
		width: 160px !important;
		font-size: 17px;
		line-height: 36px
	}
	.chapter{
		flex-direction: column !important;
		width: 100% !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
	.chapter li{
		width: 100% !important;
		text-align: left !important;
	}
	.chapter li img{
		width: 50px !important;
					padding: 0 !important;
		margin-right: 15px;
	}
	.chapter li span{
		width: calc(100% - 70px) !important;
		float: left;
		text-align: left !important;
		margin-top: 10px;
	}
	.fixed{
		right: 0 !important;
		width: 50px !important;
	}
	.specialist li{
		width: 100%;}
}