/**
* 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/profile1478896934.scss */
#index #columns {
  padding-top: 30px;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  /* line 11, ../../../../sass/modules/appagebuilder/profiles/profile1478896934.scss */
  .box-banner {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  /* line 16, ../../../../sass/modules/appagebuilder/profiles/profile1478896934.scss */
  .box-banner > [class*="col-"] {
    padding: 0;
  }
}
@media (min-width: 480px) {
  /* line 16, ../../../../sass/modules/appagebuilder/profiles/profile1478896934.scss */
  .box-banner > [class*="col-"] {
    display: -webkit-flex;
    /* Safari */
    display: flex;
  }
}
@media (min-width: 480px) {
  /* line 23, ../../../../sass/modules/appagebuilder/profiles/profile1478896934.scss */
  .box-banner > [class*="col-"] .block {
    width: 50%;
  }
  /* line 26, ../../../../sass/modules/appagebuilder/profiles/profile1478896934.scss */
  .box-banner > [class*="col-"] .block .box-text-sale {
    height: 100%;
  }
}
@media (max-width: 991px) {
  /* line 23, ../../../../sass/modules/appagebuilder/profiles/profile1478896934.scss */
  .box-banner > [class*="col-"] .block {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  /* line 38, ../../../../sass/modules/appagebuilder/profiles/profile1478896934.scss */
  .box-two-banner {
    display: -webkit-flex;
    /* Safari */
    display: flex;
  }
}
@media (max-width: 991px) {
  /* line 42, ../../../../sass/modules/appagebuilder/profiles/profile1478896934.scss */
  .box-two-banner > [class*="col-"] {
    margin-bottom: 30px;
  }
  /* line 45, ../../../../sass/modules/appagebuilder/profiles/profile1478896934.scss */
  .box-two-banner > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 38, ../../../../sass/modules/appagebuilder/profiles/profile1478896934.scss */
  .box-two-banner {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

/* line 56, ../../../../sass/modules/appagebuilder/profiles/profile1478896934.scss */
.box-newsletter {
  position: relative;
}
/* line 58, ../../../../sass/modules/appagebuilder/profiles/profile1478896934.scss */
.box-newsletter:before {
  content: '';
  margin: 0 -1000px;
  height: 1px;
  display: block !important;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
