		.socialLinks>li {
			padding: 0 2px;
		}
		.socialLinks>li>a {
			color: var(--label-color);
			width: 30px;
			height: 30px;
			line-height: 30px;
			display: block;
			text-align: center;
		}
		.socialLinks>li>a:hover {
			color: var(--label-color);
		}
		.facebookBg {
			background-color: #3C5A9A;
		}
		.facebookBg:hover {
			background-color: #2c457a;
		}
		.twitterBg {
			background-color: #26A6D3;
		}
		.twitterBg:hover {
			background-color: #0c87b6;
		}
		.googlePlusBg {
			background-color: #DD4C39;
		}
		.googlePlusBg:hover {
			background-color: #b34639;
		}
		.linkedinBg {
			background-color: #0C76A6;
		}
		.linkedinBg:hover {
			background-color: #065980;
		}

		#appScreenSlider .item img{
			width: 173.58px;
			height: 305.74px;
			display: block;
			margin-left: auto;
			margin-right: auto;
			/*width: 50%;*/
		}
		.apk-bottom{
			bottom: 30px;
		}
		.owl-nav{
			position: relative;
		}
		.owl-nav .owl-prev {
			position: absolute;
			left: -28px;
			bottom: 130px;
			font-size: 29px;
			color: var(--btn-bg-color);

		}
		.owl-nav .owl-next {
			position: absolute;
			right: -28px;
			bottom: 130px;
			font-size: 29px;
			color: var(--btn-bg-color);

		}
		.apk-bottom{
			height: 100%;
		}
		.apk-bottom button{
			width: 200px;
			height: 80px;
		}
		.google-play-apk{
			margin-top: 20%;
			margin-bottom: 10%;
		}
		.play-store-apk{
			margin-bottom: 25%;
		}
		.google-play-apk  i	,
		.play-store-apk  i	{
			color: var(--main-bg-color)!important;
			font-size: 20px;
		}
		.google-play-apk p,
		.play-store-apk p,
		.google-play-apk span,
		.play-store-apk span{
			color: var(--main-bg-color)!important;
		}
		.apk-right .list-inline{
			margin-left: 0px!important;
		}


		.appStars .active {
			color:var(--theme-color-primary);
		}
		.btnPink {
			background:var(--theme-color-primary);
			color: var(--label-color);	
			width: 132px;
			height: 42px;
		}

		.apk-detail{
			margin-top: 30px;
		}

		.apk-left{
			position: relative;
		}
		.apk-right .apk-qr-img{
			width: auto;
			height: 150px;
		}
		.apk-left .apk-thumbnail-img{
			width: auto;
			height: 280px;
		}
		.apk-right .socialLinks{
			margin-top: 10px;

		}
		.apk-right .apk-button{
			display: flex;

			/*white-space: nowrap;*/
		}
		.apk-right .apk-button a{
			margin-top: 0px;
			margin-right: 20px;
			/*display: inline-block;*/
		}
		.google-play-apk span,
		.play-store-apk span{
			font-weight: 500;
			font-size: 20px;

		}
		@media screen and (max-width: 767px) {
			.apk-right .apk-qr-img {
				margin-top: 20px;
			}
			.apk-bottom button {
				width: 179px!important;
			}
			.play-store-apk{
				margin-left: 30px;
			}
			.google-play-apk{
				margin-top: 0;
			}
			.apk-bottom .apkslider{
				margin-left: 25px ;
				margin-right: 25px;
			}
			.owl-nav .owl-next{
				right: -28px;
			}
			.owl-nav .owl-prev{
				left: -28px;
			}
			.google-play-apk, .play-store-apk{
				width: 100%!important;
			}
			.play-store-apk,
			.google-play-apk{
				justify-content: center!important;
			}
			.play-store-apk-div,
			.google-play-apk-div{
				margin-top: 2%!important;

			}
			.play-store-apk i ,
			.google-play-apk i{
				font-size: 30px;
			}
			.google-play-apk span,
			.play-store-apk span{
				font-weight: 500;
				font-size: 20px;

			}
			.apk-bottom-left{
				display: flex;
			}
		}
		@media screen and (min-width: 768px) and (max-width: 992px) {
			.apk-right .apk-qr-img{
				width: auto;
				height: 100px;
				margin-top: 15%;
			}
			.apk-left .apk-thumbnail-img{
				width: auto;
				height: 200px;
			}
			.apk-right .appStars li i{
				font-size: 11px;
			}

			.apk-right .socialLinks li i,
			.apk-right .appStars li i{
				font-size: 15px;
			}
			.play-store-apk span{
				font-weight: 500;
				font-size: 20px;

			}
		}
