/* START OF : Common Style Sheet Prooerties Values */
/*Color600 <=>  is the primary theme color*/
/**************** END OF : Common Style Sheet Properties Values ****************/
/*************************************************************
*@description: This file contains the common mixins for scss
*              files used here inproject.
*@author: Jitendra Choudahry
*@email: jitendra@neemiya.com
*@created: 16-sep-2017
*************************************************************/
/*High Resolution Monitors*/
/*Normal Desktop*/
/*Normal*/
/*Phone and Tablets*/
/* Phones in landscope mode*/
/* Mobiles*/
/** START OF : Left to Right Img and Text block  horizontal at desktop**/
.lm-image-text-ltr-block > .reverse-layout {
  flex-direction: row-reverse;
}
.lm-image-text-ltr-block > .reverse-layout .image-holder > div {
  align-items: center;
}
.lm-image-text-ltr-block .showcase-img-block {
  text-align: left;
  padding-right: 20px;
}
.lm-image-text-ltr-block .showcase-img-block .img-showcase {
  max-width: 500px;
}
.lm-image-text-ltr-block .showcase-img-block .img-showcase.medium {
  max-width: 400px;
}
.lm-image-text-ltr-block .vert-center-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lm-image-text-ltr-block .para-content {
  padding-left: 20px;
}

@media all and (max-width: 950px) {
  .lm-image-text-ltr-block {
    text-align: center;
  }
  .lm-image-text-ltr-block .showcase-img-block {
    text-align: center;
    padding-right: 0 !important;
    margin-bottom: 50px;
  }
  .lm-image-text-ltr-block .showcase-img-block .img-showcase {
    max-width: 520px;
  }
  .lm-image-text-ltr-block .showcase-img-block .img-showcase.medium {
    max-width: 360px;
  }
  .lm-image-text-ltr-block .showcase-img-block .image-holder > div {
    flex-direction: column;
    align-items: center;
  }
  .lm-image-text-ltr-block .title, .lm-image-text-ltr-block p {
    text-align: center;
    margin: 0 auto;
  }
  .lm-image-text-ltr-block .actions-zone {
    text-align: center;
  }
}
/** END OF : **/
/** START OF : Showcase cards **/
.lm-showcase-cards {
  flex-wrap: wrap;
  justify-content: center;
}
.lm-showcase-cards .lm-card {
  margin-bottom: 100px;
}
.lm-showcase-cards .lm-card .content-card {
  border-top: 3px solid #1281b6;
  padding: 40px 14px 0;
  box-shadow: 0 2px 5px 0 #e5e5e5;
  width: 85%;
  margin: 0 auto;
  height: 100%;
}
.lm-showcase-cards .lm-card .content-card .title-block {
  align-items: center;
}
.lm-showcase-cards .lm-card .content-card .title-block .image-holder {
  padding-left: 12px;
}
.lm-showcase-cards .lm-card .content-card .title-block .image-holder img {
  width: 80px;
}
.lm-showcase-cards .lm-card .content-card .title-block .card-title {
  text-align: left;
  color: #444;
  flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 0 0 12px;
}
.lm-showcase-cards .lm-card .content-card .card-text {
  padding: 16px 12px;
  text-align: left;
}

@media all and (max-width: 640px) {
  .lm-showcase-cards .lm-card {
    margin-bottom: 100px;
  }
  .lm-showcase-cards .lm-card .content-card .title-block {
    flex-direction: column;
    text-align: center;
  }
  .lm-showcase-cards .lm-card .content-card .title-block .card-title {
    margin-top: 20px;
    text-align: center;
  }
  .lm-showcase-cards .lm-card .content-card .card-text {
    text-align: center;
  }
}
/** END OF : Showcase cards **/
/*************************************************************
*@description: This file contains the common mixins for scss
*              files used here inproject.
*@author: Jitendra Choudahry
*@email: jitendra@neemiya.com
*@created: 16-sep-2017
*************************************************************/
/*High Resolution Monitors*/
/*Normal Desktop*/
/*Normal*/
/*Phone and Tablets*/
/* Phones in landscope mode*/
/* Mobiles*/
.lm-ab-testing-first-section {
  padding-top: 120px;
  background-color: #eff6fa;
}
.lm-ab-testing-first-section .ab-testing-lm-image {
  max-width: 550px;
}

.lm-image-text-ltr-block .reverse-layout {
  flex-direction: row-reverse;
}
.lm-image-text-ltr-block .vert-center-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lm-image-text-ltr-block .showcase-img-block .img-showcase {
  max-width: 550px;
}

.lm-a-b-best-result-section {
  background-image: url('data:image/svg+xml,<svg width="881" height="863" viewBox="0 0 881 863" fill="none" xmlns="http://www.w3.org/2000/svg"><g fill="grey" transform="translate(560 25.5) skewX(0)"><rect y="6" width="881" height="857" fill="%23EBEBEB" fill-opacity="0.11"/><rect y="4" width="45" height="859" fill="%23D9D9D9" fill-opacity="0.2"/><rect x="102" width="45" height="863" fill="%23D9D9D9" fill-opacity="0.2"/><rect x="192" y="2" width="45" height="861" fill="%23D9D9D9" fill-opacity="0.2"/><rect x="279" width="45" height="863" fill="%23D9D9D9" fill-opacity="0.2"/></g></svg>');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: rgba(255, 226, 0, 0.0901960784);
}

.lm-horz-specs {
  padding: 70px 0;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}
.lm-horz-specs > .lm-spec-indi {
  flex: none;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 2%;
}
.lm-horz-specs > .lm-spec-indi .lm-spec-header {
  padding-bottom: 10px;
}
.lm-horz-specs > .lm-spec-indi .lm-spec-header .lm-spec-image img {
  width: 100%;
  max-width: 260px;
  height: 210px;
}
.lm-horz-specs > .lm-spec-indi .lm-spec-header .lm-spec-heading-text {
  margin-top: 20px;
}
.lm-horz-specs > .lm-spec-indi .lm-spec-text-content {
  max-width: 400px;
}

@media all and (max-width: 950px) {
  .lm-ab-testing-first-section .hero-section .lm-lp-hero-text .title {
    text-align: center;
  }
  .lm-ab-testing-first-section .hero-section .showcase-lp-block .image-holder {
    margin-top: 20px;
  }
  .lm-ab-testing-first-section .hero-section .showcase-lp-block .image-holder > div {
    align-items: center;
  }
  .lm-ab-testing-first-section .hero-section .showcase-lp-block .image-holder .ab-testing-lm-image {
    max-width: 500px;
  }
  .lm-horz-specs {
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .lm-horz-specs > .lm-spec-indi {
    width: 40%;
    margin-top: 30px;
    padding: 10px 2%;
  }
}
@media all and (max-width: 768px) {
  .lm-ab-testing-first-section {
    padding-top: 70px;
  }
  .lm-horz-specs > .lm-spec-indi {
    width: 90%;
    margin-top: 30px;
  }
}