body{font-family: 'Fira Sans', sans-serif;font-size:14px;text-align:center;}
.wrap{width:1600px;height:3954px;overflow:hidden;text-align:center;}
.arrow a{width:66px;height:106px;display:block;position:fixed;top:50%;transform:translateY(-50%);z-index:999;border:none;background-color:#000;transition:all ease 0.3s}
.arrow a:hover{background-color:#212121;}
.arrow a.arrow-prev{left:0;background-image:url(../images/arrow-prev.png) !important;background-repeat:no-repeat;background-position:50%;}
.arrow a.arrow-next{right:0;background-image:url(../images/arrow-next.png) !important;background-repeat:no-repeat;background-position:50%;}

@media(width:1600px){
}
/*laptop target*/
@media (min-width:1200px) and (max-width:1366px){

	.arrow a{width: 50px;height:80px;}
}

@media(min-width:768px) and (max-width:1280px) and (orientation:landscape){


@media(min-width:768px) and (max-width:1366px) and (orientation:landscape){


/*ipad portrait*/
@media(min-width:768px) and (max-width:1024px) and (orientation:landscape){

	.arrow a.arrow-prev, .arrow a.arrow-next{background-size:30%;}
}

@media only screen and (min-width: 375px) and (max-width:896px) and (orientation: landscape){

	.arrow a{width:35px;height:60px;top:60%;transform:translateY(-60%);}
	.arrow a.arrow-prev{left:0;background-size:30%}
	.arrow a.arrow-next{right:0;background-size:30%}

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 3) { 

}

@media only screen and (min-width:360px) and (max-width:640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3){

	.arrow a{width:30px;height:50px;top:65%;transform:translateY(-65%);}

}
/*OnePlus 6T*/
@media only screen and (min-width:412px) and (max-width:892px) and (orientation: landscape){

}

/*portrait view*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait),

}

/*ie10 and ie11 for specific css*/
@media all and (-ms-high-contrast:none)
 {
 *::-ms-backdrop, .social-icon .call-wrap{min-height:auto}
 *::-ms-backdrop, .menu ul li.social-icon a.call-wrap-right-digit{padding-top:14px;padding-bottom:10px;}
 }