.tes_carusel_wrapper {
	float: right;
	width: 100%;
	display:inline-block;
}
.item_tes_carusel {
	float: right;
	width: 100%;
	display:inline-block;
}
.item_tes {
	float: right;
	width: 100%;
	position:relative;
	direction:rtl;
}
.item_tes_img {
	float: right;
	width: 50px;
	margin-left:calc(50% - 25px);
	margin-right:calc(50% - 25px);
	margin-bottom: 20px;
	box-sizing:border-box;
    position:relative;
}
.item_tes_img img {
	border-radius:50%
}
.item_tes_name {
	float: right;
	width: 100%;
	position:relative;
	direction:rtl;
	margin-bottom:15px;
}
.item_tes_content {
	float: right;
	width: 100%;
	position:relative;
	direction:rtl;
}
.tes_carusel_items_grid .owl-prev {
    width: 35px;
    height: 35px;
    right: -45px;
		font-size:25px;
    top: calc(50% - 50px);   
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1;
    position: absolute;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    color:#fff !important;
    border-radius:50%;
    background: linear-gradient(
    to left,
    #00abcc,
    #00abcc
)!important;
}
.tes_carusel_items_grid .owl-next {
    width: 35px;
    height: 35px;
    left: -45px;
	font-size:25px;
    top: calc(50% - 50px);
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    color:#fff !important;
    border-radius:50%;
    background: linear-gradient(
    to left,
    #00abcc,
    #00abcc
)!important;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.tes_carusel_items_grid {
	width: calc(100% - 100px);
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: auto;
	position:relative;
	max-width: 1580px;
}
.item_tes_carusel_section {
	padding-top:150px;
	padding-bottom:150px;
}
.tes_width {
	width: 1000px;
    float:right;
	margin-left: calc(50% - 500px);
	margin-right: calc(50% - 500px);
	position:relative;
}
.item_tes_content {
	width: 1200px!important;
	margin-left: calc(50% - 600px);
	margin-right: calc(50% - 600px);
	line-height:1.3em!important;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.tes_carusel_items_grid {
	width: calc(100% - 100px)!important;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: auto;
	position:relative;
}
.item_tes_carusel_section {
	padding-top:150px;
	padding-bottom:150px;
}
.tes_width {
	width: 800px;
    float:right;
	margin-left: calc(50% - 400px);
	margin-right: calc(50% - 400px);
	position:relative;
}
.item_tes_content {
	width: 800px!important;
	margin-left: calc(50% - 400px);
	margin-right: calc(50% - 400px);
	line-height:1.3em!important;
}
.tes_carusel_items_grid .owl-prev {
    right: 15px;
}
.tes_carusel_items_grid .owl-next {
    left: 15px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.item_tes_carusel_section {
	padding-top:50px;
	padding-bottom:50px;
}
.tes_width {
	width: 100%;
    float:right;
	position:relative;
}
.tes_carusel_items_grid .owl-prev {
    right: 15px;
}
.tes_carusel_items_grid .owl-next {
    left: 15px;
}
.item_tes_content {
	width: 90%!important;
	margin-left: 5%;
	margin-right:  5%;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.item_tes_carusel_section {
	padding-top:30px;
	padding-bottom:30px;
}
.item_tes_img {
	width: 60px;
	margin-left:calc(50% - 30px);
	margin-right:calc(50% - 30px);
	margin-bottom: 20px;
}
.tes_width {
	width: 100%;
    float:right;
	position:relative;
}
.item_tes_content {
	width: 80%!important;
	margin-left: 10%;
	margin-right:  10%;
}
.tes_carusel_items_grid .owl-prev {
    right: 5px;
}
.tes_carusel_items_grid .owl-next {
    left: 5px;
}
	.item_tes_name {
	margin-bottom:5px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.item_tes_carusel_section {
	padding-top:30px;
	padding-bottom:30px;
}
.item_tes_img {
	width: 60px;
	margin-left:calc(50% - 30px);
	margin-right:calc(50% - 30px);
	margin-bottom: 20px;
}
.tes_width {
	width: 100%;
    float:right;
	position:relative;
}
.item_tes_content {
	width: 80%!important;
	margin-left: 10%;
	margin-right:  10%;
}
.tes_carusel_items_grid .owl-prev {
    right: 5px;
}
.tes_carusel_items_grid .owl-next {
    left: 5px;
}
.item_tes_name {
	margin-bottom:5px;
}
}