/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
	/* CSS */
	#launcher-frame{
		left: 0 !important;
		right: 0 !important;
		bottom: 10px !important;
		margin: auto;
	}

	#support-chat{
		width:3.5em !important;
		height:3.5em !important;
	}
	
	.d-flex{
		flex-direction: column;
	}

	.d-flex.reverse{
		flex-direction: column-reverse;
	}

	.text-center-m{
		text-align: center;
	}

	.slider-bg-image{animation: bg-moving 3s ease infinite;}
	.slider-bg-image::before{
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background-color: #e9edf4a1;
		background-position: right;
	}
}
  
/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	/* CSS */
	#launcher-frame{
		left: 0 !important;
		right: 0 !important;
		bottom: 10px !important;
		margin: auto;
	}

	#support-chat{
		width:3.5em !important;
		height:3.5em !important;
	}

	.d-flex{
		flex-direction: column;
	}

	.d-flex.reverse{
		flex-direction: column-reverse;
	}

	.text-center-m{
		text-align: center;
	}

	.slider-bg-image{animation: bg-moving 3s ease infinite;}
	.slider-bg-image::before{
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background-color: #e9edf4a1;
		background-position: right;
	}
}
  
/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
	/* CSS */
	#launcher-frame{
		left: 0 !important;
		right: 0 !important;
		bottom: 10px !important;
		margin: auto;
	}

	.swiper-pagination{
		display:none;
	}

	#support-chat{
		width:3.5em !important;
		height:3.5em !important;
	}

	.d-flex{
		flex-direction: column;
	}

	.d-flex.reverse{
		flex-direction: column-reverse;
	}

	.text-center-m{
		text-align: center;
	}

	.slider-bg-image{animation: bg-moving 3s ease infinite;}
	.slider-bg-image::before{
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background-color: #e9edf4a1;
		background-position: right;
	}
}
  
/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	/* CSS */
	#launcher-frame{
		left: 0 !important;
		right: 0 !important;
		bottom: 10px !important;
		margin: auto;
	}

	.swiper-pagination{
		display:none;
	}

	#support-chat{
		width:3.5em !important;
		height:3.5em !important;
	}

	.scroll-top.show{
		bottom: 100px !important;
		right: 15px !important;
	}

	.d-flex{
		flex-direction: column;
	}

	.d-flex.reverse{
		flex-direction: column-reverse;
	}

	.text-center-m{
		text-align: center;
	}

	.slider-bg-image.bg-moving-1{animation: bg-moving-1 10s ease infinite; animation-direction: alternate;}
	.slider-bg-image.bg-moving-2{animation: bg-moving-2 10s ease infinite; animation-direction: alternate;}
	.slider-bg-image.bg-moving-3{animation: bg-moving-3 10s ease infinite; animation-direction: alternate;}
	.slider-bg-image.bg-moving-4{animation: bg-moving-4 10s ease infinite; animation-direction: alternate;}
	.slider-bg-image.bg-moving-5{animation: bg-moving-5 10s ease infinite; animation-direction: alternate;}
	.slider-bg-image::before{
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background-color: #e9edf4a1;
	}
}