/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.textcarausel .block {
  margin-bottom: 0px;
}
.textcarausel .block_content {
  background-color: transparent;
  color: white;
  padding: 20px 0;
  padding-right: 50px;
}
.rtl .textcarausel .block_content {
  padding-left: 50px;
  padding-right: inherit;
}
.textcarausel .owl-theme .owl-controls .owl-buttons {
  top: -2px;
}
.textcarausel .owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
}
.textcarausel .owl-theme .owl-controls .owl-buttons div.owl-prev {
  border: none 0;
}
.textcarausel .owl-theme .owl-controls .owl-buttons div:hover {
  color: #B4D487;
}
.textcarausel .owl-carousel .owl-item {
  padding: 0px;
}

.shipping .block_content {
  background-color: transparent;
}

.border-icon .iconbox {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.iconbox {
  font-size: 14px;
  padding: 40px 22px;
}
.iconbox i {
  color: #ed8c53;
  float: left;
  font-size: 47px;
  margin-right: 20px;
}
.rtl .iconbox i {
  float: right;
}
.rtl .iconbox i {
  margin-left: 20px;
  margin-right: inherit;
}
.iconbox .boxright {
  float: left;
}
.rtl .iconbox .boxright {
  float: right;
}
.iconbox h4 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: black;
}

@media (max-width: 991px) {
  .textcarausel .owl-theme .owl-controls .owl-buttons div {
    display: none;
  }
}
@media (max-width: 480px) {
  .effect-julia {
    display: block;
  }
  .effect-julia img {
    margin: auto;
  }
}
