.featured-area2 ul,.featured-area2 li {
 	list-style: none;
 }
 .featured-area2 ul{
	 display:flex;
 }
 .featuredWarper{max-width:1400px; position: relative; width: 88%; margin:0 auto;}
.featured-area2{ width:100%; margin:20px auto 20px; position: relative;}
.featured-area2 .roundabout-holder{ width:1300px; height: 531px; margin:0px auto;}
.featured-area2 .roundabout-moveable-item{font-size:12px!important;height:auto; width:397px; cursor:pointer; box-shadow:0 0 26px rgba(195, 189, 184, 0.5);}
.featured-area2 .roundabout-moveable-item img{width:100%;margin:0; opacity: 1; transition: all 0.3s; }
.featured-area2 .roundabout-in-focus{cursor:auto;}
.featured-area2 .hor_r_btn,.featured-area2 .hor_l_btn{ transition: all 0.3s; width: 52px;  height: 52px; line-height: 52px; text-align: center; border-radius: 52px; border: 1px solid #23b6ae; color: #23b6ae; cursor: pointer; position: absolute; top: 42%; z-index: 555; }
.featured-area2 .hor_r_btn i,.featured-area2 .hor_l_btn i{ font-size: 24px;}
.featured-area2 .hor_l_btn{  left: -80px;  }
.featured-area2 .hor_r_btn{ right: -70px; }
.featured-area2 .hor_l_btn:hover,.featured-area2 .hor_r_btn:hover{ color: #fff; background: #23b6ae; }

@media screen and (max-width:1366px){
	.featured-area2 .roundabout-holder { width:100%;}
	
}
@media screen and (max-width: 1280px){ 
.featured-area2 .hor_l_btn { left:-50px;}
	.featured-area2 .hor_r_btn { right:-50px;}

}
@media screen and (max-width: 1024px){ 
.featured-area2 .hor_l_btn { left:-40px;}
	.featured-area2 .hor_r_btn { right:-40px;}

}
@media screen and (max-width:768px){
	.featured-area2 .roundabout-moveable-item { width:250px;}
	.featured-area2 .hor_l_btn { left:-30px;}
	.featured-area2 .hor_r_btn { right:-30px;}
	
}

@media screen and (max-width:480px){
	.featured-area2 .roundabout-moveable-item {width:200px;}
	.featured-area2 .hor_l_btn { left:-10px;}
	.featured-area2 .hor_r_btn { right:-10px;} 
}