/* 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 : 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 **/
.lm-why-lm-first-section .hero-section {
  padding-top: 60px;
}
.lm-why-lm-first-section .hero-section .showcase-why-lm-img-block .why-lm-image {
  max-width: 620px;
  margin-top: -20px;
}
.lm-why-lm-first-section .why-lm-steps-zone {
  margin-top: 120px;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow {
  margin-bottom: 20px;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-back {
  border-left: 30px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin-left: -30px;
  position: relative;
  left: 30px;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-front {
  border-left: 30px solid transparent;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-front.lm-first {
  border-left-color: #1281b6;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-front.lm-second {
  border-left-color: #8c8ac3;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-front.lm-third {
  border-left-color: #764a62;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-front.lm-fourth {
  border-left-color: #5cae91;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-front.lm-fifth {
  border-left-color: #296a7a;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-content {
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #f6f6f6;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 60px;
  text-align: center;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-content.lm-first {
  background-color: #1281b6;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-content.lm-second {
  background-color: #8c8ac3;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-content.lm-third {
  background-color: #764a62;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-content.lm-fourth {
  background-color: #5cae91;
}
.lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-content.lm-fifth {
  background-color: #296a7a;
}

.lm-why-lm-fully-customize {
  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"><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"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom left;
}

.lm-why-lm-multi-user-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;
}

.lm-why-lm-flexible-plans {
  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;
}

@media all and (max-width: 950px) {
  .lm-why-lm-first-section .hero-section {
    padding-top: 0;
    flex-direction: column;
  }
  .lm-why-lm-first-section .hero-section .why-lm-hero-text {
    text-align: center;
  }
  .lm-why-lm-first-section .hero-section .showcase-why-lm-img-block .why-lm-image {
    max-width: 550px;
    margin-top: 30px;
  }
  .lm-why-lm-first-section .why-lm-steps-zone {
    margin-top: 100px;
  }
  .lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-content {
    font-size: 1rem;
    padding: 10px 20px 10px 40px;
  }
}
@media all and (max-width: 768px) {
  .lm-why-lm-first-section .why-lm-steps-zone {
    margin-top: 70px;
  }
  .lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-back {
    border-left-width: 20px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    margin-left: -17px;
    position: relative;
    left: 20px;
  }
  .lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-front {
    border-left-width: 20px;
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .lm-why-lm-first-section .why-lm-steps-zone .why-lm-arrows > .lm-arrow > .arrow-content {
    font-size: 0.9rem;
    padding: 10px 20px 10px 40px;
  }
}