/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/**********************
	HOME 5
**********************/
/* Widget */
.product-deal-group .title_block {
  text-align: center;
}
.product-deal-group.deal-home-3 .products_block {
  padding: 50px 28px 46px;
}

.latest-blogs .image {
  margin-right: 20px;
}
.rtl .latest-blogs .image {
  margin-left: 20px;
  margin-right: inherit;
}
.latest-blogs .image img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.latest-blogs .blog-title {
  margin-top: 0;
}
.latest-blogs .blog-readmore {
  display: none;
}

#reinsurance-block .feature-box {
  border-top: none;
}

.leo-more-cdown ul li b {
  font-size: 20px;
}

/* Megamenu */
#leo-megamenu {
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

/* Slideshow */
#slideshow {
  margin-bottom: 0;
}
#slideshow .block {
  margin-bottom: 30px;
}

.product_tabs {
  margin-bottom: 0 !important;
}

/* banner */
.gr_images .effect_banner {
  text-align: center;
}
.gr_images .effect_banner a {
  display: inline-block;
}

/* Responsive */
@media (max-width: 1300px) and (min-width: 1024px) {
  .product-block .box-buttons > div {
    margin-bottom: 5px;
  }
  .product-block .box-buttons > div.cart {
    margin-bottom: 10px;
  }
  .product-block .box-buttons > div.cart a i {
    border-right: none;
    padding-right: 0;
  }
  .rtl .product-block .box-buttons > div.cart a i {
    border-left: none;
    border-right: inherit;
  }
  .rtl .product-block .box-buttons > div.cart a i {
    padding-left: 0;
    padding-right: inherit;
  }
  .product-block .box-buttons > div.cart a span {
    display: none;
  }

  .product-deal-group .title_block span {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .product-deal-group.deal-home-3 .products_block {
    padding: 15px 10px 10px;
  }
}
@media (max-width: 768px) {
  .product-deal-group.deal-home-3 {
    margin-top: 30px;
  }
  .product-deal-group.deal-home-3 .products_block {
    padding-top: 50px;
  }

  .latest-blogs .blog-container .image {
    text-align: center;
  }
  .latest-blogs .blog-container .image img {
    display: inline-block;
    margin-bottom: 15px;
  }
}
@media (min-width: 667px) {
  .iview-controlNav div.iview-items {
    left: 0;
  }
  .rtl .iview-controlNav div.iview-items {
    right: 0;
    left: auto;
  }

  .tabs-top.product-tabs .nav-tabs > li > a {
    font-size: 18px;
    padding: 0 15px 0 0;
  }
  .rtl .tabs-top.product-tabs .nav-tabs > li > a {
    padding: 0 0 0 15px;
  }
}
