#right-wrapper {
	float: left;
	height: auto;
	width: auto;
	margin-left: 285px;
	position: absolute;
	top: 45%;
	z-index: -1;
}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	zoom: 1;
}

.bx-wrapper img {
	display: block;
	margin: 0px;
	padding: 0px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border: 5px solid #e0d7d2;
	left: -5px;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	margin: 0px;
	padding: 0px;
	box-shadow: 8px 10px 10px #000;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	visibility: hidden;
	display: none;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.html) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	zoom: 1;
	display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	visibility: hidden;
	display: none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-next {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-prev:hover {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-next:hover {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-controls-direction a {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.html) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.html) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	visibility: hidden;
	display: none;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-caption span {
	visibility: hidden;
	display: none;
}

#slider1 {
	float: left;
	overflow: hidden;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#apDiv1 {
	width: 530px;
	height: auto;
	z-index: 1;
}

#apDiv1 img {
	width: 100%;
	height: auto;
	z-index: 1;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  media query ------------------------------------------------------------------*/


@media only screen and (max-width : 240px) {
	#apDiv1 {
		width: 85%;
		height: auto;
		z-index: 1;
	}

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
		margin-left: 50px;
	}

}

@media only screen and (min-width : 241px) and (max-width : 320px) {
	#apDiv1 {
		width: 85%;
		height: auto;
		z-index: 1;
	}

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
		margin-left: 50px;
	}

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

	#apDiv1 {
		width: 85%;
		height: auto;
		z-index: 1;
	}

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
		margin-left: 50px;
		margin-top: 160px;
		/* margin-top: 285px; */

	}

	.abt-img {
		margin-top: 425px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 640px) {
	#apDiv1 {
		width: 85%;
		height: auto;
		z-index: 2000;
		float: left;
	}

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
	}

}

@media only screen and (min-width : 641px) and (max-width : 767px) {
	#apDiv1 {
		width: 30%;
		height: auto;
		z-index: 1;
	}

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
		margin-left: 50px;
	}

}

@media only screen and (min-width : 768px) and (max-width : 960px) {

	#apDiv1 {
		width: 30%;
		height: auto;
		z-index: 1;
	}

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
		margin-left: 50px;
	}

}

@media only screen and (min-width : 961px) and (max-width :1024px) {

	#apDiv1 {
		width: 300px;
		height: auto;
		z-index: 1;
	}
}


/*---iphone(today)*/

@media only screen and (min-width : 375px) and (max-width :667px) {
	.abt-img {
		margin-top: 600px;
	}
}

/*----iphone XR(today)*/
@media only screen and (min-width : 414px) and (max-width :896px) {
	.abt-img {

		margin-top: 30px;

	}

	.service-img {
		margin-top: 105px;
	}

}

/*----iphone12pro(today)*/
@media only screen and (min-width: 390px) and (max-width: 844px) {
	.abt-img {
		margin-top: 510px;
	}
}

/*----iphone14promax(today)*/
@media only screen and (min-width: 430px) and (max-width: 932px) {
	.abt-img {
		margin-top: 410px;
	}
}

/*---pixel7 today*/
@media only screen and (min-width: 412px) and (max-width: 915px) {
	.abt-img {
		margin-top: 330px !important;
	}

	#right-wrapper {
		margin-top: 400px;
	}

	#service  #right-wrapper {
        margin-top: 74px;

	}
	#cnt #right-wrapper {
        margin-top: 155px;

	}
}

/*samsung s8 today*/
@media only screen and (min-width : 360px) and (max-width :740px) {
	.abt-img {
		margin-top: 450px;
	}
}

/*----ipad mini today*/
@media only screen and (min-width : 768px) and (max-width :1024px) {
	.abt-img {
		margin-top: 350px;
	}

	.service-img {
		margin-top: 235px;
	}

	.cntct-img {
		margin-top: 110px;
	}
}

/*----ipad protoday*/
@media only screen and (min-width : 1024px) and (max-width :1366px) {
	.service-right {
		background-image: url(../images/blk-shade.png);
		float: left;
		height: auto;
		width: auto;

		margin-left: 585px;
		margin-top: -161px;
		position: absolute;
	}

	.abt-img {
		margin-top: 165px;
		margin-left: -146px;
	}

	.cntct-img {
		margin-top: 1px;
		margin-left: -150px;
	}

}

/*ipad air*/
@media only screen and (min-width: 820px) and (max-width: 1180px) {
	.abt-img {
		margin-top: 350px;
	}
}

@media only screen and (min-width : 912px) and (max-width :1368px) {

	.abt-img {
		margin-top: 250px;
		margin-left: 89px;

	}
}

@media only screen and (min-width : 344px) and (max-width : 882px) {
	@media only screen and (min-width: 321px) and (max-width: 480px) {
		.abt-img {
			margin-top: 557px;
		}
	}
}

/*today*/
@media only screen and (min-width: 412px) and (max-width: 914px) {

	.abt-img {
		margin-top: 455px;

	}
}

@media only screen and (min-width : 1225px) {}



@media only screen and (min-width: 360px) and (max-width: 740px) {
	.abt-img {
		margin-top: 625px;
	}
}

@media only screen and (min-width : 414px) and (max-width :896px) {}

@media only screen and (min-width : 390px) and (max-width :844px) {}

@media only screen and (min-width : 430px) and (max-width :932px) {}

@media only screen and (min-width : 412px) and (max-width :915px) {}

@media only screen and (min-width : 360px) and (max-width :740px) {}

@media only screen and (min-width : 412px) and (max-width :915px) {}

@media only screen and (min-width : 768px) and (max-width :1024px) {}

@media only screen and (min-width : 820px) and (max-width :1180px) {}

@media only screen and (min-width : 1024px) and (max-width :1366px) {}

@media only screen and (min-width : 912px) and (max-width :1368px) {}

@media only screen and (min-width : 540px) and (max-width :720px) {}

@media only screen and (min-width : 344px) and (max-width :882px) {}

@media only screen and (min-width : 853px) and (max-width :1280px) {}

@media only screen and (min-width : 412px) and (max-width :914px) {}

@media only screen and (min-width : 1024px) and (max-width :600px) {}

@media only screen and (min-width : 1280px) and (max-width :800px) {}