/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* line 6, ../../../../sass/modules/appagebuilder/profiles/profile1478970395.scss */
#index #columns {
  padding-top: 40px;
  padding-bottom: 0;
}

/* line 10, ../../../../sass/modules/appagebuilder/profiles/profile1478970395.scss */
.box-product {
  margin-top: 50px;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  /* line 10, ../../../../sass/modules/appagebuilder/profiles/profile1478970395.scss */
  .box-product {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  /* line 18, ../../../../sass/modules/appagebuilder/profiles/profile1478970395.scss */
  .box-two-banner .banner-border {
    margin-bottom: 30px;
  }
}

/* line 24, ../../../../sass/modules/appagebuilder/profiles/profile1478970395.scss */
.box-blog {
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  /* line 24, ../../../../sass/modules/appagebuilder/profiles/profile1478970395.scss */
  .box-blog {
    margin-top: 30px;
  }
}
/* line 29, ../../../../sass/modules/appagebuilder/profiles/profile1478970395.scss */
.box-blog .latest-blogs .title_block {
  margin-top: 0;
}

/* line 33, ../../../../sass/modules/appagebuilder/profiles/profile1478970395.scss */
.box-newsletter {
  position: relative;
}
/* line 35, ../../../../sass/modules/appagebuilder/profiles/profile1478970395.scss */
.box-newsletter:before {
  content: '';
  margin: 0 -1000px;
  height: 1px;
  display: block !important;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
