/* 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-lp-builder-first-section {
  background-image: url('data:image/svg+xml,<svg width="599" height="699" viewBox="0 0 599 699" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H739V329.5C739 533.569 573.569 699 369.5 699V699C165.431 699 0 533.569 0 329.5V0Z" fill="%23F8F0F0"/></svg>');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 600px 90%;
  background-color: #f4f5ff;
}
.lm-lp-builder-first-section .title {
  margin-top: 70px;
}
.lm-lp-builder-first-section .showcase-lp-block {
  margin-top: 40px;
}

.lm-simple-lp-smart .section-title {
  padding-bottom: 10px !important;
}
.lm-simple-lp-smart .showcase-img-block {
  max-width: 800px;
  margin: 70px auto 20px;
  height: 530px;
}
.lm-simple-lp-smart .showcase-img-block .absolute-full .image-holder {
  position: absolute;
  width: 100%;
  text-align: center;
}
.lm-simple-lp-smart .showcase-img-block .absolute-full .center-sc {
  flex: 1;
  width: 100%;
  justify-content: space-between;
}
.lm-simple-lp-smart .showcase-img-block .absolute-full .slide-sc-text {
  border-radius: 8px;
  background-color: #FFFDF8;
  padding: 10px 12px;
  width: 200px;
  font-size: 110%;
  box-shadow: 0 4px 9px rgba(7, 26, 49, 0.1647058824);
}
.lm-simple-lp-smart .showcase-img-block .absolute-full .slide-sc-text .showcase-slide-subpoint {
  padding-left: 10%;
  font-weight: 600;
}
.lm-simple-lp-smart .showcase-img-block .absolute-full .slide-sc-text.first-item {
  margin-top: -4%;
}

.lm-lp-templates {
  padding-bottom: 50px;
}
.lm-lp-templates .horz-para-free {
  max-width: 750px !important;
}

.lm-lp-templates-show {
  padding: 10px 0 60px !important;
}
.lm-lp-templates-show .template-img-holders {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.lm-lp-templates-show .template-img-holders > .temlpate-img {
  flex: none;
  width: 240px;
  height: 380px;
  margin: 0 6px;
  box-shadow: 1px 2px 3px #e8e8e8;
}

@media all and (max-width: 950px) {
  .lm-lp-builder-first-section {
    padding-top: 40px;
    background-image: none;
  }
  .lm-lp-builder-first-section .lm-lp-hero-text {
    text-align: center;
  }
  .lm-fully-customize {
    text-align: center;
  }
  .lm-fully-customize .showcase-img-block .image-holder > div {
    align-items: center;
  }
  .lm-fully-customize .horz-para-free.para-content {
    margin: 0 auto;
  }
}
@media all and (max-width: 640px) {
  .lm-lp-builder-first-section {
    padding-top: 5px;
  }
  .lm-simple-lp-smart .showcase-img-block {
    height: auto;
  }
  .lm-simple-lp-smart .showcase-img-block .absolute-full {
    height: auto;
  }
  .lm-simple-lp-smart .showcase-img-block .absolute-full .image-holder {
    position: relative !important;
  }
  .lm-simple-lp-smart .showcase-img-block .absolute-full .showcase-textpoints {
    position: static !important;
    height: auto;
  }
  .lm-simple-lp-smart .showcase-img-block .absolute-full .showcase-textpoints .sc-empty-placeholder {
    display: none;
  }
  .lm-simple-lp-smart .showcase-img-block .absolute-full .slide-sc-text.first-item {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .lm-simple-lp-smart .showcase-img-block .absolute-full .center-sc {
    flex-direction: column;
    align-items: center;
  }
  .lm-simple-lp-smart .showcase-img-block .absolute-full .center-sc > .slide-sc-text {
    margin-bottom: 20px;
  }
  .lm-showcase-cards .lm-card .content-card .title-block {
    justify-content: center;
    flex-direction: column;
  }
  .lm-showcase-cards .lm-card .content-card .title-block > .image-holder {
    margin-bottom: 20px;
  }
  .lm-showcase-cards .lm-card .content-card .title-block > .card-title {
    flex: none;
  }
  .lm-showcase-cards .lm-card .content-card .card-text {
    text-align: center;
  }
}